agiresearch / AIOS

AIOS: LLM Agent Operating System
MIT License
2.95k stars 344 forks source link

[Roadmap] AIOS Roadmap Q2 2024 #107

Open Tata0703 opened 2 months ago

Tata0703 commented 2 months ago

This document outlines the features in the AIOS roadmap for Q2 2024. Please feel free to discuss and contribute to the specific features through related Issues or PRs, and add any other topics you'd like to talk about in this issue.

Device Support & LLM inference acceleration integration

Agent configuration

More & better documentation

Better demo

Streaming output

Testing

Package & Documentation

itsthemoon commented 1 month ago

hi, I am interested in working on: add an agent with more tool callings

dongyuanjushi commented 1 month ago

A travel agent can be considered by calling multiple search tools (hotels, flights, restaurants). Or it is possible to come up with other agent, which will call multiple tools during execution. A sub-channel can be created for follow up @itsthemoon .

itsthemoon commented 1 month ago

A travel agent can be considered by calling multiple search tools (hotels, flights, restaurants). Or it is possible to come up with other agent, which will call multiple tools during execution. A sub-channel can be created for follow up @itsthemoon .

I created an issue here and I am currently working on the implementation.

ArnoldIOI commented 1 month ago

I'll be working on the langgraph -based RAG agent. I've opened a new issue here.

zzfoo commented 1 month ago

I'm working on the llamaindex -based RAG agent. Here is the issue.