agentorch 2.2.0__tar.gz → 2.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentorch-2.2.0 → agentorch-2.2.1}/PKG-INFO +2 -2
- {agentorch-2.2.0 → agentorch-2.2.1}/README.md +1 -1
- {agentorch-2.2.0 → agentorch-2.2.1}/agentorch.egg-info/PKG-INFO +2 -2
- {agentorch-2.2.0 → agentorch-2.2.1}/agentorch.egg-info/top_level.txt +3 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/pyproject.toml +1 -1
- {agentorch-2.2.0 → agentorch-2.2.1}/MANIFEST.in +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/agentorch.egg-info/SOURCES.txt +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/agentorch.egg-info/dependency_links.txt +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/agentorch.egg-info/entry_points.txt +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/agentorch.egg-info/requires.txt +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/hidden_profile/run_baseline.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/hidden_profile/run_devtorch.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/hidden_profile/score.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/compare.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/context_utils.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/evaluate.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/patch_utils.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/run_baseline.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/run_devtorch.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/benchmarks/swe_bench/seed_gcc.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_cli/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_cli/__main__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_cli/main.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/aggphi_textual.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/base.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/config.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/dispatcher.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/jira.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/linear.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/pagerduty.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/slack.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/alerts/teams.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/broadcast/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/broadcast/broadcaster.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/broadcast/watcher.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/capability.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_config.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.claude-opencode-fallback.json +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.claude-stdio.json +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.cursor-mcp.json +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.opencode-bridge.json +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.opencode.json +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.vscode-mcp.json +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/devtorch-mcp-bridge.js +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/codex/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/codex/__main__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/codex/capture.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/codex/proxy.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/consolidation/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/consolidation/synthesizer.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/consolidation/workflow.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/dashboard_api.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/deltaf.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/disclosure.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/divergence/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/divergence/detector.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gateway/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gateway/key_manager.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gateway/metrics_webhook.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gateway/policy.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gateway/server.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gateway/sso.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gcc.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/github/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/github/app.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/github/comment_builder.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/github/pat.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/github/pr_parser.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/gitlab/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hitl/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hitl/channels.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hitl/orchestrator.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hooks/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hooks/claude_code.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hooks/git_commit.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hooks/installer.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/hooks/runner.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/identity/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/identity/agent.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/identity/providers.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/invariants.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/mcp/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/mcp/auth.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/mcp/server.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/aggregate.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/calibrate.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/calibration.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/credibility.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/delivery_time.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/dhs.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/mcs.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/roi.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/session_writer.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/shadow_ai.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/metrics/sprint_writer.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/datadog.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/formatter.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/report.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/servicenow.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/splunk.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/observability/webhook.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/parser/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/parser/blocks.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/parser/inference.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/parser/thinking.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/projects.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/prompt_artifact.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/proxy/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/proxy/routes/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/proxy/routes/anthropic.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/proxy/routes/gemini.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/proxy/routes/openai.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/proxy/server.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rdp.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning/entry.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning/store.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/augmenter.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/capture.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/config.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/context.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/api.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/composer.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/embeddings.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/extractor.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/models.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/provenance.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/recorder.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/relevance.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/state.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/learning/store.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/reasoning_plus/prompt.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rep.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rep_network/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rep_network/merge.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rep_network/node.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rep_network/server.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/rep_network/sync.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/sensitivity.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/serve.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/signing.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/sis.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/storage.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/engine.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/go.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/infra.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/python.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/react.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/templates/typescript.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/theta.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/theta_synthesis.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/variance.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/__init__.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/anthropic.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/base.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/bedrock.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/gemini.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/ollama.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/wrapper/openai.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/docs/generate_faq_pdf.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/docs/paper/figures/fig_architecture.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/docs/paper/figures/fig_comparison.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/docs/paper/figures/fig_coordination.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/docs/paper/figures/fig_hashchain.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/docs/paper/figures/fig_racp_flow.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/setup.cfg +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/conftest.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_backend_factory.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_broadcast.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_cloud_auth.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_cloud_bridge.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_cloud_integration.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_cloud_sse.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_cloud_storage.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_doctor_ci.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_getting_started.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_github_app.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_github_pat.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_hidden_profile_benchmark.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_rep_merge.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s0_gcc.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s10_jetbrains.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s10_vscode.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s11_codex.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s11_hooks_installer.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s12_github.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s12_gitlab.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s13_dashboard_api.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s13_forensic.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s14_audit_export.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s14_ciso_api.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s15_rep_network.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s16_alerts.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s17a_metrics.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s17b_observability.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s17b_sso.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s18_credibility.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s18_identity.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s19_projects.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s19_reasoning_query.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s1_branch_merge.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s20_divergence.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s20_metrics.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s20_wrapper_capture.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s21_hitl.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s22_swe_bench.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s22_swe_bench_dry_run.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s23_reasoning_plus.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s24_reasoning_plus_learning.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s25_delivery_time.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s25_serve.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s25_setup_detection.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s25_templates.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s2_context.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s3_sensitivity.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s4_invariants.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s4_variance_lock.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s5_privacy_disclosure.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s5_rep_sis.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s6_debug.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7_mcp_hooks.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7_ollama_wrapper.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7_parser.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7_proxy.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7_wrappers.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7ent_gateway.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s7ent_helm.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s8_aggphi.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s8_theta_synthesis.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_s9_gaps.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_setup_command.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_setup_targets.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_signing.py +0 -0
- {agentorch-2.2.0 → agentorch-2.2.1}/tests/test_storage_azure.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentorch
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: DevTorch — AI reasoning capture, audit trail, and governance for agent-assisted development
|
|
5
5
|
Author-email: Hemant Joshi <hemant@flotorch.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -54,7 +54,7 @@ Requires-Dist: agentorch[cloud,embeddings,mcp,proxy,wrapper]; extra == "all"
|
|
|
54
54
|
|
|
55
55
|
**Local-first AI agent governance.** DevTorch gives multi-agent systems a shared on-disk audit trail, coordination vector, privacy controls, and LLM integration layer — all without a remote service.
|
|
56
56
|
|
|
57
|
-
> **Latest release:** `agentorch 2.2.
|
|
57
|
+
> **Latest release:** `agentorch 2.2.1` — Reasoning Plus Learning: semantic relevance, learning deduplication, provenance tracking, LLM-based extraction, and a feedback loop. Install or upgrade with `pip install -U agentorch`.
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
60
|
pip install -U agentorch>=2.1.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Local-first AI agent governance.** DevTorch gives multi-agent systems a shared on-disk audit trail, coordination vector, privacy controls, and LLM integration layer — all without a remote service.
|
|
4
4
|
|
|
5
|
-
> **Latest release:** `agentorch 2.2.
|
|
5
|
+
> **Latest release:** `agentorch 2.2.1` — Reasoning Plus Learning: semantic relevance, learning deduplication, provenance tracking, LLM-based extraction, and a feedback loop. Install or upgrade with `pip install -U agentorch`.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
pip install -U agentorch>=2.1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentorch
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: DevTorch — AI reasoning capture, audit trail, and governance for agent-assisted development
|
|
5
5
|
Author-email: Hemant Joshi <hemant@flotorch.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -54,7 +54,7 @@ Requires-Dist: agentorch[cloud,embeddings,mcp,proxy,wrapper]; extra == "all"
|
|
|
54
54
|
|
|
55
55
|
**Local-first AI agent governance.** DevTorch gives multi-agent systems a shared on-disk audit trail, coordination vector, privacy controls, and LLM integration layer — all without a remote service.
|
|
56
56
|
|
|
57
|
-
> **Latest release:** `agentorch 2.2.
|
|
57
|
+
> **Latest release:** `agentorch 2.2.1` — Reasoning Plus Learning: semantic relevance, learning deduplication, provenance tracking, LLM-based extraction, and a feedback loop. Install or upgrade with `pip install -U agentorch`.
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
60
|
pip install -U agentorch>=2.1.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentorch-2.2.0 → agentorch-2.2.1}/devtorch_core/cloud/client_configs/.opencode-bridge.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|