Open Issues Need Help
View All on GitHubAI Summary: A first-time contributor wants to add a new tool to the `ai-agent` component to improve modularity. They propose implementing it within the `ai-agent` folder and identify this as a beginner-level task.
AI Summary: This GitHub issue proposes adding a `--debug-logs` CLI flag to the `ai-agent` runner. When enabled, this flag will activate verbose logging to stderr and create a timestamped `agent_debug.log` file, including details like agent IDs and message types. The primary motivation is to simplify debugging for maintainers and new contributors without requiring config file edits.
AI Summary: This GitHub issue proposes adding a `--debug-logs` CLI flag to the `ai-agent` runner. When enabled, this flag should activate verbose DEBUG-level logging to stderr and create a timestamped `agent_debug.log` file, including details like agent IDs and message types. The feature aims to simplify debugging agent behavior, especially for multi-agent runs, and is marked as suitable for beginner contributors.
AI Summary: A crash is occurring within the `ai-agent` module when the agent loop is triggered, preventing the AI agent from running without errors. The issue can be reproduced by executing `python ai-agent/main.py` and initiating agent interaction. This is marked as a beginner-level bug and affects the `ai-agent` module.