CheddahBot/cheddahbot
PeninsulaInd cf1faceab1 Route specialized tools directly instead of delegating to execution brain
The LLM was delegating write_press_releases to the execution brain
(Claude Code CLI subprocess), bypassing the Python tool's orchestration,
skill prompts, and pipeline status updates. Add an exception to the
system prompt so specialized tools are called directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 18:18:00 -06:00
..
providers Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
skills Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
tools Add submit_press_release tool with Press Advantage API integration 2026-02-16 17:37:41 -06:00
__init__.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
__main__.py Wire NotificationBus into main and Gradio UI 2026-02-15 22:29:33 -06:00
agent.py Add autonomous press release pipeline tool 2026-02-15 18:04:29 -06:00
clickup.py Add .docx attachment uploads to ClickUp tasks after press release generation 2026-02-16 18:04:23 -06:00
config.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
db.py Fix scheduler breaking DB encapsulation for one-time task disabling 2026-02-16 18:09:38 -06:00
docx_export.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
email.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
llm.py Fix execution brain tool permissions in non-interactive mode 2026-02-16 17:39:21 -06:00
media.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
memory.py Fix chat memory persistence, duplicate tool calls, and heartbeat log noise 2026-02-14 14:23:33 -06:00
notifications.py Optimize NotificationBus subscribe cursor and update CLAUDE.md 2026-02-16 18:01:18 -06:00
press_advantage.py Add submit_press_release tool with Press Advantage API integration 2026-02-16 17:37:41 -06:00
router.py Route specialized tools directly instead of delegating to execution brain 2026-02-16 18:18:00 -06:00
scheduler.py Fix scheduler breaking DB encapsulation for one-time task disabling 2026-02-16 18:09:38 -06:00
ui.py Remove voice chat, conversation history, and settings UI sections 2026-02-16 18:01:57 -06:00