AIOS, a Large Language Model (LLM) Agent operating system, embeds large language model into Operating Systems (OS) as the brain of the OS, enabling an operating system "with soul" -- an important step towards AGI. AIOS is designed to optimize resource allocation, facilitate context switch across agents, enable concurrent execution of agents, provide tool service for agents, maintain access control for agents, and provide a rich set of toolkits for LLM Agent developers.
- [2024-3-25] Our paper LLM Agent Operating System is released!
- [2024-1-14]
✈️ AIOS is officially launched!
Make sure you have Python >= 3.9
Install the required packages using pip
pip install -r requirements.txt
Set up huggingface token and cache directory
export HUGGING_FACE_HUB_TOKEN=<YOUR READ TOKEN>
export HF_HOME=<YOUR CACHE DIRECTORY>
Run the main.py to start
# Use Gemma-2b-it for example
python main.py --llm_name gemma-2b-it
AIOS is dedicated to facilitating LLM agents' development and deployment in a systematic way, we are always looking for passionate collaborators to join us to foster a more cohesive, effective and efficient AIOS-Agent ecosystem!
If you have any suggestions, or wish to contact us for any reason, feel free to email us at marknju2018@gmail.com