Commit f2fc389
test(session-e2e): simplify echo-agent entrypoint to cli.run_app
The daemon launches the agent via the thin CLI
(python -m livekit.agents console <entrypoint> --connect-addr), which
discovers the server and dispatches to the TCP console itself. The
agent file's __main__ console-dispatch hack was compensating for the
old python agent.py launch path and is now dead code. Collapse it to
the thin cli.run_app(server) form, matching agent-starter-python.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 997b748 commit f2fc389
1 file changed
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 33 | + | |
0 commit comments