README.md
main.py
pyproject.toml
porki/__init__.py
porki/cache.py
porki/constants.py
porki/heartbeat.py
porki/instructions.py
porki/llm.py
porki/logging_utils.py
porki/memory.py
porki/models.py
porki/orchestrator.py
porki/runtime.py
porki/version.py
porki.egg-info/PKG-INFO
porki.egg-info/SOURCES.txt
porki.egg-info/dependency_links.txt
porki.egg-info/entry_points.txt
porki.egg-info/requires.txt
porki.egg-info/top_level.txt
tests/test_agent_runtime.py
tests/test_claude_live.py
tests/test_heartbeat.py
tests/test_instruction_parser.py
tests/test_llm.py
tests/test_logging_utils.py
tests/test_main_cli.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_redis_store.py
tests/test_spec_sanity.py
tests/test_version.py