LICENSE
README.md
pyproject.toml
prodagent.egg-info/PKG-INFO
prodagent.egg-info/SOURCES.txt
prodagent.egg-info/dependency_links.txt
prodagent.egg-info/requires.txt
prodagent.egg-info/top_level.txt
src/__init__.py
src/backends/__init__.py
src/backends/file_store.py
src/kernel/__init__.py
src/kernel/body.py
src/kernel/bus.py
src/kernel/channels.py
src/kernel/command.py
src/kernel/eventlog.py
src/kernel/graph.py
src/kernel/ports.py
src/kernel/run.py
src/kernel/scheduler.py
src/kernel/types.py
src/playground/__init__.py
src/playground/__main__.py
src/playground/demo.py
src/playground/scenarios.py
src/playground/server.py
src/playground/web.py
src/runtime/__init__.py
src/runtime/agent.py
src/runtime/context.py
src/runtime/llm.py
src/runtime/mcp.py
src/runtime/memory.py
src/runtime/multiagent.py
src/runtime/openai_lite.py
src/runtime/plan_first.py
src/runtime/react.py
src/runtime/skills.py
src/runtime/tools.py
src/runtime/workflow.py
tests/test_backpressure.py
tests/test_blackboard.py
tests/test_bus.py
tests/test_channels.py
tests/test_context_skills_memory.py
tests/test_eventlog.py
tests/test_facade.py
tests/test_graph_scheduler.py
tests/test_interrupt.py
tests/test_purity.py
tests/test_react_recipe.py
tests/test_resilience.py
tests/test_runtime_recipes.py
tests/test_runtime_strategies.py
tests/test_subrun.py