| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: add AgentScope observation and TLS socket fixes Squash of the real non-merge commits from 38c1654^..HEAD: - 38c16543 feat: add AgentScope HTTP HTTPS observation example - 4d2b4c3d Implement aarch64 TLS trampoline relocation - 4f24690f fix: capture split plain http socket bodies - 27933477 Fix TLS audit scoping for AArch64 opencode Add a ready-to-run AgentScope docs example for default AcTrail collection across HTTP proxy and direct HTTPS provider routes. Extend OpenSSL TLS probe coverage for SSL_write_ex2, x86_64 short conditional branch relocation, and AArch64 TLS trampoline relocation. Track HTTP/1.x Content-Length continuation state in the socket seccomp fallback so a large body syscall following a small header syscall is captured on the same traced fd generation. Return the loader-provided AArch64 audit ABI version, only inject LD_AUDIT for shared-library plans, and scope audit binding callbacks to TLS provider objects. Verification: - cargo fmt --all - cargo build --release - Original HTTP socket fix verification included split HTTP LLM projection E2E, single-syscall baseline, HTTP/non-HTTP payload filter E2E, and real xiaoO HTTP proxy agent E2E. - Original AArch64 audit verification included cargo fmt, cargo build --release -p ctl -p tls_payload_probe_sync, tls-payload-probe-sync boringssl opencode probe, and actrailctl opencode launch. Co-Authored-By: GPT-5.5 | 1 个月前 | |
feat: add AgentScope observation and TLS socket fixes Squash of the real non-merge commits from 38c1654^..HEAD: - 38c16543 feat: add AgentScope HTTP HTTPS observation example - 4d2b4c3d Implement aarch64 TLS trampoline relocation - 4f24690f fix: capture split plain http socket bodies - 27933477 Fix TLS audit scoping for AArch64 opencode Add a ready-to-run AgentScope docs example for default AcTrail collection across HTTP proxy and direct HTTPS provider routes. Extend OpenSSL TLS probe coverage for SSL_write_ex2, x86_64 short conditional branch relocation, and AArch64 TLS trampoline relocation. Track HTTP/1.x Content-Length continuation state in the socket seccomp fallback so a large body syscall following a small header syscall is captured on the same traced fd generation. Return the loader-provided AArch64 audit ABI version, only inject LD_AUDIT for shared-library plans, and scope audit binding callbacks to TLS provider objects. Verification: - cargo fmt --all - cargo build --release - Original HTTP socket fix verification included split HTTP LLM projection E2E, single-syscall baseline, HTTP/non-HTTP payload filter E2E, and real xiaoO HTTP proxy agent E2E. - Original AArch64 audit verification included cargo fmt, cargo build --release -p ctl -p tls_payload_probe_sync, tls-payload-probe-sync boringssl opencode probe, and actrailctl opencode launch. Co-Authored-By: GPT-5.5 | 1 个月前 | |
feat: add AgentScope observation and TLS socket fixes Squash of the real non-merge commits from 38c1654^..HEAD: - 38c16543 feat: add AgentScope HTTP HTTPS observation example - 4d2b4c3d Implement aarch64 TLS trampoline relocation - 4f24690f fix: capture split plain http socket bodies - 27933477 Fix TLS audit scoping for AArch64 opencode Add a ready-to-run AgentScope docs example for default AcTrail collection across HTTP proxy and direct HTTPS provider routes. Extend OpenSSL TLS probe coverage for SSL_write_ex2, x86_64 short conditional branch relocation, and AArch64 TLS trampoline relocation. Track HTTP/1.x Content-Length continuation state in the socket seccomp fallback so a large body syscall following a small header syscall is captured on the same traced fd generation. Return the loader-provided AArch64 audit ABI version, only inject LD_AUDIT for shared-library plans, and scope audit binding callbacks to TLS provider objects. Verification: - cargo fmt --all - cargo build --release - Original HTTP socket fix verification included split HTTP LLM projection E2E, single-syscall baseline, HTTP/non-HTTP payload filter E2E, and real xiaoO HTTP proxy agent E2E. - Original AArch64 audit verification included cargo fmt, cargo build --release -p ctl -p tls_payload_probe_sync, tls-payload-probe-sync boringssl opencode probe, and actrailctl opencode launch. Co-Authored-By: GPT-5.5 | 1 个月前 | |
feat: add AgentScope observation and TLS socket fixes Squash of the real non-merge commits from 38c1654^..HEAD: - 38c16543 feat: add AgentScope HTTP HTTPS observation example - 4d2b4c3d Implement aarch64 TLS trampoline relocation - 4f24690f fix: capture split plain http socket bodies - 27933477 Fix TLS audit scoping for AArch64 opencode Add a ready-to-run AgentScope docs example for default AcTrail collection across HTTP proxy and direct HTTPS provider routes. Extend OpenSSL TLS probe coverage for SSL_write_ex2, x86_64 short conditional branch relocation, and AArch64 TLS trampoline relocation. Track HTTP/1.x Content-Length continuation state in the socket seccomp fallback so a large body syscall following a small header syscall is captured on the same traced fd generation. Return the loader-provided AArch64 audit ABI version, only inject LD_AUDIT for shared-library plans, and scope audit binding callbacks to TLS provider objects. Verification: - cargo fmt --all - cargo build --release - Original HTTP socket fix verification included split HTTP LLM projection E2E, single-syscall baseline, HTTP/non-HTTP payload filter E2E, and real xiaoO HTTP proxy agent E2E. - Original AArch64 audit verification included cargo fmt, cargo build --release -p ctl -p tls_payload_probe_sync, tls-payload-probe-sync boringssl opencode probe, and actrailctl opencode launch. Co-Authored-By: GPT-5.5 | 1 个月前 | |
Stabilize capture configuration and agent trace flows Add hierarchical operator config coverage across examples and tests, preserve large TLS transfer summaries without retaining bulk bodies, and keep LLM semantic projection behavior intact. Link HTTP responses to their requests, render exchange arcs in the web action tree, and improve LLM/HTTP detail panels for repeated tool calls and captured JSON bodies. Update xiaoO CLI invocation paths, strengthen real-agent E2E assertions, document test scenario intent, and retain Process exit rows when exit events flush file summaries. Co-Authored-By: GPT-5.5 | 1 个月前 | |
feat: add AgentScope observation and TLS socket fixes Squash of the real non-merge commits from 38c1654^..HEAD: - 38c16543 feat: add AgentScope HTTP HTTPS observation example - 4d2b4c3d Implement aarch64 TLS trampoline relocation - 4f24690f fix: capture split plain http socket bodies - 27933477 Fix TLS audit scoping for AArch64 opencode Add a ready-to-run AgentScope docs example for default AcTrail collection across HTTP proxy and direct HTTPS provider routes. Extend OpenSSL TLS probe coverage for SSL_write_ex2, x86_64 short conditional branch relocation, and AArch64 TLS trampoline relocation. Track HTTP/1.x Content-Length continuation state in the socket seccomp fallback so a large body syscall following a small header syscall is captured on the same traced fd generation. Return the loader-provided AArch64 audit ABI version, only inject LD_AUDIT for shared-library plans, and scope audit binding callbacks to TLS provider objects. Verification: - cargo fmt --all - cargo build --release - Original HTTP socket fix verification included split HTTP LLM projection E2E, single-syscall baseline, HTTP/non-HTTP payload filter E2E, and real xiaoO HTTP proxy agent E2E. - Original AArch64 audit verification included cargo fmt, cargo build --release -p ctl -p tls_payload_probe_sync, tls-payload-probe-sync boringssl opencode probe, and actrailctl opencode launch. Co-Authored-By: GPT-5.5 | 1 个月前 | |
feat: add AgentScope observation and TLS socket fixes Squash of the real non-merge commits from 38c1654^..HEAD: - 38c16543 feat: add AgentScope HTTP HTTPS observation example - 4d2b4c3d Implement aarch64 TLS trampoline relocation - 4f24690f fix: capture split plain http socket bodies - 27933477 Fix TLS audit scoping for AArch64 opencode Add a ready-to-run AgentScope docs example for default AcTrail collection across HTTP proxy and direct HTTPS provider routes. Extend OpenSSL TLS probe coverage for SSL_write_ex2, x86_64 short conditional branch relocation, and AArch64 TLS trampoline relocation. Track HTTP/1.x Content-Length continuation state in the socket seccomp fallback so a large body syscall following a small header syscall is captured on the same traced fd generation. Return the loader-provided AArch64 audit ABI version, only inject LD_AUDIT for shared-library plans, and scope audit binding callbacks to TLS provider objects. Verification: - cargo fmt --all - cargo build --release - Original HTTP socket fix verification included split HTTP LLM projection E2E, single-syscall baseline, HTTP/non-HTTP payload filter E2E, and real xiaoO HTTP proxy agent E2E. - Original AArch64 audit verification included cargo fmt, cargo build --release -p ctl -p tls_payload_probe_sync, tls-payload-probe-sync boringssl opencode probe, and actrailctl opencode launch. Co-Authored-By: GPT-5.5 | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 |