making plans

This commit is contained in:
Joshua Smith
2025-03-07 09:46:22 -05:00
parent d09db9f11f
commit 4c933b5052
2 changed files with 31 additions and 1 deletions

22
todo.md Normal file
View File

@@ -0,0 +1,22 @@
# 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 agents 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"