.gitignore
.pre-commit-config.yaml
.secrets.baseline
AGENTS.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/architecture.md
docs/compatibility.md
docs/deployment.md
docs/guide.md
docs/init_system.md
scripts/README.md
scripts/deploy.sh
scripts/init_system.sh
scripts/shell_helpers.sh
scripts/smoke_test_built_cli.sh
scripts/sync_codex_docs.sh
scripts/uninstall.sh
scripts/deploy/enable_instance.sh
scripts/deploy/install_units.sh
scripts/deploy/provider_secret_env_keys.sh
scripts/deploy/setup_instance.sh
scripts/deploy/update_a2a.sh
src/codex_a2a_server/__init__.py
src/codex_a2a_server/agent.py
src/codex_a2a_server/app.py
src/codex_a2a_server/codex_client.py
src/codex_a2a_server/config.py
src/codex_a2a_server/extension_contracts.py
src/codex_a2a_server/jsonrpc_ext.py
src/codex_a2a_server/jsonrpc_models.py
src/codex_a2a_server/logging_context.py
src/codex_a2a_server/metrics.py
src/codex_a2a_server/openapi_contracts.py
src/codex_a2a_server/output_mapping.py
src/codex_a2a_server/request_handler.py
src/codex_a2a_server/stream_chunks.py
src/codex_a2a_server/stream_interrupts.py
src/codex_a2a_server/stream_state.py
src/codex_a2a_server/streaming.py
src/codex_a2a_server/text_parts.py
src/codex_a2a_server/tool_call_payloads.py
src/codex_a2a_server.egg-info/PKG-INFO
src/codex_a2a_server.egg-info/SOURCES.txt
src/codex_a2a_server.egg-info/dependency_links.txt
src/codex_a2a_server.egg-info/entry_points.txt
src/codex_a2a_server.egg-info/requires.txt
src/codex_a2a_server.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_agent_card.py
tests/test_agent_errors.py
tests/test_call_context_builder.py
tests/test_cancellation.py
tests/test_codex_agent_session_binding.py
tests/test_codex_client_params.py
tests/test_codex_session_extension.py
tests/test_deploy_security_contract.py
tests/test_directory_validation.py
tests/test_extension_contract_consistency.py
tests/test_jsonrpc_models.py
tests/test_metrics.py
tests/test_release_distribution_contract.py
tests/test_request_handler.py
tests/test_session_ownership.py
tests/test_settings.py
tests/test_stream_chunks.py
tests/test_streaming_output_contract.py
tests/test_tool_call_payloads.py
tests/test_transport_contract.py
tests/fixtures/codex_app_server/command_execution_output_delta.json
tests/fixtures/codex_app_server/file_change_output_delta.json