Merge branch 'development' of https://github.com/joshmsmith/temporal-ai-agent into development

This commit is contained in:
Joshua Smith
2025-03-14 10:10:59 -04:00
10 changed files with 110 additions and 74 deletions

View File

@@ -11,7 +11,7 @@ It may be helpful to review the [architecture](./architecture.md) for a guide an
- `agent_name`: user-facing name for the agent/chatbot
- `agent_friendly_description`: user-facing description of what the agent/chatbot does
- `tools`: the list of tools the goal will walk the user through.
- Important! The last tool listed must be `list_agents_tool`
- Important! The last tool listed must be `list_agents_tool`. This allows the AI to let the user go back to choosing from the list of available goals.
- `description`:
- `starter-prompt`:
- `example_conversation_history`: