This document outlines the long-term features in the AIOS roadmap for Q3 2024. Feel free to discuss any of the following topics, and add any other topics you'd like to talk about in this issue.
AIOS Documentation (@throwie72)
Tree/Graph agent workflow support
Support the design of different workflows with different data structures.
- add tree-structured workflow
- add graph-structured (without cycle) workflow
- add graph-structured (with cycle) workflow
Natural-language agent workflow support (@BRama10)
Support non-expert agent developers to use natural language to design and describe their agent workflows.
- reference paper: https://arxiv.org/abs/2405.06907
- integrate natural language workflow programming syntax
- integrate llm interpreter to interpret and execute natural language programmed agents
Automated agent workflow (@itsthemoon)
An extension of Natural-language agent workflow, llm automatically create agent workflow
- add workflow that can be generated by LLM and can be updated
Batchfy agent requests
- batchfy multiple agent requests sent to open-sourced LLM
- batchfy multiple agent requests sent to close-sourced LLM
Support multi-level queues
- add multiple queues for LLM requests
- separate tool calling request and LLM request into different queues
Multi-core AIOS and LLM router
This document outlines the long-term features in the AIOS roadmap for Q3 2024. Feel free to discuss any of the following topics, and add any other topics you'd like to talk about in this issue.
AIOS Documentation (@throwie72)
Agent interaction UI (@BRama10 @mannanshukla)
Tree/Graph agent workflow support
Support the design of different workflows with different data structures.
Natural-language agent workflow support (@BRama10)
Support non-expert agent developers to use natural language to design and describe their agent workflows.
Automated agent workflow (@itsthemoon)
An extension of Natural-language agent workflow, llm automatically create agent workflow
Batchfy agent requests
Support multi-level queues
Multi-core AIOS and LLM router
[Feature] Refactor inherent LLM to LLM router #129