AIOS
Basic Information
AIOS is an operating-system-like kernel that embeds large language models (LLMs) and provides infrastructure to develop, run and deploy LLM-based AI agents. The repository implements the AIOS kernel which acts as an abstraction layer over host systems and manages agent-facing resources such as LLM access, memory management, storage, tool management, scheduling and SDK integration. It is intended to be used together with the AIOS SDK (Cerebrum) so agent developers and users can build, onboard and execute agents via Web UI or a terminal UI. The README documents supported deployment modes including local and remote kernels, configuration details for API keys and model backends, installation requirements (Python 3.10–3.11), and runtime launch commands. The project also includes an experimental Rust scaffold for performance-focused components.