LICENSE
README.md
pyproject.toml
src/atac/__init__.py
src/atac.egg-info/PKG-INFO
src/atac.egg-info/SOURCES.txt
src/atac.egg-info/dependency_links.txt
src/atac.egg-info/entry_points.txt
src/atac.egg-info/requires.txt
src/atac.egg-info/top_level.txt
src/atac/cli/__init__.py
src/atac/cli/main.py
src/atac/core/__init__.py
src/atac/core/atac_api.py
src/atac/core/config.py
src/atac/mcp/server.py
src/atac/runtimes/__init__.py
src/atac/runtimes/v1/__init__.py
src/atac/runtimes/v1/context.py
src/atac/runtimes/v1/models.py
src/atac/runtimes/v1/parser.py
src/atac/runtimes/v1/runtime.py
src/atac/runtimes/v1/validator.py
src/atac/runtimes/v1/executors/__init__.py
src/atac/runtimes/v1/executors/base.py
src/atac/runtimes/v1/executors/bash_executor.py
src/atac/runtimes/v1/executors/kimi_executor.py
src/atac/runtimes/v1/executors/mcp_executor.py
src/atac/specs/__init__.py
src/atac/specs/v1/__init__.py
src/atac/specs/v1/schema.json