LICENSE
README.md
SerenLodestar.pyproj
pyproject.toml
seren-lodestar.yaml.sample
seren_lodestar/__init__.py
seren_lodestar/__main__.py
seren_lodestar/_version.py
seren_lodestar/agent_client.py
seren_lodestar/app.py
seren_lodestar/cluster.py
seren_lodestar/config.py
seren_lodestar/dtos.py
seren_lodestar.egg-info/PKG-INFO
seren_lodestar.egg-info/SOURCES.txt
seren_lodestar.egg-info/dependency_links.txt
seren_lodestar.egg-info/entry_points.txt
seren_lodestar.egg-info/requires.txt
seren_lodestar.egg-info/scm_file_list.json
seren_lodestar.egg-info/scm_version.json
seren_lodestar.egg-info/top_level.txt
seren_lodestar/mcp/__init__.py
seren_lodestar/mcp/server.py
seren_lodestar/routes/__init__.py
seren_lodestar/routes/agent_update.py
seren_lodestar/routes/chat.py
seren_lodestar/routes/cluster_routes.py
seren_lodestar/routes/info.py
seren_lodestar/routes/scheduler.py
seren_lodestar/routes/services.py
seren_lodestar/routes/system.py
seren_lodestar/scheduling/__init__.py
seren_lodestar/scheduling/scheduled_task.py
seren_lodestar/scheduling/scheduler_service.py
seren_lodestar/tooling/__init__.py
seren_lodestar/tooling/i_tool_dialect.py
seren_lodestar/tooling/mcp_tool_client.py
seren_lodestar/tooling/qwen_hermes_dialect.py
seren_lodestar/viewer/ui/body.html
seren_lodestar/viewer/ui/header_aside.html
seren_lodestar/viewer/ui/scripts.js
seren_lodestar/viewer/ui/styles.css
seren_lodestar/viewer/ui/tabs.html
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_config.py
tests/test_smoke.py