Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
  • Loading branch information
Zochory authored Jan 9, 2025
1 parent 75f2b62 commit c3fde57
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
<img alt="GitHub forks" src="https://img.shields.io/github/forks/qredence/agenticfleet">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/qredence/agenticfleet">


</div>

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cf5bcfbdbf50493b9b5de381c24dc147)](https://app.codacy.com/gh/Qredence/AgenticFleet/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

[Join the discord
](https://discord.gg/ebgy7gtZHK)

Expand All @@ -24,6 +27,12 @@


AgenticFleet is an Adaptative Agentic System in beta that currently uses Chainlit for the frontend interface and FastAPI for the backend, based on the ground work of Autogen & Magentic-One
[Join the discord
](https://discord.gg/ebgy7gtZHK)

[Follow AgenticFleet on Twitter](https://x.com/agenticfleet) to stay updated and announcement, coming heavily just a matter of polish for the set of underlying solutions coming !

[Join the Early Access Waitlist](https://www.qredence.ai/)

## Features

Expand All @@ -36,6 +45,23 @@ AgenticFleet is an Adaptative Agentic System in beta that currently uses Chainl
- Environment-based configuration
- Extensible architecture for future enhancements


## Roadmap

- [ ] Add Composio Agent
- [x] Add Multi-modal Surfer agent
- [ ] Improve backend main Agentic AI (based on Autogen and Magentic-One)
- [ ] Add a pool of LLM model auto-select for each agent
- [ ] Improve the generalist multi-tasking agentic fleet
- [ ] Add a Cloud service with OAuth + Freetier
- [ ] Add pre-release of AgenticFabric
- [ ] Release of the GraphFleet refactor
- [ ] Fix interoperability between AgenticFleet and GraphFleet
- [ ] Add message persistence
- [ ] Implement user authentication
- [ ] Add file sharing capabilities
- [ ] Enhance UI/UX with more interactive features

## Prerequisites

- Python 3.10 or later
Expand Down Expand Up @@ -127,22 +153,6 @@ fleet/
```


## Roadmap

- [ ] Add Composio Agent
- [x] Add Multi-modal Surfer agent
- [ ] Improve backend main Agentic AI (based on Autogen and Magentic-One)
- [ ] Add a pool of LLM model auto-select for each agent
- [ ] Improve the generalist multi-tasking agentic fleet
- [ ] Add a Cloud service with OAuth + Freetier
- [ ] Add pre-release of AgenticFabric
- [ ] Release of the GraphFleet refactor
- [ ] Fix interoperability between AgenticFleet and GraphFleet
- [ ] Add message persistence
- [ ] Implement user authentication
- [ ] Add file sharing capabilities
- [ ] Enhance UI/UX with more interactive features


## Error Handling

Expand Down

0 comments on commit c3fde57

Please sign in to comment.