Agent support for `@agent` default agent inside workspace chat (#1093)
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
Showing
- .dockerignore 1 addition, 0 deletions.dockerignore
- .github/workflows/build-and-push-image.yaml 1 addition, 0 deletions.github/workflows/build-and-push-image.yaml
- .vscode/settings.json 4 additions, 0 deletions.vscode/settings.json
- cloud-deployments/aws/cloudformation/aws_https_instructions.md 18 additions, 0 deletions...-deployments/aws/cloudformation/aws_https_instructions.md
- collector/index.js 21 additions, 1 deletioncollector/index.js
- collector/processLink/convert/generic.js 27 additions, 2 deletionscollector/processLink/convert/generic.js
- collector/processLink/index.js 6 additions, 0 deletionscollector/processLink/index.js
- docker/.env.example 13 additions, 0 deletionsdocker/.env.example
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx 20 additions, 0 deletions...ponents/WorkspaceChat/ChatContainer/ChatHistory/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx 189 additions, 0 deletions...rkspaceChat/ChatContainer/PromptInput/AgentMenu/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/endAgentSession.jsx 23 additions, 0 deletions...atContainer/PromptInput/SlashCommands/endAgentSession.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/index.jsx 10 additions, 19 deletions...aceChat/ChatContainer/PromptInput/SlashCommands/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/reset.jsx 23 additions, 0 deletions...aceChat/ChatContainer/PromptInput/SlashCommands/reset.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/StopGenerationButton/index.jsx 1 addition, 1 deletion.../ChatContainer/PromptInput/StopGenerationButton/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx 23 additions, 0 deletions...ponents/WorkspaceChat/ChatContainer/PromptInput/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/index.jsx 97 additions, 3 deletions...tend/src/components/WorkspaceChat/ChatContainer/index.jsx
- frontend/src/index.css 13 additions, 0 deletionsfrontend/src/index.css
- frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/AgentLLMItem/index.jsx 151 additions, 0 deletions...ings/AgentConfig/AgentLLMSelection/AgentLLMItem/index.jsx
- frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx 163 additions, 0 deletions...WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx
- frontend/src/pages/WorkspaceSettings/AgentConfig/AgentModelSelection/index.jsx 112 additions, 0 deletions...rkspaceSettings/AgentConfig/AgentModelSelection/index.jsx
Loading
Please register or sign in to comment