CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
__init__.py
py.typed
pyproject.toml
run.py
./__init__.py
./py.typed
./run.py
./agents/__init__.py
./agents/alethic_agent.py
./agents/json_glue.py
./agents/llm_agent.py
./agents/string_glue.py
./alethic/__init__.py
./alethic/adaptive_worker.py
./alethic/client.py
./alethic/kernel.py
./alethic/migrations.py
./alethic/orchestrator.py
./alethic/permissions.py
./alethic/py.typed
./alethic/schema.py
./alethic/session.py
./alethic/sim_worker.py
./alethic/sqlite_store.py
./alethic/store.py
./alethic/store_protocol.py
./alethic/validators.py
./alethic/worker.py
./alethic/api/__init__.py
./alethic/api/app.py
./alethic/api/dependencies.py
./alethic/api/models.py
./alethic/api/routes.py
./alethic/api/tracing.py
./eval/__init__.py
./eval/harness.py
./eval/metrics.py
./eval/report.py
./eval/task_loader.py
./examples/demo.py
./examples/multi_episode.py
./llm/__init__.py
./llm/planner.py
./tasks/stripe_refund_clean.yaml
./tasks/stripe_refund_combined.yaml
./tasks/stripe_refund_conflict.yaml
./tasks/stripe_refund_duplicate.yaml
./tasks/stripe_refund_stale.yaml
./tasks/stripe_refund_tool_failure.yaml
./tools/__init__.py
./tools/payment_tool.py
./tools/perturb.py
./tools/refund_tool.py
agents/__init__.py
agents/alethic_agent.py
agents/json_glue.py
agents/llm_agent.py
agents/string_glue.py
alethic/__init__.py
alethic/adaptive_worker.py
alethic/client.py
alethic/kernel.py
alethic/migrations.py
alethic/orchestrator.py
alethic/permissions.py
alethic/py.typed
alethic/schema.py
alethic/session.py
alethic/sim_worker.py
alethic/sqlite_store.py
alethic/store.py
alethic/store_protocol.py
alethic/validators.py
alethic/worker.py
alethic/api/__init__.py
alethic/api/app.py
alethic/api/dependencies.py
alethic/api/models.py
alethic/api/routes.py
alethic/api/tracing.py
alethic_kernel.egg-info/PKG-INFO
alethic_kernel.egg-info/SOURCES.txt
alethic_kernel.egg-info/dependency_links.txt
alethic_kernel.egg-info/entry_points.txt
alethic_kernel.egg-info/requires.txt
alethic_kernel.egg-info/top_level.txt
docs/api-reference.md
docs/architecture.md
docs/architecture.png
docs/benchmark.md
docs/deployment.md
docs/http-api.md
docs/workers.md
docs/superpowers/plans/2026-07-16-alethic-dev.md
docs/superpowers/specs/2026-07-16-alethic-dev-design.md
eval/__init__.py
eval/harness.py
eval/metrics.py
eval/report.py
eval/task_loader.py
examples/demo.py
examples/multi_episode.py
llm/__init__.py
llm/planner.py
tasks/stripe_refund_clean.yaml
tasks/stripe_refund_combined.yaml
tasks/stripe_refund_conflict.yaml
tasks/stripe_refund_duplicate.yaml
tasks/stripe_refund_stale.yaml
tasks/stripe_refund_tool_failure.yaml
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_adaptive_worker.py
tests/test_agent_integration.py
tests/test_agent_llm_mock.py
tests/test_api.py
tests/test_atomicity.py
tests/test_benchmark_invariants.py
tests/test_cli.py
tests/test_client.py
tests/test_concurrency.py
tests/test_coverage_gaps.py
tests/test_e2e_pipeline.py
tests/test_kernel.py
tests/test_migrations.py
tests/test_orchestrator.py
tests/test_permissions.py
tests/test_readme_assets.py
tests/test_report.py
tests/test_schema.py
tests/test_session.py
tests/test_sim_worker.py
tests/test_sqlite_store.py
tests/test_store.py
tests/test_store_equivalence.py
tests/test_stress.py
tests/test_validators.py
tools/__init__.py
tools/payment_tool.py
tools/perturb.py
tools/refund_tool.py