LICENSE
README.md
pyproject.toml
examples/__init__.py
examples/controller_multihop/__init__.py
examples/controller_multihop/flow.py
examples/fanout_join/__init__.py
examples/fanout_join/flow.py
examples/map_concurrent/__init__.py
examples/map_concurrent/flow.py
examples/metadata_propagation/flow.py
examples/mlflow_metrics/__init__.py
examples/mlflow_metrics/flow.py
examples/planner_enterprise_agent/__init__.py
examples/planner_enterprise_agent/config.py
examples/planner_enterprise_agent/main.py
examples/planner_enterprise_agent/nodes.py
examples/planner_enterprise_agent/telemetry.py
examples/playbook_retrieval/__init__.py
examples/playbook_retrieval/flow.py
examples/quickstart/__init__.py
examples/quickstart/flow.py
examples/react_minimal/main.py
examples/react_parallel/main.py
examples/react_pause_resume/main.py
examples/react_replan/main.py
examples/reliability_middleware/__init__.py
examples/reliability_middleware/flow.py
examples/roadmap_status_updates/__init__.py
examples/roadmap_status_updates/flow.py
examples/roadmap_status_updates_subflows/__init__.py
examples/roadmap_status_updates_subflows/flow.py
examples/routing_policy/__init__.py
examples/routing_policy/flow.py
examples/routing_predicate/__init__.py
examples/routing_predicate/flow.py
examples/routing_union/__init__.py
examples/routing_union/flow.py
examples/status_roadmap_flow/__init__.py
examples/status_roadmap_flow/flow.py
examples/streaming_llm/__init__.py
examples/streaming_llm/flow.py
examples/testkit_demo/flow.py
examples/trace_cancel/flow.py
examples/traceable_errors/flow.py
examples/visualizer/flow.py
penguiflow/__init__.py
penguiflow/admin.py
penguiflow/bus.py
penguiflow/catalog.py
penguiflow/core.py
penguiflow/debug.py
penguiflow/errors.py
penguiflow/metrics.py
penguiflow/middlewares.py
penguiflow/node.py
penguiflow/patterns.py
penguiflow/policies.py
penguiflow/registry.py
penguiflow/remote.py
penguiflow/state.py
penguiflow/streaming.py
penguiflow/testkit.py
penguiflow/types.py
penguiflow/viz.py
penguiflow.egg-info/PKG-INFO
penguiflow.egg-info/SOURCES.txt
penguiflow.egg-info/dependency_links.txt
penguiflow.egg-info/entry_points.txt
penguiflow.egg-info/requires.txt
penguiflow.egg-info/top_level.txt
penguiflow/planner/__init__.py
penguiflow/planner/dspy_client.py
penguiflow/planner/prompts.py
penguiflow/planner/react.py
penguiflow_a2a/__init__.py
penguiflow_a2a/server.py
tests/test_a2a_server.py
tests/test_budgets.py
tests/test_cancel.py
tests/test_catalog.py
tests/test_controller.py
tests/test_core.py
tests/test_distribution_hooks.py
tests/test_errors.py
tests/test_examples_roadmap.py
tests/test_metadata.py
tests/test_metrics.py
tests/test_middlewares.py
tests/test_node.py
tests/test_patterns.py
tests/test_planner_prompts.py
tests/test_property_based.py
tests/test_react_planner.py
tests/test_registry.py
tests/test_remote.py
tests/test_routing_policy.py
tests/test_streaming.py
tests/test_testkit.py
tests/test_types.py
tests/test_viz.py