CheddahBot/cheddahbot/tools
PeninsulaInd b3140d3522 Add autonomous press release pipeline tool
Implements write_press_releases tool that generates 7 headlines via chat
brain, AI-judges the best 2, writes 2 full press releases via execution
brain, and generates JSON-LD schemas via Sonnet with WebSearch. Saves all
output files to data/generated/press_releases/.

Also adds tools/model pass-through in agent and LLM layers, fixes Windows
command line length limit by piping prompts via stdin, and updates model
references to current versions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:04:29 -06:00
..
__init__.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
build_skill.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
build_tool.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
calendar_tool.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
code_exec.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
data_proc.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
delegate.py Implement two-brain architecture: chat brain + execution brain 2026-02-13 22:59:32 -06:00
file_ops.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
image.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
press_release.py Add autonomous press release pipeline tool 2026-02-15 18:04:29 -06:00
shell.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
web.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00