.dockerignore
.env.example
.gitignore
Dockerfile
LICENSE
README.md
config.example.yaml
docker-compose.yaml
entrypoint.sh
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/publish-docker.yaml
.github/workflows/publish-pypi.yaml
.github/workflows/tag-on-merge.yaml
.github/workflows/tests-on-pr.yaml
acpbox/__init__.py
acpbox/acp_stdio.py
acpbox/cli.py
acpbox/config.py
acpbox/errors.py
acpbox/main.py
acpbox/mapping.py
acpbox/schemas.py
acpbox/session_store.py
acpbox.egg-info/PKG-INFO
acpbox.egg-info/SOURCES.txt
acpbox.egg-info/dependency_links.txt
acpbox.egg-info/entry_points.txt
acpbox.egg-info/requires.txt
acpbox.egg-info/top_level.txt
acpbox/routes/__init__.py
acpbox/routes/chat.py
acpbox/routes/models.py
acpbox/routes/responses.py
docs/acp-lifecycle.md
docs/api-mapping.md
docs/config.md
docs/deployment.md
docs/spec.md
tests/__init__.py
tests/conftest.py
tests/test_chat.py
tests/test_models.py
tests/test_responses.py
tests/test_sessions.py
tests/unit/__init__.py
tests/unit/test_config.py
tests/unit/test_errors.py
tests/unit/test_mapping.py
tests/unit/test_session_store.py
workspace/.gitignore