Overview
Last updated
Last updated
The AIOS-Agent SDK (Cerebrum) provides a structured interface between user device applications and the AIOS kernel through different functional modules.
All queries from these modules are ultimately channeled through a central send_request(Query)
function in the AIOS-Agent SDK, which then communicates with the AIOS kernel via HTTP requests (either to localhost or a remote URL).
On the user device side, the agent contains code snippets for planning, action, memory, and storage that interact with their respective modules through the Cerebrum Client interface. This creates a clean separation between the application logic and the kernel communication layer. Please make sure you have read about how to use and develop agents before going deep into these APIs.
The SDKs contain the following APIs: