Show local conversation activity in web console
This commit is contained in:
@@ -112,8 +112,9 @@ is also accepted. The model can inspect the supplied image and then call a
|
||||
phone tool such as `tap` in the same conversation.
|
||||
|
||||
Local mode records LLM responses, reasoning fields, tool calls, tool results,
|
||||
and final replies as JSONL in `host_agent_data/conversations.jsonl`. Image
|
||||
bytes are excluded; set `HOST_AGENT_CONVERSATION_LOG_PATH` to change the path.
|
||||
and final replies in a local SQLite database. View them at
|
||||
`http://127.0.0.1:8765/conversations`; image bytes are excluded. Set
|
||||
`HOST_AGENT_CONVERSATION_LOG_PATH` to change the database path.
|
||||
|
||||
In local mode, Appium supervision is enabled by default. Host Agent probes
|
||||
`/status`, adopts a healthy existing Appium instance, starts Appium when no
|
||||
|
||||
Reference in New Issue
Block a user