|
Some checks are pending
CI / build-check-test (push) Waiting to run
ROOT CAUSE: agent.setTools() registered 8 tools (bash, browser, web-search, image-gen, tts, memory, repl), then chatPanel.setAgent(agent) with no config called this.agent.setTools([artifactsTool]) internally, OVERWRITING all tools. FIX: Pass tools via toolsFactory config parameter so ChatPanel merges them with its own artifacts tool instead of replacing them. This fixes all 'Tool X not found' errors in the web UI. |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| mom | ||
| pods | ||
| tui | ||
| web-ui | ||