Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Apr 10, 2024
1 parent 1426018 commit 38ee447
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ print(out)

# Todo
[ ] Add tool processing

[ ] Add tool router

[ ] Add rules processing to map to each agent

[ ] Prompt for swarm orchestrator to make the children workers in JSON

[ ] Prompt to create functions with a tool decorator above the function with specific types and documentation. Create a tool for this: {input}, and create the functions in python with a tool decorator on top of the function with specific types and documentation with docstrings

[ ] Logic to add each agent to a swarm network

[ ] Add memory to boss agent using Chromadb

[ ] Add agents as tools after the boss creates them

# License
Expand Down

0 comments on commit 38ee447

Please sign in to comment.