LICENSE
README.md
pyproject.toml
src/subactor_shell/__init__.py
src/subactor_shell/__main__.py
src/subactor_shell/acp_agent.py
src/subactor_shell/app.py
src/subactor_shell/artifacts.py
src/subactor_shell/catalog.py
src/subactor_shell/chat.py
src/subactor_shell/compiler.py
src/subactor_shell/config.py
src/subactor_shell/connectors.py
src/subactor_shell/context_builder.py
src/subactor_shell/control.py
src/subactor_shell/control_env.py
src/subactor_shell/intent_ir.py
src/subactor_shell/models.py
src/subactor_shell/operations.py
src/subactor_shell/orchestration.py
src/subactor_shell/policy.py
src/subactor_shell/redaction.py
src/subactor_shell/repl.py
src/subactor_shell/routing.py
src/subactor_shell/secret_refs.py
src/subactor_shell/store.py
src/subactor_shell/terminal.py
src/subactor_shell/token_budget.py
src/subactor_shell/vault.py
src/subactor_shell.egg-info/PKG-INFO
src/subactor_shell.egg-info/SOURCES.txt
src/subactor_shell.egg-info/dependency_links.txt
src/subactor_shell.egg-info/entry_points.txt
src/subactor_shell.egg-info/requires.txt
src/subactor_shell.egg-info/top_level.txt
src/subactor_shell/providers/__init__.py
src/subactor_shell/providers/anthropic.py
src/subactor_shell/providers/base.py
src/subactor_shell/providers/mock.py
src/subactor_shell/providers/openai_compat.py
src/subactor_shell/providers/subactor_control.py
tests/test_acp_agent.py
tests/test_acp_extensions.py
tests/test_app_errors.py
tests/test_artifact_selection.py
tests/test_canonical_cli.py
tests/test_chat.py
tests/test_context_budget.py
tests/test_control.py
tests/test_control_env.py
tests/test_operations.py
tests/test_orchestration.py
tests/test_providers.py
tests/test_redaction.py
tests/test_router_local_parser.py
tests/test_shell_integration.py
tests/test_store.py
tests/test_structured_output.py
tests/test_vault.py