mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# todo list
|
||
[ ] create people management scenario <br />
|
||
-- check pay status
|
||
-- book work travel
|
||
-- check PTO levels
|
||
-- check insurance coverages
|
||
-- book PTO around a date (https://developers.google.com/calendar/api/guides/overview)?
|
||
-- scenario should use multiple tools
|
||
-- expense management
|
||
-- check in on the health of the team
|
||
[ ] demo the reasons why:
|
||
-- Orchestrate interactions across distributed data stores and tools
|
||
-- Hold state, potentially over long periods of time
|
||
-- Ability to ‘self-heal’ and retry until the (probabilistic) LLM returns valid data
|
||
-- Support for human intervention such as approvals
|
||
-- Parallel processing for efficiency of data retrieval and tool use
|
||
-- Insight into the agent’s performance
|
||
|
||
[ ] customize prompts in [workflow to manage scenario](./workflows/tool_workflow.py)<br />
|
||
[ ] add in new tools? <br />
|
||
[ ] create tests<br />
|
||
[ ] non-retry the api key error - "Invalid API Key provided: sk_test_**J..." and "AuthenticationError"
|
||
|
||
[ ] document *why* temporal for ai agents - scalability, durability in the readme |