Skip to content

Commit 55d3c88

Browse files
authored
Refine agent message and event display guidelines
Updated terminology from 'actions' to 'events' and added details on event display and condensation.
1 parent 83463ea commit 55d3c88

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.agent/skills/frontend.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ You will probably want the following features:
88
* host and password for agent-server
99
* LLM model and key
1010
* a chat input
11-
* the ability to display both messages and actions from the agent
11+
* the ability to display both messages and events from the agent
12+
* events typically come in action/observation pairs. it's usually best to only show one UI element per pair, depending on status
13+
* events can contain a lot of information. good to make the display collapsed by default, with a small summary, but expandable to see full details
14+
* condensation events should get displayed like other events
15+
* a list of conversations the user can navigate between
16+
* there are APIs for automatically setting a conversation title after the first user message is sent, use them
1217

1318
## Packages
1419

0 commit comments

Comments
 (0)