Commit Graph

1 Commits

Author SHA1 Message Date
8262ea3494 feat: add botje.py with autonomous task execution and OpenAI function calling
Implement a new AutonomousBot class in botje.py that uses the OpenAI API to decompose and execute complex tasks. The bot supports tool-based function calling including file creation, shell command execution, and state management via a persistent memory list. Includes ANSI-colored console output, argparse-based CLI with prompt and memory file options, and a main loop that continues until the bot signals completion.
2025-09-28 06:26:32 +00:00