File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments