mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-17 06:58:09 +01:00
README update
This commit is contained in:
@@ -44,8 +44,9 @@ TODO: Document /frontend react app running instructions.
|
|||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- The LLM prompts move through 3 mock tools (FindEvents, SearchFlights, CreateInvoice) but I should make them contact real APIs.
|
- The LLM prompts move through 3 mock tools (FindEvents, SearchFlights, CreateInvoice) but I should make them contact real APIs.
|
||||||
|
- I should prove this out with other tool definitions (take advantage of my nice DSL).
|
||||||
- Might need to abstract the json example in the prompt generator to be part of a ToolDefinition (prevent overfitting to the example).
|
- Might need to abstract the json example in the prompt generator to be part of a ToolDefinition (prevent overfitting to the example).
|
||||||
- Currently hardcoded to the Temporal dev server at localhost:7233. Need to support options incl Temporal Cloud.
|
- Currently hardcoded to the Temporal dev server at localhost:7233. Need to support options incl Temporal Cloud.
|
||||||
- UI: A bit ugly
|
- UI: Make prettier
|
||||||
- UI: Tool Confirmed state could be better represented
|
- UI: Tool Confirmed state could be better represented
|
||||||
- UI: 'Start new chat' button needs to handle better
|
- UI: 'Start new chat' button needs to handle better
|
||||||
Reference in New Issue
Block a user