LICENSE
NOTICE
README.md
pyproject.toml
agiel/__init__.py
badgerflow/__init__.py
badgerflow.egg-info/PKG-INFO
badgerflow.egg-info/SOURCES.txt
badgerflow.egg-info/dependency_links.txt
badgerflow.egg-info/entry_points.txt
badgerflow.egg-info/requires.txt
badgerflow.egg-info/top_level.txt
badgerflow/.agents/skills/badgerflow-platform-api/SKILL.md
badgerflow/.agents/skills/badgerflow-plugin/SKILL.md
badgerflow/.agents/skills/badgerflow-plugin/references/troubleshooting.md
badgerflow/.agents/skills/badgerflow-procode-agent/SKILL.md
badgerflow/.agents/skills/badgerflow-procode-agent/references/capabilities.md
badgerflow/.agents/skills/badgerflow-release/SKILL.md
badgerflow/.agents/skills/badgerflow-troubleshooting/SKILL.md
badgerflow/auth/__init__.py
badgerflow/auth/run_token.py
badgerflow/cli/__init__.py
badgerflow/cli/main.py
badgerflow/cli/plugin.py
badgerflow/cli/plugin_call.py
badgerflow/cli/plugin_image.py
badgerflow/cli/plugin_scaffold.py
badgerflow/cli/preview.py
badgerflow/cli/project.py
badgerflow/cli/scaffold.py
badgerflow/cli/skills.py
badgerflow/client/__init__.py
badgerflow/client/client.py
badgerflow/client/exceptions.py
badgerflow/client/adapters/__init__.py
badgerflow/client/adapters/autogen.py
badgerflow/client/adapters/crewai.py
badgerflow/client/adapters/langchain.py
badgerflow/client/cli/__init__.py
badgerflow/client/cli/main.py
badgerflow/client/cli/manifest.py
badgerflow/client/resources/__init__.py
badgerflow/client/resources/agents.py
badgerflow/client/resources/auth.py
badgerflow/client/resources/dependencies.py
badgerflow/client/resources/guardrail_profiles.py
badgerflow/client/resources/guardrails.py
badgerflow/client/resources/models.py
badgerflow/client/resources/namespaces.py
badgerflow/client/resources/rag.py
badgerflow/client/resources/releases.py
badgerflow/client/resources/webhooks.py
badgerflow/client/resources/workflows.py
badgerflow/connectors/__init__.py
badgerflow/connectors/client.py
badgerflow/contract/README.md
badgerflow/contract/__init__.py
badgerflow/contract/constants.py
badgerflow/contract/event.schema.json
badgerflow/contract/hash.py
badgerflow/contract/invoke-request.schema.json
badgerflow/contract/invoke-response.schema.json
badgerflow/contract/ir.schema.json
badgerflow/contract/manifest.schema.json
badgerflow/contract/pause.py
badgerflow/contract/validate.py
badgerflow/contract/examples/event-complete.json
badgerflow/contract/examples/event-pause_review.json
badgerflow/contract/examples/event-policy_violation.json
badgerflow/contract/examples/event-step_completed.json
badgerflow/contract/examples/event-step_started.json
badgerflow/contract/examples/invoke-request.json
badgerflow/contract/examples/invoke-response-completed.json
badgerflow/contract/examples/invoke-response-failed.json
badgerflow/contract/examples/invoke-response-paused.json
badgerflow/contract/examples/ir.hash
badgerflow/contract/examples/ir.json
badgerflow/contract/examples/manifest.json
badgerflow/contract/plugin/README.md
badgerflow/contract/plugin/__init__.py
badgerflow/contract/plugin/attestation.py
badgerflow/contract/plugin/constants.py
badgerflow/contract/plugin/hash.py
badgerflow/contract/plugin/plugin-call-meta.schema.json
badgerflow/contract/plugin/plugin-manifest.schema.json
badgerflow/contract/plugin/plugin-token.schema.json
badgerflow/contract/plugin/validate.py
badgerflow/contract/plugin/examples/plugin-attestation.json
badgerflow/contract/plugin/examples/plugin-attestation.trust.json
badgerflow/contract/plugin/examples/plugin-call-meta.json
badgerflow/contract/plugin/examples/plugin-manifest.json
badgerflow/contract/plugin/examples/plugin-token.json
badgerflow/contract/plugin/examples/invalid/plugin-call-meta--credential-field-not-an-identifier.json
badgerflow/contract/plugin/examples/invalid/plugin-call-meta--missing-namespace.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--any-allowed-with-aliases.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--credentials-without-form.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--duplicate-tool.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--egress-with-scheme.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--no-tools.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--non-object-output-schema.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--select-without-options.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--stale-schema-hash.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--typo-in-tool.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--unknown-effect.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--unknown-permission.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--uppercase-name.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--wildcard-egress.json
badgerflow/contract/plugin/examples/invalid/plugin-manifest--wrong-manifest-hash.json
badgerflow/contract/plugin/examples/invalid/plugin-token--audience-not-derived-from-perms.json
badgerflow/contract/plugin/examples/invalid/plugin-token--installation-mismatch.json
badgerflow/contract/plugin/examples/invalid/plugin-token--outlives-a-tool-call.json
badgerflow/contract/plugin/examples/invalid/plugin-token--run-token-marker.json
badgerflow/contract/plugin/examples/invalid/plugin-token--unknown-audience.json
badgerflow/events/__init__.py
badgerflow/events/emitter.py
badgerflow/events/steps.py
badgerflow/guardrails/__init__.py
badgerflow/guardrails/client.py
badgerflow/knowledge/__init__.py
badgerflow/knowledge/client.py
badgerflow/langgraph/__init__.py
badgerflow/langgraph/agent.py
badgerflow/langgraph/callback.py
badgerflow/langgraph/chat.py
badgerflow/langgraph/checkpoint.py
badgerflow/langgraph/compile.py
badgerflow/langgraph/tools.py
badgerflow/langgraph/uses.py
badgerflow/llm/__init__.py
badgerflow/llm/client.py
badgerflow/ontology/__init__.py
badgerflow/ontology/client.py
badgerflow/otel/__init__.py
badgerflow/otel/logs.py
badgerflow/otel/metrics.py
badgerflow/otel/scope.py
badgerflow/otel/spans.py
badgerflow/otel/tracing.py
badgerflow/plugin/__init__.py
badgerflow/plugin/conformance.py
badgerflow/plugin/context.py
badgerflow/plugin/definition.py
badgerflow/plugin/egress_proxy.py
badgerflow/plugin/envelope.py
badgerflow/plugin/errors.py
badgerflow/plugin/oci.py
badgerflow/plugin/server.py
badgerflow/plugin/signing.py
badgerflow/plugin/testing.py
badgerflow/procode/__init__.py
badgerflow/procode/actor.py
badgerflow/procode/app.py
badgerflow/procode/clients.py
badgerflow/procode/config.py
badgerflow/procode/context.py
badgerflow/procode/current.py
badgerflow/procode/errors.py
badgerflow/procode/stepctx.py
badgerflow/procode/transport.py
badgerflow/tools/__init__.py
badgerflow/tools/client.py
tests/test_actor_tokens.py
tests/test_agent_card.py
tests/test_claims_chat_example.py
tests/test_claims_triage_example.py
tests/test_cli.py
tests/test_cli_plugin.py
tests/test_cli_plugin_call.py
tests/test_cli_plugin_image.py
tests/test_cli_preview.py
tests/test_cli_register.py
tests/test_cli_release.py
tests/test_cli_skills.py
tests/test_context_steps.py
tests/test_contract_constants.py
tests/test_contract_hash.py
tests/test_contract_pause.py
tests/test_contract_schemas.py
tests/test_events_emitter.py
tests/test_export_golden.py
tests/test_governed_clients.py
tests/test_import.py
tests/test_langgraph_agent.py
tests/test_langgraph_approval_example.py
tests/test_langgraph_checkpoint.py
tests/test_langgraph_compile.py
tests/test_langgraph_stream.py
tests/test_langgraph_tools.py
tests/test_llm_client.py
tests/test_llm_standalone.py
tests/test_metrics_endpoint.py
tests/test_otel.py
tests/test_payout_approval_example.py
tests/test_plugin_contract.py
tests/test_plugin_egress_proxy.py
tests/test_plugin_manifest.py
tests/test_plugin_mcp.py
tests/test_plugin_oci.py
tests/test_plugin_storage.py
tests/test_plugin_testing.py
tests/test_procode_server.py
tests/test_proxy_environment.py
tests/test_run_token_verifier.py
tests/test_slow_review_example.py