From 14260182580ec3e320f8303ab391b02dc5827218 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:56:10 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7d4ef08..4619a7a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ out = run_swarm("Create a self-driving car system using a team of AI agents") 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 MIT