Commit 3c6cf26
docs: reconcile backlog/limitation status with shipped code (#134)
* docs: reconcile backlog/limitation status with shipped code
Audited open backlog and "Known Limitations" entries against the actual
codebase in both solutions and corrected three stale items:
- ARCHITECTURE.md: mark "Voice Live Agent Mode Integration" complete.
Implemented in both harness (--agent-name/--project-name, is_agent_mode,
build_agent_config, agent connect()) and Container App (AgentConfig,
is_agent_mode/build_agent_config in config.py, agent-mode branch in
voicelive_client.py). Validated via live agent-mode E2E on both.
- evaluation_harness/README.md: limitation #10 (batch-processor shared-file
race) marked Fixed — per-process eval files with post-completion
aggregate_evaluation_files(), matching ARCHITECTURE.md #18.
- container-app/README.md: agent mode listed as a shipped feature instead of
"prepared for future".
No code changes; documentation only.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: clarify voice/VAD are agent-owned-by-default but client-overridable in agent mode
Addresses Copilot review feedback on PR #134: the Container App sends no
instructions/tools in agent mode (agent owns them), but voice and
turn_detection are conditionally overridden from session_config when
non-default (voicelive_client.py:297-323).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 74ba362 commit 3c6cf26
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
| 1351 | + | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| |||
0 commit comments