ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"schema_version": 2,
|
||||
"experiment": "phone-agent-webrtc",
|
||||
"executed_at_utc": "2026-07-31T11:24:42.453962+00:00",
|
||||
"control": "fixed parameters -> browser microphone RTP -> ASR -> real LLM dialogue -> TTS RTP",
|
||||
"treatment": "natural task -> real LLM ReAct plan -> browser microphone RTP -> ASR -> real LLM dialogue -> TTS RTP",
|
||||
"checks": {
|
||||
"same_browser_aiortc_webrtc_transport": true,
|
||||
"no_pstn_or_e164": true,
|
||||
"direct_required_fixed_parameters": true,
|
||||
"react_accepted_only_natural_language_task": true,
|
||||
"react_detected_missing_information": true,
|
||||
"react_has_observe_reason_act_trace": true,
|
||||
"react_used_real_external_planner": true,
|
||||
"both_used_microphone_rtp_asr": true,
|
||||
"both_used_real_downlink_tts": true,
|
||||
"both_used_external_post_asr_dialogue": true,
|
||||
"data_channel_never_supplied_user_semantics": true,
|
||||
"both_completed_all_audio_gates": true,
|
||||
"both_saved_confirmed_structured_fields": true
|
||||
},
|
||||
"passed": true,
|
||||
"conclusion": "Both arms completed the same real bidirectional browser/aiortc audio path. The treatment additionally used an external ARK ReAct planning receipt to detect missing facts; the control used fixed parameters."
|
||||
}
|
||||
Reference in New Issue
Block a user