Files
temporal-ai-agent/todo.md
Joshua Smith bb733bc966 updated todo
2025-03-11 15:05:03 -04:00

1.3 KiB
Raw Blame History

todo list

[ ] multi-goal
[ ] set goal to list agents when done

[ ] document why temporal for ai agents - scalability, durability in the readme
[ ] fix readme: move setup to its own page, demo to its own page, add the why /|\ section
[ ] add architecture to readme
[ ] create tests

[ ] create people management scenario
-- 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 agents performance

[ ] customize prompts in workflow to manage scenario
[ ] add in new tools?

[ ] non-retry the api key error - "Invalid API Key provided: sk_test_**J..." and "AuthenticationError"