CheddahBot/cheddahbot
PeninsulaInd 8f6e218221 Add document export (.docx) and email delivery feature
Press releases now auto-generate .docx files alongside .txt for native
Google Docs import. New email_file chat tool sends files via Gmail SMTP
with app password auth, auto-converting .txt to .docx before sending.
Also includes Press Advantage API config and submit_press_release tool.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 17:00:54 -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 document export (.docx) and email delivery feature 2026-02-16 17:00:54 -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 ClickUp config and REST API client 2026-02-15 22:26:16 -06:00
config.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
db.py Add state tracking and notifications DB support 2026-02-15 22:26: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 Add autonomous press release pipeline tool 2026-02-15 18:04:29 -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 Add UI-agnostic notification bus 2026-02-15 22:27:02 -06:00
router.py Fix chat memory persistence, duplicate tool calls, and heartbeat log noise 2026-02-14 14:23:33 -06:00
scheduler.py Add ClickUp polling loop to scheduler 2026-02-15 22:28:35 -06:00
ui.py Add pipeline status box to show PR tool progress in the UI 2026-02-16 16:41:33 -06:00