LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
agent_utilities/__init__.py
agent_utilities/__main__.py
agent_utilities/a2a.py
agent_utilities/acp_adapter.py
agent_utilities/acp_providers.py
agent_utilities/agent_factory.py
agent_utilities/agent_registry_builder.py
agent_utilities/agent_utilities.py
agent_utilities/api_utilities.py
agent_utilities/approval_manager.py
agent_utilities/base_utilities.py
agent_utilities/chat_persistence.py
agent_utilities/config.py
agent_utilities/custom_observability.py
agent_utilities/decorators.py
agent_utilities/discovery.py
agent_utilities/embedding_utilities.py
agent_utilities/event_aggregator.py
agent_utilities/exceptions.py
agent_utilities/graph_orchestration.py
agent_utilities/mcp_agent_manager.py
agent_utilities/mcp_utilities.py
agent_utilities/memory.py
agent_utilities/middlewares.py
agent_utilities/model_factory.py
agent_utilities/models.py
agent_utilities/persistence.py
agent_utilities/prompt_builder.py
agent_utilities/scheduler.py
agent_utilities/sdd.py
agent_utilities/server.py
agent_utilities/tool_filtering.py
agent_utilities/tool_guard.py
agent_utilities/tool_registry.py
agent_utilities/workspace.py
agent_utilities.egg-info/PKG-INFO
agent_utilities.egg-info/SOURCES.txt
agent_utilities.egg-info/dependency_links.txt
agent_utilities.egg-info/requires.txt
agent_utilities.egg-info/top_level.txt
agent_utilities/agent_data/CRON.md
agent_utilities/agent_data/CRON_LOG.md
agent_utilities/agent_data/HEARTBEAT.md
agent_utilities/agent_data/IDENTITY.md
agent_utilities/agent_data/MEMORY.md
agent_utilities/agent_data/NODE_AGENTS.md
agent_utilities/agent_data/USER.md
agent_utilities/agent_data/chats
agent_utilities/agent_data/icon.png
agent_utilities/agent_data/mcp_config.json
agent_utilities/graph/__init__.py
agent_utilities/graph/builder.py
agent_utilities/graph/config_helpers.py
agent_utilities/graph/executor.py
agent_utilities/graph/graph_models.py
agent_utilities/graph/hsm.py
agent_utilities/graph/mermaid.py
agent_utilities/graph/runner.py
agent_utilities/graph/state.py
agent_utilities/graph/steps.py
agent_utilities/graph/unified.py
agent_utilities/prompts/__init__.py
agent_utilities/prompts/_template.md
agent_utilities/prompts/agent_engineer.md
agent_utilities/prompts/agent_summary.md
agent_utilities/prompts/architect.md
agent_utilities/prompts/base_agent.md
agent_utilities/prompts/browser_automation.md
agent_utilities/prompts/c_programmer.md
agent_utilities/prompts/cloud_architect.md
agent_utilities/prompts/coordinator.md
agent_utilities/prompts/cpp_programmer.md
agent_utilities/prompts/critique.md
agent_utilities/prompts/data_scientist.md
agent_utilities/prompts/database_expert.md
agent_utilities/prompts/debugger_expert.md
agent_utilities/prompts/devops_engineer.md
agent_utilities/prompts/document_specialist.md
agent_utilities/prompts/golang_programmer.md
agent_utilities/prompts/java_programmer.md
agent_utilities/prompts/javascript_programmer.md
agent_utilities/prompts/memory_instruction.md
agent_utilities/prompts/memory_selection.md
agent_utilities/prompts/mobile_programmer.md
agent_utilities/prompts/planner.md
agent_utilities/prompts/project_manager.md
agent_utilities/prompts/python_programmer.md
agent_utilities/prompts/qa_expert.md
agent_utilities/prompts/researcher.md
agent_utilities/prompts/router.md
agent_utilities/prompts/rust_programmer.md
agent_utilities/prompts/safety_guard.md
agent_utilities/prompts/safety_policy.md
agent_utilities/prompts/security_auditor.md
agent_utilities/prompts/systems_manager.md
agent_utilities/prompts/tool_guidance.md
agent_utilities/prompts/typescript_programmer.md
agent_utilities/prompts/ui_ux_designer.md
agent_utilities/prompts/verifier.md
agent_utilities/tools/__init__.py
agent_utilities/tools/a2a_tools.py
agent_utilities/tools/agent_tools.py
agent_utilities/tools/developer_tools.py
agent_utilities/tools/git_tools.py
agent_utilities/tools/mcp_sync_tool.py
agent_utilities/tools/memory_tools.py
agent_utilities/tools/onboarding_tools.py
agent_utilities/tools/scheduler_tools.py
agent_utilities/tools/sdd_tools.py
agent_utilities/tools/workspace_tools.py
agent_utilities/tools/browser/__init__.py
agent_utilities/tools/browser/browser_control.py
agent_utilities/tools/browser/browser_interactions.py
agent_utilities/tools/browser/browser_manager.py
agent_utilities/tools/browser/browser_navigation.py
agent_utilities/tools/browser/browser_screenshot.py
scripts/verify_acp.py
scripts/verify_acp_stack.py
tests/check_openapi.py
tests/check_paths.py
tests/check_pydantic_ai.py
tests/conftest.py
tests/merge_mcp_configs.py
tests/test_a2a_discovery.py
tests/test_acp_adapter.py
tests/test_agent_registry.py
tests/test_api_endpoints.py
tests/test_base_utilities.py
tests/test_config.py
tests/test_developer_tools.py
tests/test_executor.py
tests/test_graph_advanced.py
tests/test_graph_orchestration.py
tests/test_mcp_integration.py
tests/test_mcp_utilities.py
tests/test_model.py
tests/test_partition_logic.py
tests/test_prompt_builder.py
tests/test_sdd_logic.py
tests/test_sdd_tools.py
tests/test_server.py
tests/test_tools_logic.py
tests/test_unified.py
tests/test_workspace.py
tests/test_workspace_parsing.py