LICENSE
README.md
pyproject.toml
agent_gateway/__init__.py
agent_gateway/_io.py
agent_gateway/_provider_utils.py
agent_gateway/agent_session_log.py
agent_gateway/auth.py
agent_gateway/autonomous.py
agent_gateway/compaction.py
agent_gateway/context_builder.py
agent_gateway/easy.py
agent_gateway/event_log.py
agent_gateway/heartbeat.py
agent_gateway/mcp_client.py
agent_gateway/memory.py
agent_gateway/rates.py
agent_gateway/retry.py
agent_gateway/runner.py
agent_gateway/sdk_runner.py
agent_gateway/send_prompt.py
agent_gateway/server.py
agent_gateway/session.py
agent_gateway/skills.py
agent_gateway/sub_agent.py
agent_gateway/task_registry.py
agent_gateway/tool_dispatcher.py
agent_gateway/code_execution/__init__.py
agent_gateway/code_execution/_background.py
agent_gateway/code_execution/_cleanup.py
agent_gateway/code_execution/_config.py
agent_gateway/code_execution/_handlers.py
agent_gateway/code_execution/_helpers.py
agent_gateway/code_execution/_hooks.py
agent_gateway/code_execution/_tool_defs.py
agent_gateway/code_execution/_backends/__init__.py
agent_gateway/code_execution/_backends/_base.py
agent_gateway/code_execution/_backends/_docker.py
agent_gateway/code_execution/_backends/_subprocess.py
agent_gateway/multi_user/__init__.py
agent_gateway/multi_user/billing.py
agent_gateway/providers/__init__.py
agent_gateway/providers/agent_sdk.py
agent_gateway/providers/anthropic.py
agent_gateway/providers/base.py
agent_gateway/providers/codex.py
agent_gateway/providers/openai.py
agent_gateway/rates/anthropic.json
ai_agent_gateway.egg-info/PKG-INFO
ai_agent_gateway.egg-info/SOURCES.txt
ai_agent_gateway.egg-info/dependency_links.txt
ai_agent_gateway.egg-info/requires.txt
ai_agent_gateway.egg-info/top_level.txt
tests/test_agent_session_log.py
tests/test_auth.py
tests/test_autonomous.py
tests/test_autonomous_entry_state_update.py
tests/test_autonomous_mcp_session_injection.py
tests/test_billing.py
tests/test_code_execution.py
tests/test_codex_provider.py
tests/test_compaction.py
tests/test_context_builder.py
tests/test_coordinator.py
tests/test_create_agent_mcp_gateway_changes.py
tests/test_cross_provider.py
tests/test_easy.py
tests/test_heartbeat.py
tests/test_mcp_client_strip_input_fields.py
tests/test_mcp_env_stripping.py
tests/test_mcp_meta_transport.py
tests/test_notifications.py
tests/test_openai_provider.py
tests/test_rates.py
tests/test_resolve_auth_config.py
tests/test_retry.py
tests/test_runner_config_passthrough.py
tests/test_runner_on_usage.py
tests/test_send_message.py
tests/test_server_multi_user.py
tests/test_session_log_runner.py
tests/test_skill_profile.py
tests/test_stream_lifecycle.py
tests/test_sub_agent.py
tests/test_sub_agent_mcp_session_injection.py
tests/test_task_registry.py
tests/test_tool_dispatcher_mcp_injection.py