Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions workspaces/boost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

This workspace contains the Boost plugin family for Red Hat Developer Hub.

Boost is a rewrite of the [Augment](../augment/) plugin.
Boost is a rewrite of the [Augment](../augment/) plugin — an AI assistant plugin for Backstage that provides RAG-powered document search, multi-agent orchestration, tool calling via MCP servers, and safety guardrails, all running against open-source models on your own infrastructure.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine for now but fyi @durandom I plan on updating this when I submit the proposal / spec / background doc


## Plugins

| Plugin | Description |
| ------------- | ----------- |
| _coming soon_ | |
The following plugins are planned:

| Plugin | Description |
| --------------------------------------------------------- | ------------------------------------------------ |
| @red-hat-developer-hub/backstage-plugin-boost | Frontend UI — chat interface and agent status |
| @red-hat-developer-hub/backstage-plugin-boost-backend | Backend service — API routes, orchestration logic |
| @red-hat-developer-hub/backstage-plugin-boost-common | Shared types, constants, and utilities |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similarly we'll be expanding this beyond what augment is currently providing @durandom ... I'll deal with that as well as part of the proposal / spec /etc/ PR


## Development

Expand Down
Loading