execweave 0.6.6__tar.gz → 0.6.9__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.
- execweave-0.6.9/LICENSE +16 -0
- {execweave-0.6.6 → execweave-0.6.9}/PKG-INFO +35 -35
- {execweave-0.6.6 → execweave-0.6.9}/README.de.md +21 -17
- {execweave-0.6.6 → execweave-0.6.9}/README.fr.md +20 -16
- {execweave-0.6.6 → execweave-0.6.9}/README.ja.md +20 -16
- {execweave-0.6.6 → execweave-0.6.9}/README.ko.md +20 -16
- {execweave-0.6.6 → execweave-0.6.9}/README.md +21 -16
- {execweave-0.6.6 → execweave-0.6.9}/README.ru.md +20 -16
- {execweave-0.6.6 → execweave-0.6.9}/README.zh-CN.md +20 -16
- {execweave-0.6.6 → execweave-0.6.9}/README.zh-TW.md +20 -16
- execweave-0.6.9/docs/antigravity-hooks.md +55 -0
- execweave-0.6.9/docs/assets/codex.gif +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.md +4 -0
- {execweave-0.6.6 → execweave-0.6.9}/pyproject.toml +6 -2
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/__init__.py +1 -1
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/agent_bootstrap.py +56 -4
- execweave-0.6.9/src/execweave/antigravity_adapter.py +359 -0
- execweave-0.6.9/src/execweave/antigravity_full_fidelity.py +99 -0
- execweave-0.6.9/src/execweave/antigravity_hook_cli.py +117 -0
- execweave-0.6.9/src/execweave/antigravity_record.py +96 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/collector.py +2 -0
- execweave-0.6.9/src/execweave/command.py +113 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live.py +78 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view.py +42 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_extra_style.py +2 -1
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_script_b.py +1 -1
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_script_c.py +3 -1
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/provider_record.py +7 -3
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/theme.py +1 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/viewer_projection.py +223 -16
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/workflow.py +2 -2
- execweave-0.6.9/tests/test_antigravity_cursor_launch.py +142 -0
- execweave-0.6.9/tests/test_dashboard_ux_and_hook_projection.py +381 -0
- execweave-0.6.9/tests/test_v069_dashboard_release.py +124 -0
- execweave-0.6.6/LICENSE +0 -21
- execweave-0.6.6/docs/assets/execweave-launch-demo-v5-x.gif +0 -0
- execweave-0.6.6/src/execweave/command.py +0 -70
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/ci.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/i18n.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/package-benchmark.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/package-smoke.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/publish.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/scalability.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/wheel-smoke.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.github/workflows/windows-launcher.yml +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/.gitignore +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/benchmarks/phase1_overhead.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/benchmarks/README.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/benchmarks/v0.6.0-github-actions.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/benchmarks/v0.6.0-github-actions.svg +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/claude-code-hooks.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/codex-hooks.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/cursor-hooks.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/evidence-grades.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/gemini-hooks.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/inference-gateway.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/live-graph.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/model-runtime.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/opencode-plugin.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-1-runtime-collection.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/phase-2-execution-graph.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/rule-packs.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/run-integrity.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/runtime-threat-model.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/security-analysis.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.de.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.fr.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.ja.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.ko.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.ru.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.zh-CN.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/semantic-telemetry.zh-TW.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/docs/v0.6.5-hardening-decisions.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/audit_i18n_parity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_claude_hook.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_claude_record_graph.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_codex_hook.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_correlation_graph.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_inference_gateway_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_model_runtime_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_openai_compatible_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_semantic_graph.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_viewer_js.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_wheel_install.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/check_windows_launchers.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/emit_claude_hook_smoke.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/emit_cursor_hook_smoke.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/emit_gemini_hook_smoke.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/emit_opencode_plugin_smoke.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/make_semantic_smoke.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/scripts/sync_i18n_nav.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/__main__.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/analysis.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/anthropic.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/anthropic_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/anthropic_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/auto_specialized.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/backends.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/benchmark.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/claude_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/claude_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/claude_hook_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/claude_model_observer.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/claude_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/codex_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/codex_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/codex_hook_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/codex_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/content_evidence.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/content_store.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/correlation.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/cursor_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/cursor_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/cursor_hook_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/cursor_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/entry.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/evidence_grade.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/filesystem.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/focus.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/gemini_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/gemini_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/gemini_hook_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/gemini_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/graph.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/graph_ops.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/http_proxy.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/http_proxy_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/inference_gateway.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/inference_gateway_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/inference_gateway_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/inference_identity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/inference_identity_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/integrity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/integrity_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/litellm_callback.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/litellm_callback_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_core.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_markup.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_script_a.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_script_d.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/live_view_style.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/model_runtime.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/model_runtime_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/model_runtime_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/openai_compatible.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/openai_compatible_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/openai_compatible_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/opencode_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/opencode_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/opencode_hook_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/opencode_plugin_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/opencode_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/overhead_benchmark.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/provider_lifecycle.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/rule_pack.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/rule_pack_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/scalability_benchmark.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/schema.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/scope.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/semantic.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/sink.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/strace_backend.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/top.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/top_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/validate.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/view_cli.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/viewer.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/src/execweave/viewer_content_inspector.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/README.md +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/claude.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/codex.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/cursor.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/gemini.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/manifest.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/fixtures/hooks/opencode.json +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_agent_bootstrap.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_analysis.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_anthropic.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_auto_specialized.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_backends.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_claude_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_claude_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_claude_model_observer.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_claude_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_codex_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_codex_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_codex_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_collector.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_command.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_condense.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_correlation.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_correlation_canonical_path.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_correlation_checker.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_correlation_process_exe.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_cursor_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_cursor_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_cursor_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_evidence_grade.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_filesystem_resilience.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_focus.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_gemini_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_gemini_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_gemini_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_graph.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_graph_ops.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_hook_fixture_corpus.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_http_proxy.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_inference_gateway.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_inference_gateway_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_inference_identity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_integrity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_litellm_callback.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live_auth.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live_dashboard.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live_dashboard_js.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live_delta.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live_logs_export.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_live_theme.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_lmstudio_auto_specialized.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_model_runtime.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_model_runtime_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_openai_compatible.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_opencode_adapter.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_opencode_full_fidelity.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_opencode_plugin.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_opencode_record.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_overhead_benchmark.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_provider_lifecycle.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_rule_pack.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_schema.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_scope.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_semantic.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_strace_backend.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_threat_model.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_top_detached.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_v063_features.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_v064_live_auto_integrations.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_v064_live_evidence.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_validate.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_version.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_viewer.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_viewer_content_inspector.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_viewer_projection.py +0 -0
- {execweave-0.6.6 → execweave-0.6.9}/tests/test_workflow.py +0 -0
execweave-0.6.9/LICENSE
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
PolyForm Noncommercial License 1.0.0
|
|
2
|
+
|
|
3
|
+
This software is licensed under the PolyForm Noncommercial License 1.0.0.
|
|
4
|
+
The complete license terms are available at:
|
|
5
|
+
https://polyformproject.org/licenses/noncommercial/1.0.0
|
|
6
|
+
|
|
7
|
+
Required Notice: Copyright (c) 2026 GWW
|
|
8
|
+
|
|
9
|
+
Commercial use is not permitted under this license. Any commercial use,
|
|
10
|
+
including use in or for a commercial product or service, requires a separate
|
|
11
|
+
written commercial license from the licensor.
|
|
12
|
+
|
|
13
|
+
For the avoidance of doubt, this license change applies to versions released
|
|
14
|
+
under these terms. Earlier versions that were already distributed under the
|
|
15
|
+
MIT License remain available under the license terms that accompanied those
|
|
16
|
+
versions.
|
|
@@ -1,40 +1,35 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: execweave
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.9
|
|
4
4
|
Summary: Turn AI-agent runtime behavior into a local interactive execution graph.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Irish-kw/ExecWeave
|
|
6
6
|
Project-URL: Repository, https://github.com/Irish-kw/ExecWeave
|
|
7
7
|
Project-URL: Documentation, https://github.com/Irish-kw/ExecWeave#documentation
|
|
8
8
|
Project-URL: Issues, https://github.com/Irish-kw/ExecWeave/issues
|
|
9
9
|
Author: ExecWeave contributors
|
|
10
|
-
License:
|
|
10
|
+
License: PolyForm Noncommercial License 1.0.0
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
This software is licensed under the PolyForm Noncommercial License 1.0.0.
|
|
13
|
+
The complete license terms are available at:
|
|
14
|
+
https://polyformproject.org/licenses/noncommercial/1.0.0
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
16
|
-
in the Software without restriction, including without limitation the rights
|
|
17
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
18
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
19
|
-
furnished to do so, subject to the following conditions:
|
|
16
|
+
Required Notice: Copyright (c) 2026 GWW
|
|
20
17
|
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
Commercial use is not permitted under this license. Any commercial use,
|
|
19
|
+
including use in or for a commercial product or service, requires a separate
|
|
20
|
+
written commercial license from the licensor.
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30
|
-
SOFTWARE.
|
|
22
|
+
For the avoidance of doubt, this license change applies to versions released
|
|
23
|
+
under these terms. Earlier versions that were already distributed under the
|
|
24
|
+
MIT License remain available under the license terms that accompanied those
|
|
25
|
+
versions.
|
|
31
26
|
License-File: LICENSE
|
|
32
27
|
Keywords: ai-agents,execution-graph,observability,provenance,runtime,security
|
|
33
28
|
Classifier: Development Status :: 4 - Beta
|
|
34
29
|
Classifier: Environment :: Console
|
|
35
30
|
Classifier: Intended Audience :: Developers
|
|
36
31
|
Classifier: Intended Audience :: Information Technology
|
|
37
|
-
Classifier: License ::
|
|
32
|
+
Classifier: License :: Other/Proprietary License
|
|
38
33
|
Classifier: Operating System :: OS Independent
|
|
39
34
|
Classifier: Programming Language :: Python :: 3
|
|
40
35
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -71,12 +66,12 @@ Description-Content-Type: text/markdown
|
|
|
71
66
|
|
|
72
67
|
**See what AI agents actually do on your machine.**
|
|
73
68
|
|
|
74
|
-
ExecWeave is
|
|
69
|
+
ExecWeave is a source-available, local-first observability project that turns AI-agent activity into an interactive execution graph while keeping observed evidence, provider content, and derived inference explicitly separated. Starting with v0.6.8, the project is licensed for noncommercial use under PolyForm Noncommercial 1.0.0.
|
|
75
70
|
|
|
76
71
|
> **Event is ground truth. The graph is a materialized view.**
|
|
77
72
|
|
|
78
73
|
<p align="center">
|
|
79
|
-
<img src="docs/assets/
|
|
74
|
+
<img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
|
|
80
75
|
</p>
|
|
81
76
|
|
|
82
77
|
## Install
|
|
@@ -87,7 +82,7 @@ Install the latest published wheel/sdist from PyPI:
|
|
|
87
82
|
python -m pip install -U execweave
|
|
88
83
|
```
|
|
89
84
|
|
|
90
|
-
The package version on `main` is currently **v0.6.
|
|
85
|
+
The package version on `main` is currently **v0.6.9**. The published release may lag main; test the exact mainline build with:
|
|
91
86
|
|
|
92
87
|
```bash
|
|
93
88
|
python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
|
|
@@ -108,13 +103,17 @@ Live OS-runtime telemetry works with **any local command**. Agent/runtime names
|
|
|
108
103
|
```bash
|
|
109
104
|
execweave live --open -- claude
|
|
110
105
|
execweave live --open -- codex
|
|
111
|
-
execweave live --open --
|
|
106
|
+
execweave live --open -- antigravity
|
|
112
107
|
execweave live --open -- cursor
|
|
113
108
|
execweave live --open -- opencode
|
|
114
109
|
execweave live --open -- ollama serve
|
|
115
110
|
execweave live --open -- python my_agent.py
|
|
116
111
|
```
|
|
117
112
|
|
|
113
|
+
> **Approve the hook when prompted.** On the first provider-integrated run, the Agent/IDE may ask whether ExecWeave is allowed to enable its local hook integration. Choose **Allow / Yes**. If the hook is not approved, OS-runtime telemetry can still work, but provider-level tool, model, and supplied-content observability will be reduced or unavailable.
|
|
114
|
+
|
|
115
|
+
Google Antigravity uses the current `agy` CLI command; ExecWeave also accepts `antigravity` as a friendly alias and resolves it to `agy`. For Cursor, `execweave live --open -- cursor` first uses a normal PATH launcher when one exists, then falls back to the standard Cursor desktop application binary on macOS and Windows.
|
|
116
|
+
|
|
118
117
|
Or build the finalized artifact pipeline:
|
|
119
118
|
|
|
120
119
|
```bash
|
|
@@ -123,9 +122,9 @@ execweave record --open -- python my_agent.py
|
|
|
123
122
|
|
|
124
123
|
`execweave top -- codex` keeps the Agent interactive in the launch terminal while opening/attaching the detached Top dashboard according to the host environment.
|
|
125
124
|
|
|
126
|
-
## v0.6.
|
|
125
|
+
## v0.6.9: full-fidelity observability with explicit evidence boundaries
|
|
127
126
|
|
|
128
|
-
v0.6.
|
|
127
|
+
v0.6.9 extends provider/runtime observability beyond compact metadata. When a supported integration point explicitly supplies content, ExecWeave can preserve the **complete supplied value** in a local SHA-256 content-addressed store while keeping only a reference in the semantic event stream.
|
|
129
128
|
|
|
130
129
|
```text
|
|
131
130
|
<run-root>/content/sha256/<sha256>.<json|txt|bin>
|
|
@@ -143,7 +142,7 @@ Full fidelity also changes the privacy boundary: application-level secrets embed
|
|
|
143
142
|
| --- | --- | --- |
|
|
144
143
|
| Claude Code | Yes | native hooks + full-fidelity supplied hook content |
|
|
145
144
|
| OpenAI Codex | Yes | lifecycle hooks + full-fidelity supplied hook content |
|
|
146
|
-
|
|
|
145
|
+
| Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
|
|
147
146
|
| Cursor | Yes | native hooks + full-fidelity supplied hook content |
|
|
148
147
|
| OpenCode | Yes | project plugin + full-fidelity supplied plugin content |
|
|
149
148
|
| Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
|
|
@@ -193,8 +192,8 @@ execweave-claude-record --open -- claude
|
|
|
193
192
|
execweave-codex-hook --print-config
|
|
194
193
|
execweave-codex-record --open -- codex
|
|
195
194
|
|
|
196
|
-
execweave-
|
|
197
|
-
execweave-
|
|
195
|
+
execweave-antigravity-hook --print-config
|
|
196
|
+
execweave-antigravity-record --open -- antigravity
|
|
198
197
|
|
|
199
198
|
execweave-cursor-hook --print-config
|
|
200
199
|
execweave-cursor-record --open -- cursor
|
|
@@ -203,7 +202,7 @@ execweave-opencode-plugin --install
|
|
|
203
202
|
execweave-opencode-record --open -- opencode
|
|
204
203
|
```
|
|
205
204
|
|
|
206
|
-
Provider-integrated recorders keep raw runtime, semantic, and correlated artifacts separate. Stable provider identifiers such as Cursor `tool_use_id` or OpenCode `sessionID + callID` prove logical provider identity; they are not OS PIDs.
|
|
205
|
+
Provider-integrated recorders keep raw runtime, semantic, and correlated artifacts separate. Stable provider identifiers such as Cursor `tool_use_id` or OpenCode `sessionID + callID` prove logical provider identity; they are not OS PIDs. Legacy Gemini CLI hook entry points remain packaged for existing installations, but Gemini CLI is no longer advertised as a current integration; new Google CLI usage should use Antigravity (`agy`).
|
|
207
206
|
|
|
208
207
|
## Inference gateways and model runtimes
|
|
209
208
|
|
|
@@ -274,6 +273,7 @@ execweave doctor
|
|
|
274
273
|
execweave run --backend portable -- your-command
|
|
275
274
|
execweave run --backend strace -- your-command
|
|
276
275
|
execweave graph-summary run.graph.json
|
|
276
|
+
execweave graph-filter run.graph.json --causal-only --output causal.graph.json
|
|
277
277
|
execweave graph-focus run.graph.json NODE_ID --hops 2 --output focused.graph.json
|
|
278
278
|
execweave path run.graph.json SOURCE TARGET --causal-only
|
|
279
279
|
```
|
|
@@ -282,7 +282,7 @@ Portable filesystem observation is session-correlated rather than process-causal
|
|
|
282
282
|
|
|
283
283
|
## Performance and large-run safety
|
|
284
284
|
|
|
285
|
-
v0.6.3 added bounded filesystem/viewer protections, incremental Live JSONL tailing, and large-graph safety guards. v0.6.4 added detached Top and unified provisional live sidecars for configured provider integrations. These remain in v0.6.
|
|
285
|
+
v0.6.3 added bounded filesystem/viewer protections, incremental Live JSONL tailing, and large-graph safety guards. v0.6.4 added detached Top and unified provisional live sidecars for configured provider integrations. These remain in v0.6.9; the project has **not** migrated Live to SSE, artifact storage to SQLite, the renderer to Canvas/WebGL, or collectors to Rust solely for this release.
|
|
286
286
|
|
|
287
287
|
The reproducible incremental `GraphAccumulator` reference result reaches **164,273 ev/s** at 1M synthetic events on the documented GitHub Actions workload. This is a graph-accumulation benchmark, not end-to-end collector/browser throughput.
|
|
288
288
|
|
|
@@ -319,15 +319,15 @@ Derived correlation never rewrites the raw runtime or provider sidecar evidence.
|
|
|
319
319
|
|
|
320
320
|
## Privacy
|
|
321
321
|
|
|
322
|
-
ExecWeave is local-first: captures, content blobs, graphs, reports, and viewers remain local by default. The **OS runtime collector** does not intentionally capture file contents or raw read/write byte buffers. That boundary must not be confused with the v0.6.
|
|
322
|
+
ExecWeave is local-first: captures, content blobs, graphs, reports, and viewers remain local by default. The **OS runtime collector** does not intentionally capture file contents or raw read/write byte buffers. That boundary must not be confused with the v0.6.9 **provider full-fidelity content store**: supported hooks/APIs can explicitly supply prompts, tool arguments/results, model responses, reasoning/thinking text, shell output, file content, or other sensitive values, and ExecWeave can preserve those values completely.
|
|
323
323
|
|
|
324
324
|
Do not assume content has been secret-redacted. Commands, paths, endpoint metadata, identifiers, model metadata, prompts, tool values, and content blobs can all be sensitive. Review the entire run directory before sharing it.
|
|
325
325
|
|
|
326
326
|
## Current status
|
|
327
327
|
|
|
328
|
-
ExecWeave `main` is currently **v0.6.
|
|
328
|
+
ExecWeave `main` is currently **v0.6.9** and under active release hardening. The latest published package/release can lag main until a GitHub Release is explicitly published; the publish workflow verifies that the release tag exactly matches the package version before PyPI upload.
|
|
329
329
|
|
|
330
|
-
v0.6.
|
|
330
|
+
v0.6.9 combines cross-platform runtime collection, materialized execution graphs, standalone/live viewing, conservative provider↔runtime correlation, full-fidelity content-addressed provider evidence, evidence grades, bounded rule packs, an explicit runtime threat/fidelity contract, and honest local run-integrity sealing. Observed evidence and inference remain separate by design.
|
|
331
331
|
|
|
332
332
|
## Documentation
|
|
333
333
|
|
|
@@ -337,7 +337,7 @@ v0.6.5 combines cross-platform runtime collection, materialized execution graphs
|
|
|
337
337
|
- [`Semantic Telemetry`](docs/semantic-telemetry.md)
|
|
338
338
|
- [`Claude Code Hooks`](docs/claude-code-hooks.md)
|
|
339
339
|
- [`OpenAI Codex Hooks`](docs/codex-hooks.md)
|
|
340
|
-
- [`
|
|
340
|
+
- [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
|
|
341
341
|
- [`Cursor Hooks`](docs/cursor-hooks.md)
|
|
342
342
|
- [`OpenCode Plugin`](docs/opencode-plugin.md)
|
|
343
343
|
- [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.md)
|
|
@@ -355,4 +355,4 @@ Contributions are welcome, especially around native OS collectors, Agent/IDE ada
|
|
|
355
355
|
|
|
356
356
|
## License
|
|
357
357
|
|
|
358
|
-
See [`LICENSE`](LICENSE).
|
|
358
|
+
ExecWeave v0.6.8 and later are licensed under the **PolyForm Noncommercial License 1.0.0**. Noncommercial use, modification, and redistribution are permitted under those terms. Commercial use requires a separate written commercial license from the licensor. Earlier versions already released under MIT remain under the terms that accompanied those versions. See [`LICENSE`](LICENSE).
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
|
|
16
16
|
**Sehen Sie, was KI-Agenten auf Ihrem Rechner tatsächlich tun.**
|
|
17
17
|
|
|
18
|
-
ExecWeave ist ein
|
|
18
|
+
ExecWeave ist ein source-available, local-first Observability-Projekt, das Aktivitäten von KI-Agenten in einen interaktiven Execution Graph überführt und dabei observed evidence, provider content und derived inference ausdrücklich getrennt hält. Ab v0.6.8 gilt die PolyForm Noncommercial License 1.0.0; kommerzielle Nutzung ist nicht erlaubt.
|
|
19
19
|
|
|
20
20
|
> **Das Event ist die Ground Truth. Der Graph ist eine materialized view.**
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<img src="docs/assets/
|
|
23
|
+
<img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
@@ -31,7 +31,7 @@ Installieren Sie das neueste veröffentlichte wheel/sdist von PyPI:
|
|
|
31
31
|
python -m pip install -U execweave
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
Die Package-Version auf `main` ist derzeit **v0.6.
|
|
34
|
+
Die Package-Version auf `main` ist derzeit **v0.6.9**. Die veröffentlichte Release kann hinter main zurückliegen. Um exakt den aktuellen Mainline-Build zu testen:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
|
|
@@ -52,13 +52,17 @@ Live OS-runtime telemetry funktioniert mit **jedem lokalen Befehl**. Die unten g
|
|
|
52
52
|
```bash
|
|
53
53
|
execweave live --open -- claude
|
|
54
54
|
execweave live --open -- codex
|
|
55
|
-
execweave live --open --
|
|
55
|
+
execweave live --open -- antigravity
|
|
56
56
|
execweave live --open -- cursor
|
|
57
57
|
execweave live --open -- opencode
|
|
58
58
|
execweave live --open -- ollama serve
|
|
59
59
|
execweave live --open -- python my_agent.py
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
> **Bestätigen Sie den Hook, wenn Sie dazu aufgefordert werden.** Beim ersten provider-integrierten Lauf kann der Agent/die IDE fragen, ob ExecWeave die lokale Hook-Integration aktivieren darf. Wählen Sie **Allow / Yes**. Ohne Zustimmung kann OS-runtime telemetry weiterhin funktionieren, aber provider-level Tool-, Model- und supplied-content observability wird eingeschränkt oder nicht verfügbar sein.
|
|
63
|
+
|
|
64
|
+
Google Antigravity verwendet aktuell den `agy`-CLI-Befehl; ExecWeave akzeptiert auch `antigravity` als Alias und löst ihn zu `agy` auf. Für Cursor verwendet `execweave live --open -- cursor` zuerst einen PATH-Launcher und fällt unter macOS/Windows bei Bedarf auf das standardmäßige Cursor-Desktop-Binary zurück.
|
|
65
|
+
|
|
62
66
|
Oder erstellen Sie die finalisierte Artifact-Pipeline:
|
|
63
67
|
|
|
64
68
|
```bash
|
|
@@ -67,15 +71,15 @@ execweave record --open -- python my_agent.py
|
|
|
67
71
|
|
|
68
72
|
`execweave top -- codex` hält den Agent im Startterminal interaktiv und öffnet beziehungsweise verbindet das detached Top dashboard entsprechend der Host-Umgebung.
|
|
69
73
|
|
|
70
|
-
## v0.6.
|
|
74
|
+
## v0.6.9: Full-fidelity observability mit expliziten Evidence Boundaries
|
|
71
75
|
|
|
72
|
-
v0.6.
|
|
76
|
+
v0.6.9 erweitert die Observability über kompakte Metadaten hinaus. Wenn ein unterstützter Integration Point Inhalte ausdrücklich liefert, kann ExecWeave **den vollständigen von dieser Quelle gelieferten Wert** in einem lokalen SHA-256 content-addressed store bewahren und im semantic event stream nur eine Referenz ablegen.
|
|
73
77
|
|
|
74
78
|
```text
|
|
75
79
|
<run-root>/content/sha256/<sha256>.<json|txt|bin>
|
|
76
80
|
```
|
|
77
81
|
|
|
78
|
-
Je nach Adapter und Upstream-Hook/API-Surface können unter anderem Prompts/
|
|
82
|
+
Je nach Adapter und Upstream-Hook/API-Surface können unter anderem Prompts/messages, Model-request/response-Objekte, Tool-input/result, explizit exponierter reasoning/thinking text, Shell/MCP-output sowie durch Provider-Hooks gelieferter File Content erhalten bleiben.
|
|
79
83
|
|
|
80
84
|
`complete_from_source: true` bedeutet nur, dass ExecWeave den vollständigen Wert gespeichert hat, den dieser Integration Point geliefert hat. Es bedeutet **nicht**, dass ExecWeave hidden model state, nie exponierte Provider-Stufen, einen ungesehenen finalen Wire Request oder Bytes beobachtet hat, die nicht interceptet wurden.
|
|
81
85
|
|
|
@@ -87,7 +91,7 @@ Full fidelity verändert auch die Privacy Boundary: Application-level secrets, d
|
|
|
87
91
|
| --- | --- | --- |
|
|
88
92
|
| Claude Code | Yes | native hooks + vom Hook gelieferter full-fidelity content |
|
|
89
93
|
| OpenAI Codex | Yes | lifecycle hooks + vom Hook gelieferter full-fidelity content |
|
|
90
|
-
|
|
|
94
|
+
| Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
|
|
91
95
|
| Cursor | Yes | native hooks + vom Hook gelieferter full-fidelity content |
|
|
92
96
|
| OpenCode | Yes | project plugin + vom Plugin gelieferter full-fidelity content |
|
|
93
97
|
| Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
|
|
@@ -137,8 +141,8 @@ execweave-claude-record --open -- claude
|
|
|
137
141
|
execweave-codex-hook --print-config
|
|
138
142
|
execweave-codex-record --open -- codex
|
|
139
143
|
|
|
140
|
-
execweave-
|
|
141
|
-
execweave-
|
|
144
|
+
execweave-antigravity-hook --print-config
|
|
145
|
+
execweave-antigravity-record --open -- antigravity
|
|
142
146
|
|
|
143
147
|
execweave-cursor-hook --print-config
|
|
144
148
|
execweave-cursor-record --open -- cursor
|
|
@@ -147,7 +151,7 @@ execweave-opencode-plugin --install
|
|
|
147
151
|
execweave-opencode-record --open -- opencode
|
|
148
152
|
```
|
|
149
153
|
|
|
150
|
-
Provider-integrierte Recorder halten raw runtime, semantic und correlated artifacts getrennt. Stabile Provider-Identifier wie Cursor `tool_use_id` oder OpenCode `sessionID + callID` belegen logische Identität innerhalb des Providers, sind aber keine OS-PIDs.
|
|
154
|
+
Provider-integrierte Recorder halten raw runtime, semantic und correlated artifacts getrennt. Stabile Provider-Identifier wie Cursor `tool_use_id` oder OpenCode `sessionID + callID` belegen logische Identität innerhalb des Providers, sind aber keine OS-PIDs. Legacy Gemini CLI Hook Entry Points bleiben für bestehende Installationen erhalten; neue Google-CLI-Nutzung sollte Antigravity (`agy`) verwenden.
|
|
151
155
|
|
|
152
156
|
## Inference Gateways und Model Runtimes
|
|
153
157
|
|
|
@@ -224,7 +228,7 @@ Portable Filesystem Observation ist session-correlated und nicht process-causal;
|
|
|
224
228
|
|
|
225
229
|
## Performance und Large-run Safety
|
|
226
230
|
|
|
227
|
-
v0.6.3 brachte begrenzte Filesystem-/Viewer-Schutzmaßnahmen, inkrementelles Live-JSONL-Tailing und Large-graph Safety Guards. v0.6.4 ergänzte detached Top sowie einen gemeinsamen provisional live sidecar für konfigurierte Provider-Integrationen. Diese Fähigkeiten bleiben in v0.6.
|
|
231
|
+
v0.6.3 brachte begrenzte Filesystem-/Viewer-Schutzmaßnahmen, inkrementelles Live-JSONL-Tailing und Large-graph Safety Guards. v0.6.4 ergänzte detached Top sowie einen gemeinsamen provisional live sidecar für konfigurierte Provider-Integrationen. Diese Fähigkeiten bleiben in v0.6.9 erhalten. Für diese Release wurde Live **nicht** allein aus Architekturgründen auf SSE, Artifact Storage auf SQLite, der Renderer auf Canvas/WebGL oder die Collectors auf Rust migriert.
|
|
228
232
|
|
|
229
233
|
Das reproduzierbare inkrementelle `GraphAccumulator`-Referenzergebnis erreicht bei 1M synthetischen Events auf dem dokumentierten GitHub-Actions-Workload **164,273 ev/s**. Dies ist ein Graph-Accumulation-Benchmark und kein End-to-end Collector-/Browser-Throughput.
|
|
230
234
|
|
|
@@ -259,15 +263,15 @@ Derived correlation schreibt die rohe Runtime- oder Provider-Sidecar-Evidence ni
|
|
|
259
263
|
|
|
260
264
|
## Privacy
|
|
261
265
|
|
|
262
|
-
ExecWeave ist local-first: Captures, Content Blobs, Graphen, Reports und Viewer bleiben standardmäßig lokal. Der **OS runtime collector** erfasst File Content oder rohe Read/write Byte Buffers nicht absichtlich. Diese Boundary darf nicht mit dem **provider full-fidelity content store** aus v0.6.
|
|
266
|
+
ExecWeave ist local-first: Captures, Content Blobs, Graphen, Reports und Viewer bleiben standardmäßig lokal. Der **OS runtime collector** erfasst File Content oder rohe Read/write Byte Buffers nicht absichtlich. Diese Boundary darf nicht mit dem **provider full-fidelity content store** aus v0.6.9 verwechselt werden: Wenn ein unterstützter Hook/API ausdrücklich Prompt, Tool-Argumente/-Ergebnisse, Model Response, reasoning/thinking text, Shell Output, File Content oder andere sensitive Werte liefert, kann ExecWeave diese vollständig bewahren.
|
|
263
267
|
|
|
264
268
|
Gehen Sie nicht davon aus, dass Content secret-redacted ist. Commands, Paths, Endpoint Metadata, Identifier, Model Metadata, Prompts, Tool Values und Content Blobs können alle sensitiv sein. Prüfen Sie das gesamte Run Directory vor dem Teilen.
|
|
265
269
|
|
|
266
270
|
## Aktueller Status
|
|
267
271
|
|
|
268
|
-
ExecWeave `main` ist derzeit **v0.6.
|
|
272
|
+
ExecWeave `main` ist derzeit **v0.6.9** und befindet sich im Release Hardening. Das neueste öffentliche Package/Release kann hinter main liegen, bis eine GitHub Release ausdrücklich veröffentlicht wird. Der Publish Workflow prüft vor dem PyPI Upload, dass Release Tag und Package Version exakt übereinstimmen.
|
|
269
273
|
|
|
270
|
-
v0.6.
|
|
274
|
+
v0.6.9 kombiniert cross-platform runtime collection, materialisierte Execution Graphs, standalone/live Viewing, konservative Provider↔Runtime-Korrelation, content-addressed full-fidelity Provider Evidence, Evidence Grades, begrenzte Rule Packs, einen expliziten Runtime Threat/Fidelity Contract und ehrliches lokales Run-integrity Sealing. Observed evidence und inference bleiben per Design getrennt.
|
|
271
275
|
|
|
272
276
|
## Dokumentation
|
|
273
277
|
|
|
@@ -277,7 +281,7 @@ v0.6.5 kombiniert cross-platform runtime collection, materialisierte Execution G
|
|
|
277
281
|
- [`Semantic Telemetry`](docs/semantic-telemetry.de.md)
|
|
278
282
|
- [`Claude Code Hooks`](docs/claude-code-hooks.de.md)
|
|
279
283
|
- [`OpenAI Codex Hooks`](docs/codex-hooks.de.md)
|
|
280
|
-
- [`
|
|
284
|
+
- [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
|
|
281
285
|
- [`Cursor Hooks`](docs/cursor-hooks.de.md)
|
|
282
286
|
- [`OpenCode Plugin`](docs/opencode-plugin.de.md)
|
|
283
287
|
- [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.de.md)
|
|
@@ -295,4 +299,4 @@ Beiträge sind willkommen, besonders zu nativen OS Collectors, Agent-/IDE-Adapte
|
|
|
295
299
|
|
|
296
300
|
## License
|
|
297
301
|
|
|
298
|
-
Siehe [`LICENSE`](LICENSE).
|
|
302
|
+
ExecWeave v0.6.8 und spätere Versionen stehen unter der **PolyForm Noncommercial License 1.0.0**. Nichtkommerzielle Nutzung, Änderung und Weitergabe sind unter diesen Bedingungen erlaubt; jede kommerzielle Nutzung erfordert eine separate schriftliche kommerzielle Lizenz. Bereits zuvor unter MIT veröffentlichte Versionen behalten ihre damaligen Lizenzbedingungen. Siehe [`LICENSE`](LICENSE).
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
|
|
16
16
|
**Voyez ce que les agents IA font réellement sur votre machine.**
|
|
17
17
|
|
|
18
|
-
ExecWeave est un projet
|
|
18
|
+
ExecWeave est un projet source-available, local-first, d’observabilité qui transforme l’activité des agents IA en graphe d’exécution interactif tout en séparant explicitement les preuves observées, le contenu fourni par les providers et les inférences dérivées. À partir de v0.6.8, le projet est sous PolyForm Noncommercial 1.0.0 et l’usage commercial n’est pas autorisé.
|
|
19
19
|
|
|
20
20
|
> **L’événement est la ground truth. Le graphe est une materialized view.**
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<img src="docs/assets/
|
|
23
|
+
<img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
@@ -31,7 +31,7 @@ Installez la dernière wheel/sdist publiée sur PyPI :
|
|
|
31
31
|
python -m pip install -U execweave
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
La version du package sur `main` est actuellement **v0.6.
|
|
34
|
+
La version du package sur `main` est actuellement **v0.6.9**. La release publiée peut être en retard sur main ; pour tester exactement le mainline courant :
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
|
|
@@ -52,13 +52,17 @@ La télémétrie OS-runtime live fonctionne avec **n’importe quelle commande l
|
|
|
52
52
|
```bash
|
|
53
53
|
execweave live --open -- claude
|
|
54
54
|
execweave live --open -- codex
|
|
55
|
-
execweave live --open --
|
|
55
|
+
execweave live --open -- antigravity
|
|
56
56
|
execweave live --open -- cursor
|
|
57
57
|
execweave live --open -- opencode
|
|
58
58
|
execweave live --open -- ollama serve
|
|
59
59
|
execweave live --open -- python my_agent.py
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
> **Approuvez le hook lorsqu’une autorisation est demandée.** Lors du premier run provider-intégré, l’Agent/IDE peut demander si ExecWeave est autorisé à activer son hook local. Choisissez **Allow / Yes**. Sans cette autorisation, la télémétrie OS-runtime peut continuer à fonctionner, mais l’observabilité provider-level des tools, models et supplied content sera réduite ou indisponible.
|
|
63
|
+
|
|
64
|
+
Google Antigravity utilise actuellement la commande CLI `agy`; ExecWeave accepte également `antigravity` comme alias et le résout vers `agy`. Pour Cursor, `execweave live --open -- cursor` utilise d’abord un launcher dans le PATH, puis, sous macOS/Windows, le binaire standard de l’application Cursor desktop si nécessaire.
|
|
65
|
+
|
|
62
66
|
Ou construisez le pipeline d’artefacts finalisé :
|
|
63
67
|
|
|
64
68
|
```bash
|
|
@@ -67,9 +71,9 @@ execweave record --open -- python my_agent.py
|
|
|
67
71
|
|
|
68
72
|
`execweave top -- codex` garde l’Agent interactif dans le terminal de lancement et ouvre ou attache le tableau de bord Top détaché selon l’environnement hôte.
|
|
69
73
|
|
|
70
|
-
## v0.6.
|
|
74
|
+
## v0.6.9 : observabilité full-fidelity avec frontières de preuve explicites
|
|
71
75
|
|
|
72
|
-
v0.6.
|
|
76
|
+
v0.6.9 étend l’observabilité au-delà des métadonnées compactes. Lorsqu’un point d’intégration pris en charge fournit explicitement du contenu, ExecWeave peut conserver **la valeur complète fournie par cette source** dans un store local adressé par contenu SHA-256, tout en ne gardant qu’une référence dans le flux d’événements sémantiques.
|
|
73
77
|
|
|
74
78
|
```text
|
|
75
79
|
<run-root>/content/sha256/<sha256>.<json|txt|bin>
|
|
@@ -87,7 +91,7 @@ Le full fidelity modifie aussi la frontière de confidentialité : les secrets a
|
|
|
87
91
|
| --- | --- | --- |
|
|
88
92
|
| Claude Code | Yes | native hooks + contenu full-fidelity fourni par le hook |
|
|
89
93
|
| OpenAI Codex | Yes | lifecycle hooks + contenu full-fidelity fourni par le hook |
|
|
90
|
-
|
|
|
94
|
+
| Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
|
|
91
95
|
| Cursor | Yes | native hooks + contenu full-fidelity fourni par le hook |
|
|
92
96
|
| OpenCode | Yes | project plugin + contenu full-fidelity fourni par le plugin |
|
|
93
97
|
| Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
|
|
@@ -137,8 +141,8 @@ execweave-claude-record --open -- claude
|
|
|
137
141
|
execweave-codex-hook --print-config
|
|
138
142
|
execweave-codex-record --open -- codex
|
|
139
143
|
|
|
140
|
-
execweave-
|
|
141
|
-
execweave-
|
|
144
|
+
execweave-antigravity-hook --print-config
|
|
145
|
+
execweave-antigravity-record --open -- antigravity
|
|
142
146
|
|
|
143
147
|
execweave-cursor-hook --print-config
|
|
144
148
|
execweave-cursor-record --open -- cursor
|
|
@@ -147,7 +151,7 @@ execweave-opencode-plugin --install
|
|
|
147
151
|
execweave-opencode-record --open -- opencode
|
|
148
152
|
```
|
|
149
153
|
|
|
150
|
-
Les recorders intégrés aux providers conservent séparément les artefacts runtime bruts, semantic et correlated. Des identifiants provider stables tels que Cursor `tool_use_id` ou OpenCode `sessionID + callID` prouvent une identité logique chez le provider ; ils ne sont pas des PID OS.
|
|
154
|
+
Les recorders intégrés aux providers conservent séparément les artefacts runtime bruts, semantic et correlated. Des identifiants provider stables tels que Cursor `tool_use_id` ou OpenCode `sessionID + callID` prouvent une identité logique chez le provider ; ils ne sont pas des PID OS. Les anciens entry points Gemini CLI restent empaquetés pour compatibilité avec les installations existantes ; les nouveaux usages Google CLI doivent utiliser Antigravity (`agy`).
|
|
151
155
|
|
|
152
156
|
## Inference gateways et model runtimes
|
|
153
157
|
|
|
@@ -224,7 +228,7 @@ L’observation filesystem portable est session-correlated et non process-causal
|
|
|
224
228
|
|
|
225
229
|
## Performance et sécurité des grands runs
|
|
226
230
|
|
|
227
|
-
v0.6.3 a ajouté des protections filesystem/viewer bornées, le tail Live JSONL incrémental et des garde-fous pour les grands graphes. v0.6.4 a ajouté Top détaché et le sidecar live provisoire partagé pour les intégrations provider configurées. Ces capacités restent en v0.6.
|
|
231
|
+
v0.6.3 a ajouté des protections filesystem/viewer bornées, le tail Live JSONL incrémental et des garde-fous pour les grands graphes. v0.6.4 a ajouté Top détaché et le sidecar live provisoire partagé pour les intégrations provider configurées. Ces capacités restent en v0.6.9. Cette release n’a **pas** migré Live vers SSE, le stockage d’artefacts vers SQLite, le renderer vers Canvas/WebGL, ni les collectors vers Rust simplement pour changer d’architecture.
|
|
228
232
|
|
|
229
233
|
Le résultat de référence reproductible de l’`GraphAccumulator` incrémental atteint **164,273 ev/s** à 1M d’événements synthétiques sur le workload GitHub Actions documenté. Il s’agit d’un benchmark d’accumulation de graphe, pas d’un débit end-to-end collector/browser.
|
|
230
234
|
|
|
@@ -259,15 +263,15 @@ La corrélation dérivée ne réécrit jamais les preuves runtime brutes ou le s
|
|
|
259
263
|
|
|
260
264
|
## Confidentialité
|
|
261
265
|
|
|
262
|
-
ExecWeave est local-first : captures, blobs de contenu, graphes, rapports et viewers restent locaux par défaut. Le **collector OS runtime** ne capture pas intentionnellement le contenu des fichiers ni les buffers raw read/write. Cette frontière ne doit pas être confondue avec le **provider full-fidelity content store** de v0.6.
|
|
266
|
+
ExecWeave est local-first : captures, blobs de contenu, graphes, rapports et viewers restent locaux par défaut. Le **collector OS runtime** ne capture pas intentionnellement le contenu des fichiers ni les buffers raw read/write. Cette frontière ne doit pas être confondue avec le **provider full-fidelity content store** de v0.6.9 : si un hook/API pris en charge fournit explicitement prompt, arguments/résultats d’outil, réponse modèle, reasoning/thinking text, sortie shell, contenu de fichier ou autre valeur sensible, ExecWeave peut conserver cette valeur intégralement.
|
|
263
267
|
|
|
264
268
|
Ne supposez pas que le contenu a été secret-redacted. Commandes, chemins, endpoint metadata, identifiants, model metadata, prompts, valeurs d’outil et content blobs peuvent tous être sensibles. Vérifiez tout le run directory avant partage.
|
|
265
269
|
|
|
266
270
|
## État actuel
|
|
267
271
|
|
|
268
|
-
ExecWeave `main` est actuellement en **v0.6.
|
|
272
|
+
ExecWeave `main` est actuellement en **v0.6.9** et en phase de release hardening. Le dernier package/release public peut être en retard sur main jusqu’à la publication explicite d’une GitHub Release ; le workflow de publication vérifie que le release tag correspond exactement à la package version avant upload sur PyPI.
|
|
269
273
|
|
|
270
|
-
v0.6.
|
|
274
|
+
v0.6.9 combine collection runtime cross-platform, graphes d’exécution matérialisés, viewers standalone/live, corrélation provider↔runtime conservatrice, preuves provider full-fidelity adressées par contenu, evidence grades, rule packs bornés, contrat explicite runtime threat/fidelity et scellement local d’intégrité avec une frontière de confiance honnête. Les preuves observées et l’inférence restent séparées par conception.
|
|
271
275
|
|
|
272
276
|
## Documentation
|
|
273
277
|
|
|
@@ -277,7 +281,7 @@ v0.6.5 combine collection runtime cross-platform, graphes d’exécution matéri
|
|
|
277
281
|
- [`Semantic Telemetry`](docs/semantic-telemetry.fr.md)
|
|
278
282
|
- [`Claude Code Hooks`](docs/claude-code-hooks.fr.md)
|
|
279
283
|
- [`OpenAI Codex Hooks`](docs/codex-hooks.fr.md)
|
|
280
|
-
- [`
|
|
284
|
+
- [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
|
|
281
285
|
- [`Cursor Hooks`](docs/cursor-hooks.fr.md)
|
|
282
286
|
- [`OpenCode Plugin`](docs/opencode-plugin.fr.md)
|
|
283
287
|
- [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.fr.md)
|
|
@@ -295,4 +299,4 @@ Les contributions sont bienvenues, notamment pour les collectors OS natifs, adap
|
|
|
295
299
|
|
|
296
300
|
## License
|
|
297
301
|
|
|
298
|
-
Voir [`LICENSE`](LICENSE).
|
|
302
|
+
ExecWeave v0.6.8 et les versions ultérieures sont sous **PolyForm Noncommercial License 1.0.0**. L’usage, la modification et la redistribution non commerciaux sont permis selon ces termes ; tout usage commercial nécessite une licence commerciale écrite distincte. Les versions antérieures déjà publiées sous MIT restent soumises aux conditions qui les accompagnaient. Voir [`LICENSE`](LICENSE).
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
|
|
16
16
|
**AI Agent があなたのマシン上で実際に何をしているかを可視化します。**
|
|
17
17
|
|
|
18
|
-
ExecWeave
|
|
18
|
+
ExecWeave は source-available、local-first の observability プロジェクトで、AI Agent の活動をインタラクティブな execution graph に変換し、observed evidence、provider content、derived inference を明確に分離します。v0.6.8 以降は PolyForm Noncommercial 1.0.0 の下で提供され、商用利用は許可されません。
|
|
19
19
|
|
|
20
20
|
> **Event が ground truth であり、Graph は materialized view です。**
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<img src="docs/assets/
|
|
23
|
+
<img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
## インストール
|
|
@@ -31,7 +31,7 @@ PyPI から最新の公開 wheel/sdist をインストールします。
|
|
|
31
31
|
python -m pip install -U execweave
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
現在の `main` の package version は **v0.6.
|
|
34
|
+
現在の `main` の package version は **v0.6.9** です。公開 release が main より遅れる場合があります。現在の mainline を直接試すには:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
|
|
@@ -52,13 +52,17 @@ Live OS-runtime telemetry は**任意のローカルコマンド**で利用で
|
|
|
52
52
|
```bash
|
|
53
53
|
execweave live --open -- claude
|
|
54
54
|
execweave live --open -- codex
|
|
55
|
-
execweave live --open --
|
|
55
|
+
execweave live --open -- antigravity
|
|
56
56
|
execweave live --open -- cursor
|
|
57
57
|
execweave live --open -- opencode
|
|
58
58
|
execweave live --open -- ollama serve
|
|
59
59
|
execweave live --open -- python my_agent.py
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
> **Hook の許可を求められたら承認してください。** 初回の provider-integrated run では、Agent/IDE が ExecWeave のローカル Hook integration を許可するか確認する場合があります。**Allow / Yes** を選択してください。許可しなくても OS-runtime telemetry は動作する場合がありますが、provider-level の tool、model、supplied-content observability は制限または利用不可になります。
|
|
63
|
+
|
|
64
|
+
Google Antigravity は現在 `agy` CLI を使用します。ExecWeave は `antigravity` を friendly alias として受け付け、`agy` に解決します。Cursor の `execweave live --open -- cursor` はまず PATH launcher を使用し、見つからない場合は macOS/Windows の標準 Cursor desktop application binary にフォールバックします。
|
|
65
|
+
|
|
62
66
|
または finalized artifact pipeline を作成します。
|
|
63
67
|
|
|
64
68
|
```bash
|
|
@@ -67,9 +71,9 @@ execweave record --open -- python my_agent.py
|
|
|
67
71
|
|
|
68
72
|
`execweave top -- codex` は Agent を起動 terminal で対話可能なまま保持し、ホスト環境に応じて detached Top dashboard を開くか attach します。
|
|
69
73
|
|
|
70
|
-
## v0.6.
|
|
74
|
+
## v0.6.9:明示的な evidence boundary を持つ full-fidelity observability
|
|
71
75
|
|
|
72
|
-
v0.6.
|
|
76
|
+
v0.6.9 は compact metadata だけでなく、対応 integration point が明示的に提供した content を保存できます。ExecWeave は**その source から提供された完全な値**をローカル SHA-256 content-addressed store に保存し、semantic event stream には reference のみを残します。
|
|
73
77
|
|
|
74
78
|
```text
|
|
75
79
|
<run-root>/content/sha256/<sha256>.<json|txt|bin>
|
|
@@ -87,7 +91,7 @@ Full fidelity は privacy boundary も変えます。Application-level secret
|
|
|
87
91
|
| --- | --- | --- |
|
|
88
92
|
| Claude Code | Yes | native hooks + hook が提供する full-fidelity content |
|
|
89
93
|
| OpenAI Codex | Yes | lifecycle hooks + hook が提供する full-fidelity content |
|
|
90
|
-
|
|
|
94
|
+
| Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
|
|
91
95
|
| Cursor | Yes | native hooks + hook が提供する full-fidelity content |
|
|
92
96
|
| OpenCode | Yes | project plugin + plugin が提供する full-fidelity content |
|
|
93
97
|
| Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
|
|
@@ -137,8 +141,8 @@ execweave-claude-record --open -- claude
|
|
|
137
141
|
execweave-codex-hook --print-config
|
|
138
142
|
execweave-codex-record --open -- codex
|
|
139
143
|
|
|
140
|
-
execweave-
|
|
141
|
-
execweave-
|
|
144
|
+
execweave-antigravity-hook --print-config
|
|
145
|
+
execweave-antigravity-record --open -- antigravity
|
|
142
146
|
|
|
143
147
|
execweave-cursor-hook --print-config
|
|
144
148
|
execweave-cursor-record --open -- cursor
|
|
@@ -147,7 +151,7 @@ execweave-opencode-plugin --install
|
|
|
147
151
|
execweave-opencode-record --open -- opencode
|
|
148
152
|
```
|
|
149
153
|
|
|
150
|
-
Provider-integrated recorder は raw runtime、semantic、correlated artifact を別々に保持します。Cursor `tool_use_id` や OpenCode `sessionID + callID` のような stable provider identifier は provider 内部の logical identity を示しますが、OS PID ではありません。
|
|
154
|
+
Provider-integrated recorder は raw runtime、semantic、correlated artifact を別々に保持します。Cursor `tool_use_id` や OpenCode `sessionID + callID` のような stable provider identifier は provider 内部の logical identity を示しますが、OS PID ではありません。Legacy Gemini CLI hook entry points は既存インストールとの互換性のため残りますが、新しい Google CLI 利用では Antigravity (`agy`) を使用してください。
|
|
151
155
|
|
|
152
156
|
## Inference gateway と model runtime
|
|
153
157
|
|
|
@@ -224,7 +228,7 @@ Portable filesystem observation は session-correlated であり process-causal
|
|
|
224
228
|
|
|
225
229
|
## Performance と large-run safety
|
|
226
230
|
|
|
227
|
-
v0.6.3 では bounded filesystem/viewer protection、incremental Live JSONL tailing、large-graph safety guard を追加し、v0.6.4 では detached Top と configured provider integration 用 provisional live sidecar を追加しました。これらは v0.6.
|
|
231
|
+
v0.6.3 では bounded filesystem/viewer protection、incremental Live JSONL tailing、large-graph safety guard を追加し、v0.6.4 では detached Top と configured provider integration 用 provisional live sidecar を追加しました。これらは v0.6.9 にも残っています。本 release だけを理由に Live を SSE、artifact storage を SQLite、renderer を Canvas/WebGL、collector を Rust へ移行してはいません。
|
|
228
232
|
|
|
229
233
|
再現可能な incremental `GraphAccumulator` reference result は、文書化された GitHub Actions workload の 1M synthetic events で **164,273 ev/s** です。これは graph accumulation benchmark であり、end-to-end collector/browser throughput ではありません。
|
|
230
234
|
|
|
@@ -259,15 +263,15 @@ Derived correlation は raw runtime / provider sidecar evidence を書き換え
|
|
|
259
263
|
|
|
260
264
|
## Privacy
|
|
261
265
|
|
|
262
|
-
ExecWeave は local-first であり、capture、content blob、graph、report、viewer はデフォルトでローカルに残ります。**OS runtime collector** は file content や raw read/write byte buffer を意図的に取得しません。ただし、この境界を v0.6.
|
|
266
|
+
ExecWeave は local-first であり、capture、content blob、graph、report、viewer はデフォルトでローカルに残ります。**OS runtime collector** は file content や raw read/write byte buffer を意図的に取得しません。ただし、この境界を v0.6.9 の **provider full-fidelity content store** と混同してはいけません。対応 hook/API が prompt、tool argument/result、model response、reasoning/thinking text、shell output、file content などを明示的に提供した場合、それらは完全に保存される可能性があります。
|
|
263
267
|
|
|
264
268
|
Content が secret-redacted 済みだと仮定しないでください。Command、path、endpoint metadata、identifier、model metadata、prompt、tool value、content blob はすべて sensitive になり得ます。共有前に run directory 全体を確認してください。
|
|
265
269
|
|
|
266
270
|
## 現在の状態
|
|
267
271
|
|
|
268
|
-
ExecWeave `main` は現在 **v0.6.
|
|
272
|
+
ExecWeave `main` は現在 **v0.6.9** で release hardening 中です。公開 package/release は main より遅れる場合があります。GitHub Release を明示的に publish した場合のみ publish workflow が動作し、PyPI upload 前に release tag と package version が完全一致することを検証します。
|
|
269
273
|
|
|
270
|
-
v0.6.
|
|
274
|
+
v0.6.9 は cross-platform runtime collection、materialized execution graph、standalone/live viewer、保守的 provider↔runtime correlation、content-addressed full-fidelity provider evidence、evidence grades、bounded rule packs、明示的 runtime threat/fidelity contract、honest local run-integrity sealing を組み合わせています。Observed evidence と inference は設計上分離されています。
|
|
271
275
|
|
|
272
276
|
## ドキュメント
|
|
273
277
|
|
|
@@ -277,7 +281,7 @@ v0.6.5 は cross-platform runtime collection、materialized execution graph、st
|
|
|
277
281
|
- [`Semantic Telemetry`](docs/semantic-telemetry.ja.md)
|
|
278
282
|
- [`Claude Code Hooks`](docs/claude-code-hooks.ja.md)
|
|
279
283
|
- [`OpenAI Codex Hooks`](docs/codex-hooks.ja.md)
|
|
280
|
-
- [`
|
|
284
|
+
- [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
|
|
281
285
|
- [`Cursor Hooks`](docs/cursor-hooks.ja.md)
|
|
282
286
|
- [`OpenCode Plugin`](docs/opencode-plugin.ja.md)
|
|
283
287
|
- [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.ja.md)
|
|
@@ -295,4 +299,4 @@ v0.6.5 は cross-platform runtime collection、materialized execution graph、st
|
|
|
295
299
|
|
|
296
300
|
## License
|
|
297
301
|
|
|
298
|
-
[`LICENSE`](LICENSE) を参照してください。
|
|
302
|
+
ExecWeave v0.6.8 以降は **PolyForm Noncommercial License 1.0.0** の下で提供されます。非商用の利用・変更・再配布はその条件に従って許可されますが、商用利用には別途書面による商用ライセンスが必要です。以前に MIT で公開済みの旧バージョンは当時のライセンス条件のままです。詳しくは [`LICENSE`](LICENSE) を参照してください。
|