LICENSE
README.md
pyproject.toml
jaros/__init__.py
jaros/cli.py
jaros/daemon.py
jaros/registry.py
jaros.egg-info/PKG-INFO
jaros.egg-info/SOURCES.txt
jaros.egg-info/dependency_links.txt
jaros.egg-info/entry_points.txt
jaros.egg-info/requires.txt
jaros.egg-info/top_level.txt
jaros/comms/__init__.py
jaros/comms/fs.py
jaros/comms/queue.py
jaros/core/__init__.py
jaros/core/decision.py
jaros/core/decision_gate.py
jaros/core/json_value.py
jaros/core/reasoning_boundary.py
jaros/eval/__init__.py
jaros/eval/runner.py
jaros/eval/suite.py
jaros/execution/__init__.py
jaros/execution/determinism.py
jaros/execution/executor.py
jaros/execution/handlers.py
jaros/execution/tools.py
jaros/harness/__init__.py
jaros/harness/capabilities.py
jaros/harness/harness.py
jaros/harness/rules.py
jaros/llm/__init__.py
jaros/llm/client.py
jaros/llm/config.py
jaros/llm/factory.py
jaros/llm/adapters/__init__.py
jaros/llm/adapters/default_adapter.py
jaros/llm/adapters/ollama_adapter.py
jaros/llm/adapters/uppercase_adapter.py
jaros/runtime/__init__.py
jaros/runtime/agent_pool.py
jaros/runtime/agent_thread.py
jaros/runtime/lifecycle.py
jaros/scheduling/__init__.py
jaros/scheduling/cron.py
jaros/scheduling/scheduler.py
jaros/state/__init__.py
jaros/state/coordination.py
jaros/state/decision_log.py
jaros/state/log.py
jaros/state/machine.py
jaros/state/model.py
jaros/state/recover.py
jaros/state/swarm.py
tests/test_agent_pool.py
tests/test_agent_thread.py
tests/test_audit.py
tests/test_capabilities.py
tests/test_check_determinism.py
tests/test_check_no_server.py
tests/test_check_zero_infra.py
tests/test_cli.py
tests/test_cli_replay.py
tests/test_coordination.py
tests/test_cron.py
tests/test_daemon.py
tests/test_daemon_scheduling.py
tests/test_decision.py
tests/test_decision_gate.py
tests/test_decision_log.py
tests/test_determinism.py
tests/test_distributed.py
tests/test_dynamic_tools.py
tests/test_eval.py
tests/test_executor.py
tests/test_fs.py
tests/test_harness.py
tests/test_llm.py
tests/test_queue.py
tests/test_readonly_agents.py
tests/test_recover.py
tests/test_registry.py
tests/test_rules.py
tests/test_scheduler.py
tests/test_state_log.py
tests/test_state_machine.py
tests/test_state_model.py
tests/test_swarm.py