.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
docs/gen_ref_nav.py
docs/index.md
docs/sane-teams.md
docs/user/elements.md
docs/user/llm.md
examples/babysitter.py
examples/llm_agent.py
src/saign/__init__.py
src/saign/_version.py
src/saign/blackboard.py
src/saign/config.py
src/saign/elements.py
src/saign/frames.py
src/saign/llm.py
src/saign/pipeline.py
src/saign/probes.py
src/saign/py.typed
src/saign/workers.py
src/saign.egg-info/PKG-INFO
src/saign.egg-info/SOURCES.txt
src/saign.egg-info/dependency_links.txt
src/saign.egg-info/requires.txt
src/saign.egg-info/scm_file_list.json
src/saign.egg-info/scm_version.json
src/saign.egg-info/top_level.txt
tests/test_blackboard.py
tests/test_config_loader.py
tests/test_directive_worker.py
tests/test_live_probe.py
tests/test_llm.py
tests/test_smoke.py
tests/test_tool_loop_worker.py
tests/test_update_hook.py
tests/test_visualize_env.py