feat: Agent Integration — connect third-party AI agents (Hermes, OpenClaw, etc.)#3702
feat: Agent Integration — connect third-party AI agents (Hermes, OpenClaw, etc.)#3702suer781 wants to merge 5 commits intochatboxai:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds support for connecting third-party AI agents that expose an OpenAI-compatible API. This enables integration with agent frameworks like Hermes, OpenClaw, LangChain, and any custom agent service.
Components
1. AgentIntegrationModal
Configuration dialog for connecting a new agent:
2. AgentList
Manages connected agents with:
3. AgentSettingsSection
Settings page section that:
4. DocumentParser
Document upload component for sending files as context:
.txt,.md,.json,.csv,.htmlFiles Changed
src/renderer/components/settings/agent/index.tssrc/renderer/components/settings/agent/AgentIntegrationModal.tsxsrc/renderer/components/settings/agent/AgentList.tsxsrc/renderer/components/settings/agent/AgentSettingsSection.tsxsrc/renderer/components/settings/agent/DocumentParser.tsxHow It Works
The agent integration leverages Chatbox's existing custom provider infrastructure. Connected agents are registered as OpenAI-compatible providers with additional metadata (system prompt, custom headers, tool support flag). This means:
Supported Agent Frameworks
Any service exposing
/v1/chat/completionsworks. Tested patterns include: