Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -313,6 +315,7 @@ team:
- name: Writing Team
supervisor:
name: supervisor
kind: supervisor
agents:
- name: Figure
job: Do somethinh
Expand Down
1 change: 1 addition & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down