diff --git a/workspaces/boost/README.md b/workspaces/boost/README.md index 98959588f0..ce31b50b9a 100644 --- a/workspaces/boost/README.md +++ b/workspaces/boost/README.md @@ -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. ## 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 | ## Development