LICENSE
README.md
pyproject.toml
agent_mcp/__init__.py
agent_mcp/__main__.py
agent_mcp/cli.py
agent_mcp/app/__init__.py
agent_mcp/app/main_app.py
agent_mcp/app/routes.py
agent_mcp/app/server_lifecycle.py
agent_mcp/core/__init__.py
agent_mcp/core/auth.py
agent_mcp/core/config.py
agent_mcp/core/globals.py
agent_mcp/db/__init__.py
agent_mcp/db/connection.py
agent_mcp/db/schema.py
agent_mcp/db/write_queue.py
agent_mcp/db/actions/__init__.py
agent_mcp/db/actions/agent_actions_db.py
agent_mcp/db/actions/agent_db.py
agent_mcp/db/actions/context_db.py
agent_mcp/db/actions/file_metadata_db.py
agent_mcp/db/actions/rag_db.py
agent_mcp/db/actions/task_db.py
agent_mcp/db/migrations/__init__.py
agent_mcp/db/migrations/add_code_support.py
agent_mcp/external/__init__.py
agent_mcp/external/openai_service.py
agent_mcp/features/__init__.py
agent_mcp/features/claude_session_monitor.py
agent_mcp/features/worktree_integration.py
agent_mcp/features/dashboard/__init__.py
agent_mcp/features/dashboard/api.py
agent_mcp/features/dashboard/styles.py
agent_mcp/features/rag/__init__.py
agent_mcp/features/rag/chunking.py
agent_mcp/features/rag/code_chunking.py
agent_mcp/features/rag/indexing.py
agent_mcp/features/rag/query.py
agent_mcp/features/task_placement/__init__.py
agent_mcp/features/task_placement/suggestions.py
agent_mcp/features/task_placement/validator.py
agent_mcp/templates/agent_startup.sh
agent_mcp/tools/__init__.py
agent_mcp/tools/admin_tools.py
agent_mcp/tools/agent_communication_tools.py
agent_mcp/tools/agent_tools.py
agent_mcp/tools/file_management_tools.py
agent_mcp/tools/file_metadata_tools.py
agent_mcp/tools/project_context_tools.py
agent_mcp/tools/rag_tools.py
agent_mcp/tools/registry.py
agent_mcp/tools/task_tools.py
agent_mcp/tools/utility_tools.py
agent_mcp/tui/__init__.py
agent_mcp/tui/actions.py
agent_mcp/tui/colors.py
agent_mcp/tui/display.py
agent_mcp/tui/input.py
agent_mcp/tui/main_loop.py
agent_mcp/tui/menu.py
agent_mcp/tui/simple_display.py
agent_mcp/utils/__init__.py
agent_mcp/utils/audit_utils.py
agent_mcp/utils/json_utils.py
agent_mcp/utils/project_utils.py
agent_mcp/utils/prompt_templates.py
agent_mcp/utils/signal_utils.py
agent_mcp/utils/string_utils.py
agent_mcp/utils/tmux_utils.py
agent_mcp/utils/worktree_utils.py
iflow_mcp_rinadelph_agent_mcp.egg-info/PKG-INFO
iflow_mcp_rinadelph_agent_mcp.egg-info/SOURCES.txt
iflow_mcp_rinadelph_agent_mcp.egg-info/dependency_links.txt
iflow_mcp_rinadelph_agent_mcp.egg-info/entry_points.txt
iflow_mcp_rinadelph_agent_mcp.egg-info/requires.txt
iflow_mcp_rinadelph_agent_mcp.egg-info/top_level.txt