Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 509 Bytes

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.