README.md
pyproject.toml
src/agent_service/__init__.py
src/agent_service/config.py
src/agent_service/database.py
src/agent_service/main.py
src/agent_service/models.py
src/agent_service/paths.py
src/agent_service/schemas.py
src/agent_service/agent/__init__.py
src/agent_service/agent/background_manager.py
src/agent_service/agent/llm.py
src/agent_service/agent/loop.py
src/agent_service/agent/mcp_manager.py
src/agent_service/agent/memory.py
src/agent_service/agent/message_bus.py
src/agent_service/agent/prompt_loader.py
src/agent_service/agent/protocol_tracker.py
src/agent_service/agent/skill_loader.py
src/agent_service/agent/task_manager.py
src/agent_service/agent/teammate_manager.py
src/agent_service/agent/todo_manager.py
src/agent_service/agent/tools/__init__.py
src/agent_service/agent/tools/background_tools.py
src/agent_service/agent/tools/bash_tool.py
src/agent_service/agent/tools/code_nav_tools.py
src/agent_service/agent/tools/compact_tool.py
src/agent_service/agent/tools/file_tools.py
src/agent_service/agent/tools/plan_mode_tool.py
src/agent_service/agent/tools/registry.py
src/agent_service/agent/tools/skill_tools.py
src/agent_service/agent/tools/task_mgmt_tools.py
src/agent_service/agent/tools/task_tool.py
src/agent_service/agent/tools/team_tools.py
src/agent_service/agent/tools/thinking_tool.py
src/agent_service/agent/tools/todo_tools.py
src/agent_service/api/__init__.py
src/agent_service/api/auth.py
src/agent_service/api/routes.py
src/agent_service/api/websocket.py
src/agent_service/data/__init__.py
src/agent_service/data/prompts/coding/PROMPT.md
src/agent_service/data/prompts/work/PROMPT.md
src/agent_service/data/skills/api-design/SKILL.md
src/agent_service/data/skills/code-review/SKILL.md
src/agent_service/data/skills/design/SKILL.md
src/agent_service/data/skills/dockerfile-builder/SKILL.md
src/agent_service/data/skills/docx-writer/SKILL.md
src/agent_service/data/skills/excel-writer/SKILL.md
src/agent_service/data/skills/pdf-writer/SKILL.md
src/agent_service/data/skills/ppt-writer/SKILL.md
src/openagent_core.egg-info/PKG-INFO
src/openagent_core.egg-info/SOURCES.txt
src/openagent_core.egg-info/dependency_links.txt
src/openagent_core.egg-info/requires.txt
src/openagent_core.egg-info/top_level.txt
tests/test_api_routes.py
tests/test_background_manager.py
tests/test_bash_tool.py
tests/test_code_nav_tools.py
tests/test_file_tools.py
tests/test_integration.py
tests/test_llm.py
tests/test_mcp_manager.py
tests/test_memory.py
tests/test_message_bus.py
tests/test_micro_compact.py
tests/test_plan_mode_tool.py
tests/test_schemas.py
tests/test_task_manager.py
tests/test_team_integration.py
tests/test_tool_registry.py
tests/test_websocket.py