CheddahBot/cheddahbot
PeninsulaInd 1b73cf2e5d Initial implementation of CheddahBot personal AI assistant
Multi-model AI assistant with Gradio UI, persistent memory, 15+ tools,
and meta-tools for runtime tool creation. Routes Claude models through
Claude Code SDK (Max subscription), cloud models through OpenRouter,
and local models through Ollama/LM Studio.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 20:20: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 Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
__init__.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
__main__.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
agent.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
config.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
db.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
llm.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
media.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
memory.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
router.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
scheduler.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
ui.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00