.gitignore
.pre-commit-config.yaml
.trufflehog.yml
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
debug_dynamic_flow.py
debug_integration_failure.py
orchestration_benchmark_results_20250817_214046.json
orchestration_benchmark_results_20250817_214220.json
pyproject.toml
pytest.ini
run_tests.py
test_no_transitions.py
test_simple_dependency.py
test_state_order_debug.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/security_vulnerability.yml
.github/workflows/ci-cd.yml
.github/workflows/compliance.yml
.github/workflows/dependency-audit.yml
.github/workflows/performance.yml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/puffinflow-main.iml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
benchmark_results/benchmark_results_20250707_120316.json
benchmark_results/benchmark_results_20250817_154157.json
benchmark_results/benchmark_results_20250817_155751.json
benchmarks/README.md
benchmarks/__init__.py
benchmarks/benchmark_coordination.py
benchmarks/benchmark_core_agent.py
benchmarks/benchmark_framework_comparison.py
benchmarks/benchmark_observability.py
benchmarks/benchmark_orchestration_metrics.py
benchmarks/benchmark_resource_management.py
benchmarks/run_all_benchmarks.py
benchmarks/simple_benchmark.py
benchmarks/benchmark_results/benchmark_results_20250817_175706.json
doc-site/.gitignore
doc-site/App.tsx
doc-site/README.md
doc-site/constants.tsx
doc-site/index.css
doc-site/index.html
doc-site/index.tsx
doc-site/metadata.json
doc-site/package-lock.json
doc-site/package.json
doc-site/tsconfig.json
doc-site/types.d.ts
doc-site/types.ts
doc-site/vercel.json
doc-site/vite.config.ts
doc-site/components/CodeBlock.tsx
doc-site/components/CodeWindow.tsx
doc-site/components/Comparison.tsx
doc-site/components/CtaSection.tsx
doc-site/components/DocsPage.tsx
doc-site/components/Faq.tsx
doc-site/components/FeatureShowcase.tsx
doc-site/components/Features.tsx
doc-site/components/Footer.tsx
doc-site/components/Header.tsx
doc-site/components/Hero.tsx
doc-site/components/HowItWorks.tsx
doc-site/components/Icons.tsx
doc-site/components/ModernCTA.tsx
doc-site/components/ModernFeatures.tsx
doc-site/components/ModernStats.tsx
doc-site/components/NewHero.tsx
doc-site/components/NewQuickStart.tsx
doc-site/components/Pricing.tsx
doc-site/components/ProductionGap.tsx
doc-site/components/PuffinLogo.tsx
doc-site/components/QuickStart.tsx
doc-site/components/ScalingProblem.tsx
doc-site/components/SocialProof.tsx
doc-site/components/Testimonials.tsx
doc-site/components/UseCases.tsx
doc-site/components/WhyPuffinflow.tsx
doc-site/components/logo.png
doc-site/components/docs/api-reference.ts
doc-site/components/docs/api-reference.ts.backup
doc-site/components/docs/best-practices.ts
doc-site/components/docs/checkpointing.ts
doc-site/components/docs/context-and-data.ts
doc-site/components/docs/coordination.ts
doc-site/components/docs/deployment.ts
doc-site/components/docs/error-handling.ts
doc-site/components/docs/getting-started.ts
doc-site/components/docs/introduction.ts
doc-site/components/docs/multiagent.ts
doc-site/components/docs/observability.ts
doc-site/components/docs/rag-recipe.ts
doc-site/components/docs/reliability.ts
doc-site/components/docs/resource-management.ts
doc-site/components/docs/resources.ts
doc-site/components/docs/troubleshooting.ts
doc-site/public/logo.png
docs/CI-CD.md
docs/Makefile
docs/README.md
docs/requirements.txt
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/security.rst
docs/source/_static/custom.css
docs/source/api/agent.rst
docs/source/api/coordination.rst
docs/source/api/index.rst
docs/source/api/observability.rst
docs/source/api/reliability.rst
docs/source/api/resources.rst
docs/source/guides/advanced.rst
docs/source/guides/examples.rst
docs/source/guides/migration.rst
docs/source/guides/quickstart.rst
examples/README.md
examples/__init__.py
examples/advanced_workflows.py
examples/basic_agent.py
examples/coordination_examples.py
examples/monitoring_example.py
examples/observability_demo.py
examples/reliability_patterns.py
examples/resource_management.py
examples/run_all_examples.py
examples/test_examples.py
puffinflow-visual-editor/.vite/deps/_metadata.json
puffinflow-visual-editor/.vite/deps/package.json
scripts/run-security-scan.bat
scripts/run-security-scan.py
scripts/test-trufflehog.py
src/puffinflow/__init__.py
src/puffinflow/version.py
src/puffinflow.egg-info/PKG-INFO
src/puffinflow.egg-info/SOURCES.txt
src/puffinflow.egg-info/dependency_links.txt
src/puffinflow.egg-info/entry_points.txt
src/puffinflow.egg-info/requires.txt
src/puffinflow.egg-info/top_level.txt
src/puffinflow/core/__init__.py
src/puffinflow/core/config.py
src/puffinflow/core/agent/__init__.py
src/puffinflow/core/agent/base.py
src/puffinflow/core/agent/checkpoint.py
src/puffinflow/core/agent/context.py
src/puffinflow/core/agent/dependencies.py
src/puffinflow/core/agent/state.py
src/puffinflow/core/agent/decorators/__init__.py
src/puffinflow/core/agent/decorators/builder.py
src/puffinflow/core/agent/decorators/flexible.py
src/puffinflow/core/agent/decorators/inspection.py
src/puffinflow/core/agent/scheduling/__init__.py
src/puffinflow/core/agent/scheduling/builder.py
src/puffinflow/core/agent/scheduling/exceptions.py
src/puffinflow/core/agent/scheduling/inputs.py
src/puffinflow/core/agent/scheduling/parser.py
src/puffinflow/core/agent/scheduling/scheduler.py
src/puffinflow/core/coordination/__init__.py
src/puffinflow/core/coordination/agent_group.py
src/puffinflow/core/coordination/agent_pool.py
src/puffinflow/core/coordination/agent_team.py
src/puffinflow/core/coordination/coordinator.py
src/puffinflow/core/coordination/deadlock.py
src/puffinflow/core/coordination/fluent_api.py
src/puffinflow/core/coordination/primitives.py
src/puffinflow/core/coordination/rate_limiter.py
src/puffinflow/core/observability/__init__.py
src/puffinflow/core/observability/agent.py
src/puffinflow/core/observability/alerting.py
src/puffinflow/core/observability/config.py
src/puffinflow/core/observability/context.py
src/puffinflow/core/observability/core.py
src/puffinflow/core/observability/decorators.py
src/puffinflow/core/observability/events.py
src/puffinflow/core/observability/interfaces.py
src/puffinflow/core/observability/metrics.py
src/puffinflow/core/observability/tracing.py
src/puffinflow/core/reliability/__init__.py
src/puffinflow/core/reliability/bulkhead.py
src/puffinflow/core/reliability/circuit_breaker.py
src/puffinflow/core/reliability/leak_detector.py
src/puffinflow/core/resources/__init__.py
src/puffinflow/core/resources/allocation.py
src/puffinflow/core/resources/pool.py
src/puffinflow/core/resources/quotas.py
src/puffinflow/core/resources/requirements.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/docs_examples/__init__.py
tests/docs_examples/test_all_documentation_examples.py
tests/docs_examples/test_checkpointing_examples.py
tests/docs_examples/test_context_and_data_examples.py
tests/docs_examples/test_error_handling_examples.py
tests/docs_examples/test_getting_started_examples.py
tests/docs_examples/test_introduction_examples.py
tests/docs_examples/test_observability_examples.py
tests/docs_examples/test_reliability_examples.py
tests/docs_examples/test_resource_management_examples.py
tests/e2e/__init__.py
tests/e2e/test_complete_workflows.py
tests/e2e/test_microservices_scenarios.py
tests/integration/__init__.py
tests/integration/test_agent_coordination.py
tests/integration/test_resource_reliability.py
tests/integration/test_working_agents.py
tests/unit/__init__.py
tests/unit/test_config.py
tests/unit/test_init.py
tests/unit/test_version.py
tests/unit/agent/__init__.py
tests/unit/agent/test_base.py
tests/unit/agent/test_builder.py
tests/unit/agent/test_checkpoint.py
tests/unit/agent/test_context.py
tests/unit/agent/test_decorators.py
tests/unit/agent/test_dependencies.py
tests/unit/agent/test_execution_modes.py
tests/unit/agent/test_init.py
tests/unit/agent/test_scheduling.py
tests/unit/agent/test_state.py
tests/unit/agent/test_validation.py
tests/unit/agent/decorators/__init__.py
tests/unit/agent/decorators/test_builder.py
tests/unit/agent/decorators/test_flexible.py
tests/unit/agent/decorators/test_init.py
tests/unit/agent/decorators/test_inspection.py
tests/unit/agent/scheduling/__init__.py
tests/unit/agent/scheduling/test_builder.py
tests/unit/agent/scheduling/test_exceptions.py
tests/unit/agent/scheduling/test_init.py
tests/unit/agent/scheduling/test_inputs.py
tests/unit/agent/scheduling/test_parser.py
tests/unit/agent/scheduling/test_scheduler.py
tests/unit/coordination/__init__.py
tests/unit/coordination/test_agent_group.py
tests/unit/coordination/test_agent_pool.py
tests/unit/coordination/test_agent_team.py
tests/unit/coordination/test_coordinator.py
tests/unit/coordination/test_deadlock.py
tests/unit/coordination/test_fluent_api.py
tests/unit/coordination/test_init.py
tests/unit/coordination/test_primitives.py
tests/unit/coordination/test_rate_limiter.py
tests/unit/core/__init__.py
tests/unit/core/test_init.py
tests/unit/observability/__init__.py
tests/unit/observability/test_agent.py
tests/unit/observability/test_alerting.py
tests/unit/observability/test_config.py
tests/unit/observability/test_context.py
tests/unit/observability/test_core.py
tests/unit/observability/test_decorators.py
tests/unit/observability/test_events.py
tests/unit/observability/test_init.py
tests/unit/observability/test_interfaces.py
tests/unit/observability/test_metrics.py
tests/unit/observability/test_tracing.py
tests/unit/reliability/__init__.py
tests/unit/reliability/test_bulkhead.py
tests/unit/reliability/test_circuit_breaker.py
tests/unit/reliability/test_init.py
tests/unit/reliability/test_leak_detector.py
tests/unit/resources/__init__.py
tests/unit/resources/test_allocation.py
tests/unit/resources/test_init.py
tests/unit/resources/test_pool.py
tests/unit/resources/test_quotas.py
tests/unit/resources/test_requirements.py