LICENSE
README.md
pyproject.toml
contracts/__init__.py
contracts/manifest.json
contracts/schemas/__init__.py
contracts/schemas/arena-report.schema.json
contracts/schemas/behavior-consensus.schema.json
contracts/schemas/escalation-signal.schema.json
contracts/schemas/fanout-report.schema.json
contracts/schemas/local-agent-status.schema.json
guardrails/__init__.py
guardrails/cpu_throttle.py
guardrails/disk_gc.py
kernel/__init__.py
kernel/aggregator.py
kernel/arena.py
kernel/diversifier.py
kernel/providers.py
kernel/subagent_runtime.py
kernel/yool_tuple_kernel.py
kernel/utils/__init__.py
kernel/utils/accel.py
kernel/utils/cache.py
kernel/utils/serialization.py
simplicio_prompt.egg-info/PKG-INFO
simplicio_prompt.egg-info/SOURCES.txt
simplicio_prompt.egg-info/dependency_links.txt
simplicio_prompt.egg-info/entry_points.txt
simplicio_prompt.egg-info/top_level.txt
tests/test_accel.py
tests/test_aggregator.py
tests/test_arena.py
tests/test_contracts.py
tests/test_diversifier.py
tests/test_guardrails.py
tests/test_mechanical_edit_prompt.py
tests/test_providers.py
tests/test_subagent_runtime.py
tests/test_token_efficient_prompts.py
tests/test_utils.py
tests/test_yool_tuple_kernel.py