LICENSE
README.md
pyproject.toml
autoagent/__init__.py
autoagent/agent.py
autoagent/approval.py
autoagent/dynamic.py
autoagent/errors.py
autoagent/evolution.py
autoagent/http.py
autoagent/logging.py
autoagent/mcp.py
autoagent/memory.py
autoagent/orchestrator.py
autoagent/otel.py
autoagent/pipeline.py
autoagent/registry.py
autoagent/sandbox.py
autoagent/schema.py
autoagent/trace.py
autoagent/workspace.py
autoagent/providers/__init__.py
autoagent/providers/anthropic.py
autoagent/providers/base.py
autoagent/providers/gemini.py
autoagent/providers/openai.py
autoagent/providers/routing.py
autoagent_core.egg-info/PKG-INFO
autoagent_core.egg-info/SOURCES.txt
autoagent_core.egg-info/dependency_links.txt
autoagent_core.egg-info/requires.txt
autoagent_core.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_as_tool.py
tests/test_agent_cancel.py
tests/test_agent_dynamic_prompt.py
tests/test_agent_parallel_tools.py
tests/test_agent_post_turn_hook.py
tests/test_agent_streaming.py
tests/test_approval.py
tests/test_bridge.py
tests/test_concurrency.py
tests/test_docker_sandbox.py
tests/test_dynamic.py
tests/test_dynamic_parser_property.py
tests/test_evolution.py
tests/test_http.py
tests/test_logging.py
tests/test_mcp.py
tests/test_memory.py
tests/test_orchestrator.py
tests/test_otel.py
tests/test_pipeline.py
tests/test_provider_parity.py
tests/test_providers.py
tests/test_providers_security.py
tests/test_registry.py
tests/test_registry_async.py
tests/test_registry_validation.py
tests/test_routing_provider.py
tests/test_runstate.py
tests/test_sandbox.py
tests/test_sandbox_bypasses.py
tests/test_schema.py
tests/test_schema_serialization.py
tests/test_summarizing_memory_and_budget.py
tests/test_tool_policy.py
tests/test_trace.py
tests/test_workspace.py