LICENSE
README.md
pyproject.toml
tests/test_a2a.py
tests/test_a2a_environments.py
tests/test_a2a_episode.py
tests/test_a2a_federation.py
tests/test_a2a_p0.py
tests/test_agent_memory_client.py
tests/test_agentic_judge.py
tests/test_agui.py
tests/test_ai_gateway.py
tests/test_byok_credentials.py
tests/test_capability_evidence.py
tests/test_capability_fallback.py
tests/test_capability_integration.py
tests/test_capability_matcher.py
tests/test_capability_pack_import.py
tests/test_capability_pack_store.py
tests/test_capability_production_validation.py
tests/test_capability_remote_sync.py
tests/test_capability_smoke.py
tests/test_capability_sync.py
tests/test_catalog.py
tests/test_cf_containers_executor.py
tests/test_cf_secrets.py
tests/test_cli_contracts.py
tests/test_cli_encoding.py
tests/test_cloud_link.py
tests/test_config.py
tests/test_context_analyzer.py
tests/test_correlation.py
tests/test_cwd_lock.py
tests/test_dspy_runtime_smoke.py
tests/test_environment.py
tests/test_error_classifier.py
tests/test_errors.py
tests/test_evaluated_capability_packs.py
tests/test_evaluation.py
tests/test_evidence_foundation.py
tests/test_evidence_interfaces.py
tests/test_executor_cwd_and_a2a_call.py
tests/test_executor_safety.py
tests/test_executor_timeouts.py
tests/test_external_catalog.py
tests/test_failure_paths.py
tests/test_finops_benchmark_suite.py
tests/test_freellm_importer.py
tests/test_frontend_roles_smoke.py
tests/test_gateway_provider_health.py
tests/test_golden_evaluation.py
tests/test_hybrid_a2a.py
tests/test_intelligence_smoke.py
tests/test_judge_calibration.py
tests/test_learning_instincts.py
tests/test_lifecycle_hooks.py
tests/test_marketplace.py
tests/test_mcp.py
tests/test_memory.py
tests/test_memory_client.py
tests/test_model_router.py
tests/test_multiagent_smoke.py
tests/test_packaging.py
tests/test_patch_applier.py
tests/test_pipeline_integration_smoke.py
tests/test_pipeline_server.py
tests/test_pipeline_stages_unit.py
tests/test_plan_a2a_bridge.py
tests/test_plan_criteria.py
tests/test_plan_engine.py
tests/test_plan_runner.py
tests/test_plan_verify.py
tests/test_priority1.py
tests/test_product_proof.py
tests/test_project_state.py
tests/test_protocol_contracts.py
tests/test_pxpipe.py
tests/test_quickstart.py
tests/test_registry.py
tests/test_release_version.py
tests/test_research_pilot.py
tests/test_resilience.py
tests/test_retry_cost.py
tests/test_reuse.py
tests/test_review_until_clean.py
tests/test_router.py
tests/test_run_cmd_json_exit.py
tests/test_runs_api.py
tests/test_scanner.py
tests/test_setup_catalog.py
tests/test_skill_relevance.py
tests/test_skill_scout_cf.py
tests/test_skill_seed_path.py
tests/test_smoke.py
tests/test_spend_client.py
tests/test_strategic_memory.py
tests/test_strategy_gaps.py
tests/test_telemetry.py
tests/test_tenant_isolation.py
tests/test_tunnel_util.py
tests/test_untracked_files_touched.py
tests/test_web_api.py
tests/test_web_registry.py
tests/test_workflow_cli.py
tests/test_wrangler_executor.py
voly/__init__.py
voly/automation.py
voly/cloud_link.py
voly/correlation.py
voly/cost_policy.py
voly/environment.py
voly/model_router.py
voly/pipeline_server.py
voly/router.py
voly/telemetry.py
voly/tunnel_util.py
voly.egg-info/PKG-INFO
voly.egg-info/SOURCES.txt
voly.egg-info/dependency_links.txt
voly.egg-info/entry_points.txt
voly.egg-info/requires.txt
voly.egg-info/top_level.txt
voly/a2a/__init__.py
voly/a2a/agentic_judge.py
voly/a2a/assignment.py
voly/a2a/backend.py
voly/a2a/chat_fallback.py
voly/a2a/context.py
voly/a2a/core.py
voly/a2a/cwd_lock.py
voly/a2a/decomposer.py
voly/a2a/environments.py
voly/a2a/episode.py
voly/a2a/federation.py
voly/a2a/hybrid.py
voly/a2a/lead.py
voly/a2a/merger.py
voly/a2a/multiagent.py
voly/a2a/multiagent_plan.py
voly/a2a/multiagent_roles.py
voly/a2a/multiagent_run.py
voly/a2a/orchestrator.py
voly/a2a/protocol.py
voly/a2a/report.py
voly/a2a/roles.py
voly/a2a/waves.py
voly/agui/__init__.py
voly/agui/remote.py
voly/ai_gateway/__init__.py
voly/ai_gateway/cf_secrets.py
voly/ai_gateway/credentials.py
voly/ai_gateway/error_classifier.py
voly/ai_gateway/gateway.py
voly/ai_gateway/health.py
voly/ai_gateway/models.py
voly/ai_gateway/project_state.py
voly/ai_gateway/providers.py
voly/capability/__init__.py
voly/capability/benchmark_suite_v1.json
voly/capability/calibration.py
voly/capability/evaluated_packs.py
voly/capability/evidence.py
voly/capability/fallback.py
voly/capability/matcher.py
voly/capability/pack_admission.py
voly/capability/pack_manifest.py
voly/capability/pack_security_patterns.py
voly/capability/pack_store.py
voly/capability/packs.py
voly/capability/registry.py
voly/capability/remote_sync.py
voly/capability/schema.py
voly/capability/scorer.py
voly/capability/sync.py
voly/capability/sync_payloads.py
voly/capability/validation.py
voly/capability/schemas/capability-pack-v1.schema.json
voly/capability/seeds/__init__.py
voly/capability/seeds/anthropic-sonnet.yaml
voly/capability/seeds/claude-code.yaml
voly/capability/seeds/claude-vision.yaml
voly/capability/seeds/cursor.yaml
voly/capability/seeds/deepseek-chat.yaml
voly/capability/seeds/deepseek.yaml
voly/capability/seeds/kimi-cli-vision.yaml
voly/capability/seeds/kimi-cli.yaml
voly/capability/seeds/opencode-zen.yaml
voly/capability/seeds/opencode.yaml
voly/capability/seeds/workers-ai-scout.yaml
voly/capability/seeds/wrangler.yaml
voly/capability/seeds/zen.yaml
voly/catalog/__init__.py
voly/catalog/client.py
voly/catalog/fallback.py
voly/catalog/freellm_importer.py
voly/catalog/routing.py
voly/catalog/store.py
voly/catalog/supervisor.py
voly/catalog/tech_registry.py
voly/catalog/types.py
voly/catalog/zen_sync.py
voly/cli/__init__.py
voly/cli/__main__.py
voly/cli/_encoding.py
voly/cli/main.py
voly/cli/commands/__init__.py
voly/cli/commands/a2a.py
voly/cli/commands/analytics.py
voly/cli/commands/capability_cmd.py
voly/cli/commands/capability_evaluated_cmd.py
voly/cli/commands/capability_pack_cmd.py
voly/cli/commands/catalog.py
voly/cli/commands/cloud_cmd.py
voly/cli/commands/config_cmd.py
voly/cli/commands/dspy_cmd.py
voly/cli/commands/eval_cmd.py
voly/cli/commands/evidence_cmd.py
voly/cli/commands/hooks_cmd.py
voly/cli/commands/infra.py
voly/cli/commands/learning_cmd.py
voly/cli/commands/lifecycle.py
voly/cli/commands/plan_cmd.py
voly/cli/commands/platform.py
voly/cli/commands/quickstart.py
voly/cli/commands/repo.py
voly/cli/commands/research_cmd.py
voly/cli/commands/reuse_cmd.py
voly/cli/commands/run_cmd.py
voly/cli/commands/runner.py
voly/cli/commands/runs_cmd.py
voly/cli/commands/serve_cmd.py
voly/cli/commands/skill.py
voly/cli/commands/spend.py
voly/cli/commands/status_cmd.py
voly/cli/commands/telemetry.py
voly/cli/commands/tunnel.py
voly/cli/commands/ui_cmd.py
voly/cli/commands/workflow_cmd.py
voly/cloudflare/__init__.py
voly/cloudflare/r2.py
voly/config/__init__.py
voly/config/_defaults.py
voly/config/_loader.py
voly/config/_parser.py
voly/config/_template.py
voly/config/_types.py
voly/dspy/__init__.py
voly/dspy/adapter.py
voly/dspy/compiler.py
voly/dspy/metrics.py
voly/dspy/modules.py
voly/dspy/runner.py
voly/dspy/signatures.py
voly/dspy/store.py
voly/dspy/versioning.py
voly/dspy/programs/__init__.py
voly/dspy/programs/architect.py
voly/dspy/programs/base.py
voly/dspy/programs/bugfixer.py
voly/dspy/programs/documenter.py
voly/dspy/programs/registry.py
voly/dspy/programs/reviewer.py
voly/dspy/programs/router.py
voly/dspy/programs/task_planner.py
voly/evaluation/__init__.py
voly/evaluation/calibration.py
voly/evaluation/engine.py
voly/evaluation/golden.py
voly/evaluation/judge.py
voly/evaluation/markdown.py
voly/evaluation/registry.py
voly/evaluation/schema.py
voly/evaluation/security.py
voly/evaluation/testing.py
voly/evaluation/trajectory.py
voly/evidence/__init__.py
voly/evidence/baseline.py
voly/evidence/classifier.py
voly/evidence/privacy.py
voly/evidence/record.py
voly/evidence/schema.py
voly/evidence/store.py
voly/executor/__init__.py
voly/executor/base.py
voly/executor/cf_containers.py
voly/executor/claude_code.py
voly/executor/cursor.py
voly/executor/deepseek.py
voly/executor/mimo.py
voly/executor/multi_agent.py
voly/executor/opencode.py
voly/executor/patch.py
voly/executor/safety.py
voly/executor/wrangler.py
voly/executor/zen.py
voly/headroom/__init__.py
voly/headroom/analyzer.py
voly/headroom/proxy.py
voly/hooks/__init__.py
voly/hooks/runtime.py
voly/hooks/schema.py
voly/inference/__init__.py
voly/inference/runtime.py
voly/intelligence/__init__.py
voly/intelligence/admission.py
voly/intelligence/architecture_mapper.py
voly/intelligence/dependency_analyzer.py
voly/intelligence/license_analyzer.py
voly/intelligence/repo_analyzer.py
voly/intelligence/repo_analyzer_cache.py
voly/intelligence/repo_analyzer_quality.py
voly/intelligence/schema.py
voly/intelligence/security_scanner.py
voly/learning/__init__.py
voly/learning/instincts.py
voly/memory/__init__.py
voly/memory/agent_memory_client.py
voly/memory/client.py
voly/memory/store.py
voly/memory/strategic.py
voly/models/__init__.py
voly/models/providers.py
voly/pipeline/__init__.py
voly/pipeline/core.py
voly/pipeline/skills.py
voly/pipeline/stages.py
voly/pipeline/stages_a2a.py
voly/pipeline/stages_context.py
voly/pipeline/stages_emit.py
voly/pipeline/stages_intelligence.py
voly/pipeline/stages_route.py
voly/pipeline/types.py
voly/plan/__init__.py
voly/plan/bridge.py
voly/plan/criteria.py
voly/plan/engine.py
voly/plan/loader.py
voly/plan/runner.py
voly/plan/store.py
voly/plan/suggest.py
voly/plan/types.py
voly/plan/verify.py
voly/plan/verify_checks.py
voly/plan/verify_git.py
voly/plan/verify_types.py
voly/pxpipe/__init__.py
voly/pxpipe/artifacts.py
voly/pxpipe/proxy.py
voly/registry/__init__.py
voly/registry/agents.py
voly/registry/builtin_data.py
voly/registry/external_catalog.py
voly/registry/loader.py
voly/registry/marketplace.py
voly/registry/project_skill_extractor.py
voly/registry/scout.py
voly/registry/skills.py
voly/research/__init__.py
voly/research/pilot.py
voly/research/types.py
voly/reuse/__init__.py
voly/reuse/apply.py
voly/reuse/clone.py
voly/reuse/context.py
voly/reuse/github_search.py
voly/reuse/license.py
voly/reuse/pack.py
voly/reuse/picker.py
voly/reuse/pipeline.py
voly/reuse/report.py
voly/rtk/__init__.py
voly/rtk/installer.py
voly/runner/__init__.py
voly/runner/agent_runner.py
voly/runner/dspy_hooks.py
voly/runner/executor_factory.py
voly/runner/repo_intel.py
voly/runner/work_report.py
voly/runtime/__init__.py
voly/runtime/runs.py
voly/scanner/__init__.py
voly/spend/__init__.py
voly/spend/client.py
voly/tools/__init__.py
voly/tools/mcp.py
voly/web/__init__.py
voly/web/deps.py
voly/web/server.py
voly/web/routes/__init__.py
voly/web/routes/browse.py
voly/web/routes/capability_api.py
voly/web/routes/cf.py
voly/web/routes/dspy.py
voly/web/routes/environment.py
voly/web/routes/evidence.py
voly/web/routes/gateway.py
voly/web/routes/marketplace.py
voly/web/routes/providers.py
voly/web/routes/registry.py
voly/web/routes/run.py
voly/web/routes/runs.py
voly/web/routes/tasks.py
voly/web/routes/telemetry.py
voly/workflow/__init__.py
voly/workflow/review_until_clean.py