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/_starter/__init__.py
jaros/_starter/agents/disk_monitor_agent.py
jaros/_starter/agents/inventory_agent.py
jaros/_starter/agents/planner_agent.py
jaros/_starter/agents/reviewer_agent.py
jaros/_starter/agents/system_health_agent.py
jaros/_starter/agents/text_metrics_agent.py
jaros/_starter/agents/worker_agent.py
jaros/_starter/evals/readonly.json
jaros/_starter/schedules/disk-monitor.json
jaros/_starter/schedules/system-health.json
jaros/_starter/tools/dir_stat_tool.py
jaros/_starter/tools/disk_usage_tool.py
jaros/_starter/tools/handoff_tool.py
jaros/_starter/tools/sys_info_tool.py
jaros/_starter/tools/text_count_tool.py
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
jaros_console/__init__.py
jaros_console/data.py
jaros_console/server.py
jaros_console/_dist/index.html
jaros_console/_dist/assets/agents-CQxAk2hW.png
jaros_console/_dist/assets/evaluations-CX5Wc59m.png
jaros_console/_dist/assets/harness-BHVnXZsm.png
jaros_console/_dist/assets/index-DFDLInu0.css
jaros_console/_dist/assets/index-DcaL0nQL.js
jaros_console/_dist/assets/jobs-CIYB4YKt.png
jaros_console/_dist/assets/overview-B-rdYRaD.png
jaros_console/_dist/assets/reproducibility-BdYcM_ei.png
jaros_console/_dist/assets/schedules-BHjgR5Jo.png
jaros_console/_dist/assets/state-machine-CztOkgYa.png
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_console_server.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