LICENSE
README.md
pyproject.toml
power_loop/__init__.py
power_loop/py.typed
power_loop.egg-info/PKG-INFO
power_loop.egg-info/SOURCES.txt
power_loop.egg-info/dependency_links.txt
power_loop.egg-info/requires.txt
power_loop.egg-info/top_level.txt
power_loop/_vendor/__init__.py
power_loop/_vendor/llm_client/__init__.py
power_loop/_vendor/llm_client/anthropic_factory.py
power_loop/_vendor/llm_client/capabilities.py
power_loop/_vendor/llm_client/interface.py
power_loop/_vendor/llm_client/llm_factory.py
power_loop/_vendor/llm_client/llm_tooling.py
power_loop/_vendor/llm_client/llm_utils.py
power_loop/_vendor/llm_client/multimodal.py
power_loop/agent/__init__.py
power_loop/agent/follow_up.py
power_loop/agent/sink.py
power_loop/agent/stateful_loop.py
power_loop/agent/system_prompt.py
power_loop/agent/types.py
power_loop/contracts/__init__.py
power_loop/contracts/errors.py
power_loop/contracts/event_payloads.py
power_loop/contracts/events.py
power_loop/contracts/handlers.py
power_loop/contracts/hook_contexts.py
power_loop/contracts/hooks.py
power_loop/contracts/messages.py
power_loop/contracts/protocols.py
power_loop/contracts/tools.py
power_loop/contrib/__init__.py
power_loop/contrib/_redact.py
power_loop/contrib/jsonl_sink.py
power_loop/contrib/logging_sink.py
power_loop/contrib/mcp.py
power_loop/contrib/metrics_sink.py
power_loop/contrib/otel_sink.py
power_loop/core/agent_context.py
power_loop/core/events.py
power_loop/core/hooks.py
power_loop/core/phase.py
power_loop/core/pipeline.py
power_loop/core/runner.py
power_loop/core/state.py
power_loop/runtime/blackboard.py
power_loop/runtime/budget.py
power_loop/runtime/cancellation.py
power_loop/runtime/compact.py
power_loop/runtime/env.py
power_loop/runtime/exec_backend.py
power_loop/runtime/human_input.py
power_loop/runtime/memory.py
power_loop/runtime/notes.py
power_loop/runtime/provider.py
power_loop/runtime/retry.py
power_loop/runtime/runtime_state.py
power_loop/runtime/session_store.py
power_loop/runtime/skills.py
power_loop/runtime/spec.py
power_loop/runtime/structured.py
power_loop/runtime/stub_provider.py
power_loop/runtime/timers.py
power_loop/runtime/store/__init__.py
power_loop/runtime/store/capabilities.py
power_loop/runtime/store/db.py
power_loop/runtime/store/dialect.py
power_loop/runtime/store/factory.py
power_loop/runtime/store/schema.py
power_loop/runtime/store/store.py
power_loop/runtime/store/types.py
power_loop/runtime/store/backends/__init__.py
power_loop/runtime/store/backends/mysql.py
power_loop/runtime/store/backends/postgres.py
power_loop/runtime/store/backends/sqlite.py
power_loop/tools/__init__.py
power_loop/tools/blackboard.py
power_loop/tools/default_manifest.py
power_loop/tools/default_tools.py
power_loop/tools/registry.py
power_loop/tools/spawn_agent.py
power_loop/workflow/__init__.py
power_loop/workflow/api.py
power_loop/workflow/engine.py
power_loop/workflow/introspect.py
power_loop/workflow/journal.py
power_loop/workflow/result.py
power_loop/workflow/resume.py
power_loop/workflow/runner.py
power_loop/workflow/spec.py
power_loop/workflow/subprocess_executor.py
power_loop/workflow/tool.py
power_loop/workflow/worker.py