CheddahBot/cheddahbot
PeninsulaInd 46bc38106e Add retry logic to ClickUp API writes and fix review status
- Add _retry() helper to ClickUpClient (3 attempts, exponential backoff,
  only retries 5xx/transport errors)
- Apply retry to update_task_status, add_comment, upload_attachment
- Fix review_status from "review" to "internal review" in config and defaults
- Update SOUL.md personality and USER.md profile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 20:52:39 -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 retry logic to ClickUp API writes and fix review status 2026-02-16 20:52:39 -06:00
config.py Add retry logic to ClickUp API writes and fix review status 2026-02-16 20:52:39 -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