Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/issue-evidence/11355-active-view-agent-surface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Issue 11355 Evidence: Active-View Agent Surface Trajectory

## Scope

Keyless strict scenario-runner coverage for the active-view planner -> element id -> VIEWS interact loop.

Live-model capture is N/A for this run: this environment had no provider credentials available (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `GOOGLE_GENERATIVE_AI_API_KEY`, etc.), so the committed artifact is the deterministic strict LLM-proxy lane requested for PR gating.

## Commands

```bash
bun run --cwd packages/agent test -- src/runtime/conversation-compactor-runtime.test.ts
```

Result: passed, 1 file / 43 tests.

```bash
SCENARIO_USE_LLM_PROXY=1 SCENARIO_LLM_PROXY_STRICT=1 \
bun --conditions eliza-source --tsconfig-override ../../tsconfig.json src/cli.ts run test/scenarios \
--scenario deterministic-active-view-agent-surface \
--lane pr-deterministic \
--report ../../.github/issue-evidence/11355-active-view-agent-surface/report.json \
--report-dir ../../.github/issue-evidence/11355-active-view-agent-surface/viewer \
--run-dir ../../.github/issue-evidence/11355-active-view-agent-surface/run \
--export-native ../../.github/issue-evidence/11355-active-view-agent-surface/native.jsonl
```

Result: passed, 1 scenario / 0 failures.

## Manual Review

Reviewed `report.json`: the scenario passed; shell navigate accepted `scenario-active-ledger`; shell element report accepted `ledger-title` and `save-ledger`; planner selected `VIEWS` twice with `action=interact`; final checks passed for `actionCalled`, `selectedActionArguments`, and exact `serverInteract` domain effects.

Reviewed `native.jsonl`: 16 native rows, all from the passed scenario; planner rows show `promptOptimization.transformations=["active-view-awareness:scenario-active-ledger"]` and tool calls for `agent-fill` on `ledger-title` and `agent-click` on `save-ledger`.

Reviewed viewer artifacts:

- `viewer/matrix.json`
- `viewer/001-deterministic-active-view-agent-surface.json`
- `run/matrix.json`
- `run/viewer/data.js`

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"schema": "eliza_scenario_native_export",
"schemaVersion": 1,
"generatedAt": "2026-07-02T21:35:09.675Z",
"runDir": "/home/shaw/eliza-worktrees/11355-active-view-trajectory/.github/issue-evidence/11355-active-view-agent-surface/run",
"trajectoriesDir": "/home/shaw/eliza-worktrees/11355-active-view-trajectory/.github/issue-evidence/11355-active-view-agent-surface/run/trajectories",
"jsonlPath": "/home/shaw/eliza-worktrees/11355-active-view-trajectory/.github/issue-evidence/11355-active-view-agent-surface/native.jsonl",
"manifestPath": "/home/shaw/eliza-worktrees/11355-active-view-trajectory/.github/issue-evidence/11355-active-view-agent-surface/native.manifest.json",
"counts": {
"trajectoryFiles": 12,
"parsedTrajectories": 12,
"skippedFiles": 0,
"rows": 20,
"passedRows": 20,
"failedRows": 0,
"skippedScenarioRows": 0,
"unknownOutcomeRows": 0
},
"runIds": [
"1ee751ba-e309-4a6d-8c2d-11813cba16c2",
"2300b69c-3c4f-40f4-bb74-ef1f52e93873",
"435c4945-73ce-4d28-82a6-1b38fd739c12",
"525f35f2-f0d4-4e0c-a11d-930f861c1565",
"782d38a9-aebe-447c-bdf8-1629aa906684",
"f6df94a0-8ca3-437c-addf-74f771c320de"
],
"scenarioIds": [
"deterministic-active-view-agent-surface"
],
"agentIds": [
"546ac3ab-0468-01a2-9d5b-52dfa34bf9cc"
]
}
Loading
Loading