LICENSE
README.md
pyproject.toml
tars/__init__.py
tars/__main__.py
tars/_cli_helpers.py
tars/py.typed
tars/act/__init__.py
tars/act/base.py
tars/act/local.py
tars/act/registry.py
tars/act/types.py
tars/browser/__init__.py
tars/browser/__main__.py
tars/browser/cli.py
tars/loop/__init__.py
tars/loop/__main__.py
tars/loop/_io.py
tars/loop/cli.py
tars/loop/engine.py
tars/loop/repl.py
tars/loop/session.py
tars/loop/session_store.py
tars/loop/tools.py
tars/loop/types.py
tars/memory/__init__.py
tars/memory/__main__.py
tars/memory/cli.py
tars/memory/domains.py
tars/memory/propose.py
tars/memory/signals.py
tars/memory/similarity.py
tars/memory/store.py
tars/memory/transcript.py
tars/memory/types.py
tars/providers/__init__.py
tars/providers/_openai_compat.py
tars/providers/agentrouter_provider.py
tars/providers/anthropic_provider.py
tars/providers/base.py
tars/providers/errors.py
tars/providers/openai_provider.py
tars/providers/openrouter_provider.py
tars/providers/registry.py
tars/providers/tokenrouter_provider.py
tars/providers/types.py
tars/readme/__init__.py
tars/readme/__main__.py
tars/readme/cli.py
tars/readme/examples.py
tars/readme/inspection.py
tars/readme/manifest.py
tars/readme/render.py
tars/readme/source.py
tars/readme/types.py
tars/router/__init__.py
tars/router/classify.py
tars/router/dataset.py
tars/router/data/labeled_tasks.json
tars/verification/__init__.py
tars/verification/__main__.py
tars/verification/cli.py
tars/verification/detect.py
tars/verification/gate.py
tars/verification/runner.py
tars/verification/types.py
tars/verification/web.py
tars_agent.egg-info/PKG-INFO
tars_agent.egg-info/SOURCES.txt
tars_agent.egg-info/dependency_links.txt
tars_agent.egg-info/entry_points.txt
tars_agent.egg-info/requires.txt
tars_agent.egg-info/top_level.txt
tests/test_act_local.py
tests/test_act_package.py
tests/test_act_registry.py
tests/test_act_types.py
tests/test_agentrouter_live.py
tests/test_agentrouter_provider.py
tests/test_anthropic_provider.py
tests/test_base_helpers.py
tests/test_browser_cli.py
tests/test_browser_live.py
tests/test_browser_package.py
tests/test_generate.py
tests/test_loop_browser_tools.py
tests/test_loop_cli.py
tests/test_loop_engine.py
tests/test_loop_io.py
tests/test_loop_persistence.py
tests/test_loop_repl.py
tests/test_loop_session.py
tests/test_loop_tools.py
tests/test_loop_tools_touched.py
tests/test_loop_types.py
tests/test_loop_web_verify.py
tests/test_memory_benchmark.py
tests/test_memory_cli.py
tests/test_memory_domains.py
tests/test_memory_package.py
tests/test_memory_propose.py
tests/test_memory_recall.py
tests/test_memory_signals.py
tests/test_memory_store.py
tests/test_memory_transcript.py
tests/test_memory_types.py
tests/test_openai_provider.py
tests/test_openrouter_provider.py
tests/test_packaging_install.py
tests/test_readme_cli.py
tests/test_readme_examples.py
tests/test_readme_inspection.py
tests/test_readme_manifest.py
tests/test_readme_package.py
tests/test_readme_render.py
tests/test_readme_source.py
tests/test_readme_types.py
tests/test_registry.py
tests/test_router_benchmark.py
tests/test_router_classify.py
tests/test_router_dataset.py
tests/test_router_package.py
tests/test_tokenrouter_provider.py
tests/test_types.py
tests/test_verification_cli.py
tests/test_verification_detect_node.py
tests/test_verification_detect_polyglot.py
tests/test_verification_detect_python.py
tests/test_verification_entry_point.py
tests/test_verification_gate.py
tests/test_verification_package.py
tests/test_verification_runner.py
tests/test_verification_types.py
tests/test_verification_web.py