xiang dbf241d403 fix: Resolve log_mode issue in aios_starter() function (#274) 1 天之前
..
context 2af126990c update README in subfolders 3 月之前
core ee2953beeb Hub Deploy (#237) 1 月之前
hooks ec965cfbc6 replace iterative response listener with event signal (#265) 1 周之前
llm_core fd6810aeeb fix agent dependencies and add verification of Query and Response (#263) 2 周之前
memory 82f5152a9b feat: add travel planner agent (#201) 2 月之前
scheduler ec965cfbc6 replace iterative response listener with event signal (#265) 1 周之前
sdk d30573213a fix sdk adapter (#268) 1 周之前
storage 2af126990c update README in subfolders 3 月之前
utils dbf241d403 fix: Resolve log_mode issue in aios_starter() function (#274) 1 天之前
README.md 2af126990c update README in subfolders 3 月之前
__init__.py 6ae8ec336f v0.0.1 (#149) 3 月之前
command_executor.py 875345eca0 [feat] Transcription Agent example! (#213) 2 月之前
command_parser.py 6ae8ec336f v0.0.1 (#149) 3 月之前

README.md

aios/

This folder contains the internal implementation of AIOS.

command_executor.py
command_parser.py

are helper utilities that transfer the command to the agent of the requested command.

Base Implementations

The structure of this code contains a number of base implementations which are subclassed and extended for each use case. For example, the BaseLLMKernel class provides an abstract implementation of the kernel for others to implement.

For more information, enter the subdirectories.