Kai Mei ec965cfbc6 replace iterative response listener with event signal (#265) 1 week ago
..
context 2af126990c update README in subfolders 3 months ago
core ee2953beeb Hub Deploy (#237) 1 month ago
hooks ec965cfbc6 replace iterative response listener with event signal (#265) 1 week ago
llm_core fd6810aeeb fix agent dependencies and add verification of Query and Response (#263) 2 weeks ago
memory 82f5152a9b feat: add travel planner agent (#201) 2 months ago
scheduler ec965cfbc6 replace iterative response listener with event signal (#265) 1 week ago
sdk fd5266c87e feat: metagpt adapter (#230) 1 month ago
storage 2af126990c update README in subfolders 3 months ago
utils a6a7401c37 Refactor thread to enable track of ID (#241) 1 month ago
README.md 2af126990c update README in subfolders 3 months ago
__init__.py 6ae8ec336f v0.0.1 (#149) 3 months ago
command_executor.py 875345eca0 [feat] Transcription Agent example! (#213) 2 months ago
command_parser.py 6ae8ec336f v0.0.1 (#149) 3 months ago

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.