From 527f5a35c479abf67ad48ddd9928ec068bdbaced Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Fri, 30 Aug 2024 11:18:32 +0530 Subject: [PATCH] Fix in roadmap and readme --- README.md | 3 +++ ROADMAP.md | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 94fa160f..c2bb8bf3 100644 --- a/README.md +++ b/README.md @@ -297,10 +297,12 @@ team: name: BloggingTeam supervisor: name: supervisor + kind: supervisor subteams: - name: BloggingTeam supervisor: name: supervisor + kind: supervisor agents: - name: Reasercher job: Do a research on the internet and find articles of relevent to the topic asked by the user, always try to find the latest information on the same @@ -313,6 +315,7 @@ team: - name: Writing Team supervisor: name: supervisor + kind: supervisor agents: - name: Figure job: Do somethinh diff --git a/ROADMAP.md b/ROADMAP.md index 0ed6f028..d81a0374 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -12,6 +12,7 @@ Core features improve the library itself to cater wider range of functionalities |Reflexion| Reflection lets you build a component that can make the AI retrospectively look at the current output and retry or work again on the task at hand| Yet to start| 0.0.3| |Output formatter| Ability to templatize output format using pydantic| Yet to start| 0.0.4| |LLM Extensibilty| Ability to different LLMs across different agents and teams| Yet to start| 0.0.4| +|Auto-Query RAG| Ability to make metadata query within the agentic, which can automatically add metadata while rag query runs, like timestamp or other data|Yet to start|TBD| |Parellel Router| A router to execute tasks or agents in parallel if the tasks are independent | Yet to start | TBD ## Observability