# agiresearch/aios

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/agiresearch-aios).**

5,168 stars · 703 forks · Python · other

## Links

- GitHub: https://github.com/agiresearch/AIOS
- Homepage: https://docs.aios.foundation
- awesome-repositories: https://awesome-repositories.com/repository/agiresearch-aios.md

## Description

AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and tool execution for multiple autonomous AI agents. It serves as a comprehensive framework for developing and deploying agents, featuring a dedicated resource manager that coordinates model backends, GPU memory, and isolated kernel instances.

The system distinguishes itself through a semantic memory engine that uses vector search and autonomous clustering for long-term knowledge management, and a semantic file system that allows users to control computer files and system operations via natural language. It also implements a virtualization layer for multi-kernel scheduling and provides a compatibility layer to run agents developed in third-party frameworks.

Broad capabilities include a unified model provider interface for routing requests across cloud and local backends, a tool orchestrator for executing external functions with structured JSON output, and secure virtual machine sandboxing for system interactions. The project also provides mechanisms for agent and tool distribution through remote hubs and a command-line interface for local testing and management.

## Tags

### Artificial Intelligence & ML

- [Agentic LLM Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-llm-frameworks.md) — Implements a comprehensive platform for developing and deploying autonomous agents with native SDKs and compatibility layers.
- [Agent Orchestration Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/autonomous-agents/agent-orchestration-frameworks.md) — Implements a comprehensive orchestration kernel and SDKs for building and managing the lifecycle of autonomous AI agents. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents))
- [Multi-Agent Orchestration Systems](https://awesome-repositories.com/f/artificial-intelligence-ml/multi-agent-orchestration-systems.md) — Coordinates collaborative AI agents that communicate and share tasks through a centralized orchestration kernel.
- [Semantic Memory Managers](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/ai-agents/user-preference-management/semantic-memory-managers.md) — Implements a cognitive storage system using vector search and autonomous clustering for long-term agent knowledge management.
- [Long-term Memory Stores](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/memory-management-systems/long-term-memory-stores.md) — Provides persistent storage mechanisms to retain context and logs across multiple agent sessions and interactions. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/overview.md))
- [Agent Backend Managers](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/orchestration-engines/ai-agent/agent-backend-managers.md) — Provides a virtualization layer to manage model backends, GPU memory, and isolated kernel instances for agent execution.
- [Agent-to-Agent Communication](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-communication-protocols/agent-to-agent-communication.md) — Provides standardized protocols for autonomous agents to exchange messages and requests for collaborative task execution. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/post-api.md))
- [Agent Memory Maintenance](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-memory-maintenance.md) — Implements automated background processes to evolve and adapt agent knowledge bases over time. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/memory.md))
- [Agent Memory Persistence](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-memory-persistence.md) — Implements architectures to maintain long-term state and continuity for AI agents across different sessions. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/overview.md))
- [Agent Orchestration Systems](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-orchestration-systems.md) — Features an orchestration kernel that coordinates memory, resource scheduling, and tool execution for multiple autonomous agents.
- [Agent Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-orchestrators.md) — Manages a resource orchestration kernel that coordinates model cores, memory, and storage for agents regardless of their location. ([source](https://docs.aios.foundation/aios-docs/getting-started/installation))
- [Agent Session Management](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-session-management.md) — Saves and restores session state using text or logits to allow agents to resume tasks. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/context.md))
- [Agent Task Execution](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-task-execution.md) — Executes agents from local paths or remote hubs to perform specific assigned tasks. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-use-agent.md))
- [Agent Configuration Schemas](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/configuration-and-specifications/agent-configuration-schemas.md) — Uses standardized schemas to define agent identity, metadata, and dependencies. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents.md))
- [Custom Tool Definitions](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/tool-definitions-and-registration/custom-tool-definitions.md) — Provides frameworks for defining custom tool logic and interaction formats that language models can execute. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/tool-api/how-to-develop-tools.md))
- [Agent Tool Execution](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/tool-use-and-execution/agent-tool-execution.md) — Invokes external functions and tools to extend agent capabilities beyond simple text generation. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-native-sdk.md))
- [Agent Tool Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/tool-use-and-execution/agent-tool-integrations.md) — Integrates tool specifications so models can select and trigger appropriate functions based on the conversation context. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/llm-cores/vllm-backend.md))
- [Autonomous Organization](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/memory-context-systems/agent-memory-architectures/agent-memory-managers/autonomous-organization.md) — Saves textual information into a cognitive system that autonomously organizes data for better retrieval. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/memory-api/create_agentic_memory.md))
- [Cognitive Clustering](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/memory-context-systems/agent-memory-architectures/agent-memory-managers/cognitive-clustering.md) — Stores information with dynamic linking and retention scores to support autonomous cognitive clustering. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/memory-api.md))
- [Model Provider Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/model-integration-serving/ai-model-orchestration/model-provider-integrations.md) — Connects to a variety of cloud APIs and local model weights through a unified provider interface. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/context.md))
- [Model Request Routing](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-model-clients/model-request-routing.md) — Routes requests across multiple local and cloud model backends using a unified interface for optimization.
- [LLM Tooling Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/artificial-intelligence-tooling/language-model-integrations/llm-tooling-integrations.md) — Connects language models to external functions and APIs to execute actions and retrieve structured data.
- [External Tool Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/external-service-integrations/external-knowledge-integrators/external-tool-integrations.md) — Connects AI agents to external functional modules and utilities to extend their operational capabilities. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/overview.md))
- [Model Provider Configurations](https://awesome-repositories.com/f/artificial-intelligence-ml/model-provider-configurations.md) — Provides settings for selecting models and managing credentials for external AI model providers. ([source](https://docs.aios.foundation/aios-docs/getting-started/quickstart/use-webui.md))
- [Tool-Using Agents](https://awesome-repositories.com/f/artificial-intelligence-ml/tool-using-agents.md) — Instructs language models to execute tools using specific specifications to retrieve data or perform actions. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/llm-core-api/llm_call_tool.md))
- [Remote Agent Deployments](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/agent-deployment-frameworks/remote-agent-deployments.md) — Executes agents on remote machines to offload computation from resource-restricted local hardware. ([source](https://docs.aios.foundation/aios-docs/readme.md))
- [Structured Memory Operations](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/memory-management-systems/long-term-memory-stores/hybrid-short-and-long-term-memory/graph-structured-memory-apis/structured-memory-operations.md) — Provides structured create, read, update, and delete operations for memory data and metadata. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/memory-api.md))
- [Concurrent Agent Execution](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/orchestration-engines/ai-agent/multi-agent-coordination-systems/concurrent-agent-execution.md) — Facilitates concurrent communication between agents and services using asynchronous execution patterns and status tracking. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/syscalls.md))
- [Agent Deployment](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-deployment.md) — Sets up a management system to provision and configure isolated kernel instances and resources for agents. ([source](https://docs.aios.foundation/aios-docs/getting-started/installation))
- [Agent Hubs](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-deployment/agent-hubs.md) — Provides a central hub for uploading and distributing agent files and configurations. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-publish-agents.md))
- [Tool Hubs](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-deployment/tool-hubs.md) — Implements a central hub for searching and installing specialized data processing and API capabilities. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/tool-api.md))
- [Agent Framework Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-framework-integrations.md) — Uses a compatibility layer and adapters to run agents from third-party frameworks within its centralized kernel.
- [Namespace-Linked Storage](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-memory-storage/namespace-linked-storage.md) — Saves text-based information linked to agent namespaces with optional metadata for structured retrieval. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/memory-api/create_memory.md))
- [Agent Terminal Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-capabilities-skills-tooling/agent-tooling/agent-terminal-interfaces.md) — Implements a terminal interface that allows users to manage a semantic file system using natural language. ([source](https://cdn.jsdelivr.net/gh/agiresearch/aios@main/README.md))
- [Agent Discovery](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/autonomous-agents/ai-agent-builders/agent-discovery.md) — Enables discovery and listing of available agents from both local storage and remote repositories. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-use-agent.md))
- [Custom Agent Distributions](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/autonomous-agents/ai-agent-builders/custom-agent-distributions.md) — Bundles specialized agent configurations and tools into deployable packages for distribution via remote hubs.
- [Shared Tool Registries](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/development-runtime-environments/ai-agent-infrastructure/shared-tool-registries.md) — Provides a mechanism to upload locally developed tools to a community hub for distribution. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/tool-api.md))
- [Runtime Tool Instantiation](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-configuration-tools/ai-agent-registries/declarative-instantiation-tools/runtime-tool-instantiation.md) — Instantiates new tool capabilities into the system at runtime based on specific task requirements. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/tools.md))
- [Call Conflict Resolution](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/tool-use-and-execution/agent-tool-execution/call-conflict-resolution.md) — Loads available tools and resolves call conflicts through prioritization to ensure stable external function execution. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/overview.md))
- [Memory Tagging](https://awesome-repositories.com/f/artificial-intelligence-ml/contextual-data-providers/memory-tagging.md) — Associates keywords, tags, and timestamps with memory records to enable structured categorization and retrieval. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/memory/base-layer.md))
- [Conversation History Management](https://awesome-repositories.com/f/artificial-intelligence-ml/conversation-history-management.md) — Creates chat sessions and provides search capabilities over automatically saved conversation histories. ([source](https://docs.aios.foundation/aios-docs/getting-started/quickstart/use-webui.md))
- [Cross-Framework Compatibility Layers](https://awesome-repositories.com/f/artificial-intelligence-ml/cross-framework-compatibility-layers.md) — Deno Agent runs agents developed in third-party frameworks by initializing a compatibility layer for model calls. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-autogen.md))
- [Tool Hub Loading](https://awesome-repositories.com/f/artificial-intelligence-ml/external-tool-integrations/tool-hub-loading.md) — Imports and initializes functional tools from a centralized hub or local storage for agent use. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents.md))
- [Framework Adaptation SDKs](https://awesome-repositories.com/f/artificial-intelligence-ml/framework-adaptation-sdks.md) — Provides specialized SDKs and adapters to connect existing agent frameworks to a centralized orchestration kernel. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents.md))
- [Interactive Agent Chat Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/interactive-agent-chat-interfaces.md) — Provides an interactive chat interface for messaging specific agents and managing active conversation threads. ([source](https://docs.aios.foundation/aios-docs/getting-started/quickstart/use-webui.md))
- [Tool Version Installation](https://awesome-repositories.com/f/artificial-intelligence-ml/local-ai-execution-environments/local-tool-execution/tool-version-installation.md) — Downloads specific tool versions from a remote repository to the local system. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/tool-api.md))
- [Local Model Execution](https://awesome-repositories.com/f/artificial-intelligence-ml/local-model-execution.md) — Executes language models on local hardware utilizing a transformers library with GPU memory allocation controls. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/llm-cores/hugging-face-backend.md))
- [Provider Abstraction Layers](https://awesome-repositories.com/f/artificial-intelligence-ml/model-api-providers/provider-abstraction-layers.md) — Wraps multiple model instances in an abstraction layer to enable flexible switching between different providers. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/overview.md))
- [Model Selection Tools](https://awesome-repositories.com/f/artificial-intelligence-ml/model-selection-tools.md) — Selects the most appropriate model from a list based on task capability and cost requirements. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/llm-core-api.md))
- [Structured Output Generators](https://awesome-repositories.com/f/artificial-intelligence-ml/natural-language-code-generators/structured-generation-engines/structured-output-generators.md) — Processes prompts to generate strictly typed, machine-readable data formats including JSON and tool execution requests. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/llm-cores/litellm-compatible-backend.md))
- [Structured Output Enforcements](https://awesome-repositories.com/f/artificial-intelligence-ml/structured-output-enforcements.md) — Forces models to return responses in JSON format by injecting specific formatting instructions into the message history. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/llm-cores/hugging-face-backend.md))

### Data & Databases

- [Natural Language Memory Queries](https://awesome-repositories.com/f/data-databases/indexing-and-search/recall-optimization/conversation-memory-retrieval/natural-language-memory-queries.md) — Retrieves relevant stored information using natural language queries to provide context for agent decisions. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/memory-api/search_memories.md))
- [Agent Memory Management](https://awesome-repositories.com/f/data-databases/session-management/agent-memory-management.md) — Implements long-term storage and semantic search for agents to evolve knowledge over time.
- [Vector Memory Stores](https://awesome-repositories.com/f/data-databases/vector-memory-stores.md) — Implements a semantic memory engine using vector embeddings for long-term knowledge management and autonomous clustering.
- [Structured JSON Generation](https://awesome-repositories.com/f/data-databases/data-processing-pipelines/data-serialization/json-schema/structured-json-generation.md) — Forces language models to return structured data by injecting formatting instructions and JSON schemas into the message history.
- [LLM JSON Constraints](https://awesome-repositories.com/f/data-databases/json-schema-modeling/schema-validators/llm-json-constraints.md) — Implements mechanisms that force language models to generate valid JSON adhering to predefined schemas for structured data extraction. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/llm-cores/vllm-backend.md))
- [Sequential Task Processing](https://awesome-repositories.com/f/data-databases/task-queues/sequential-task-processing.md) — Processes tasks in linear arrival order with fixed timeouts to prevent system hangs. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/scheduler/fifoscheduler.md))
- [Memory Mergers](https://awesome-repositories.com/f/data-databases/vector-memory-stores/memory-optimized-storage/semantic-memory-generation/memory-mergers.md) — Consolidates duplicate semantic information and updates anchors to maintain a clean knowledge index. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/memory/agentic-memory-operations.md))
- [Vector Search](https://awesome-repositories.com/f/data-databases/vector-search.md) — Retrieves relevant memory blocks based on mathematical similarity in high-dimensional vector spaces. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/memory.md))

### Development Tools & Productivity

- [Agent Operational Settings](https://awesome-repositories.com/f/development-tools-productivity/command-line-configuration/agent-operational-settings.md) — Manages authentication keys and backend parameters for model providers via configuration files and command lines. ([source](https://docs.aios.foundation/aios-docs/getting-started/environment-variables-configuration.md))
- [LLM Tool Orchestration](https://awesome-repositories.com/f/development-tools-productivity/workflow-automation-tools/build-task-automation/llm-tool-orchestration.md) — Provides a managed interface for defining and executing external functional tools with structured JSON output enforcement.
- [CLI Agent Management](https://awesome-repositories.com/f/development-tools-productivity/cli-agent-management.md) — Provides a command-line interface for listing, downloading, and uploading agents and tools. ([source](https://docs.aios.foundation/aios-docs/getting-started/quickstart/use-terminal.md))
- [File Version Restorers](https://awesome-repositories.com/f/development-tools-productivity/cli-command-interpreters/natural-language-command-interpreters/file-version-restorers.md) — Reverts files to previous states using specific timestamps or version counts, allowing for operational rollbacks. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/storage/sto_rollback.md))
- [Natural Language Automation](https://awesome-repositories.com/f/development-tools-productivity/cross-platform-automation-frameworks/natural-language-automation.md) — Translates natural language terminal commands into concrete system operations and kernel interactions. ([source](https://docs.aios.foundation/aios-docs/getting-started/quickstart/use-terminal.md))
- [Tool Execution Contexts](https://awesome-repositories.com/f/development-tools-productivity/execution-context-management/execution-context-injectors/tool-execution-contexts.md) — Manages context switching and data flow to provide models with correct processing information. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/overview.md))
- [Natural Language File Managers](https://awesome-repositories.com/f/development-tools-productivity/natural-language-file-managers.md) — Translates natural language instructions from LLMs into concrete file system operations for automated data management. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/llm-core-api/llm_operate_file.md))
- [Tool Hub Publishing](https://awesome-repositories.com/f/development-tools-productivity/registry-publishing-tools/tool-hub-publishing.md) — Uploads tool logic and metadata to a remote repository for distribution and discovery. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/tool-api/how-to-develop-tools.md))

### Operating Systems & Systems Programming

- [Agent Kernel Virtualization](https://awesome-repositories.com/f/operating-systems-systems-programming/agent-kernel-virtualization.md) — Hosts multiple isolated kernel instances on one physical machine through resource scheduling and virtualization. ([source](https://docs.aios.foundation/aios-docs/readme.md))
- [Agent Resource Orchestration](https://awesome-repositories.com/f/operating-systems-systems-programming/agent-resource-orchestration.md) — Coordinates model cores, memory, and storage through an abstraction layer to execute agent applications. ([source](https://cdn.jsdelivr.net/gh/agiresearch/aios@main/README.md))
- [Kernel Resource Orchestrators](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-resource-orchestrators.md) — Coordinates model cores, memory, and storage through an abstraction layer to manage agent execution and lifecycle.
- [Semantic File Systems](https://awesome-repositories.com/f/operating-systems-systems-programming/semantic-file-systems.md) — Translates natural language model instructions into concrete file system operations and versioned storage actions.
- [Virtual Machines](https://awesome-repositories.com/f/operating-systems-systems-programming/virtualization-emulation/virtualization-platforms/virtualization-technologies/virtual-machines.md) — Executes system operations and computer interactions within isolated virtual machine sandboxes for security.

### Security & Cryptography

- [Agent Sandboxing Policies](https://awesome-repositories.com/f/security-cryptography/network-access-control/agent-sandboxing-policies.md) — Isolates agent execution environments using a virtual machine controller for safe system interaction. ([source](https://cdn.jsdelivr.net/gh/agiresearch/aios@main/README.md))
- [Group-Based Access Controls](https://awesome-repositories.com/f/security-cryptography/access-restrictions/group-based-access-controls.md) — Controls data permissions by assigning agents to privilege groups and verifying membership. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/access.md))
- [Execution Confirmation Hooks](https://awesome-repositories.com/f/security-cryptography/governance-policy-frameworks/compliance-governance/security-governance/action-approval-policies/execution-confirmation-hooks.md) — Intercepts irreversible operations to require human confirmation before execution. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/access.md))

### Software Engineering & Architecture

- [Unified Model Interfaces](https://awesome-repositories.com/f/software-engineering-architecture/unified-model-interfaces.md) — Provides a unified API that wraps multiple cloud APIs and local model weights for flexible backend switching.
- [Agent Framework Adapters](https://awesome-repositories.com/f/software-engineering-architecture/external-framework-bindings/agent-framework-adapters.md) — Executes agents built with external frameworks by initializing compatible types within its orchestration kernel. ([source](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents/develop-with-metagpt.md))

### System Administration & Monitoring

- [Multi-Kernel Scheduling](https://awesome-repositories.com/f/system-administration-monitoring/resource-scheduling/kernel-schedulers/multi-kernel-scheduling.md) — Runs independent kernel instances on one physical machine via virtualization and shared scheduling. ([source](https://cdn.jsdelivr.net/gh/agiresearch/aios@main/README.md))

### Part of an Awesome List

- [Memory Pattern Extraction](https://awesome-repositories.com/f/awesome-lists/ai/reasoning-frameworks/cognitive-reasoning-patterns/memory-pattern-extraction.md) — Processes stored information to extract insights and cognitive patterns for improved agent reasoning. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/memory.md))
- [Agent Frameworks](https://awesome-repositories.com/f/awesome-lists/ai/agent-frameworks.md) — Operating system designed specifically for AI agents.

### DevOps & Infrastructure

- [Task Schedulers](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/task-job-management/task-schedulers/os-scheduling-simulations/task-schedulers.md) — Distributes processing time across multiple tasks using a round-robin scheduling approach. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/scheduler/rrscheduler.md))

### Networking & Communication

- [Task Request Queuing](https://awesome-repositories.com/f/networking-communication/network-request-tools/task-request-queuing.md) — Manages request queues using first-come-first-served or round-robin strategies to coordinate task execution. ([source](https://docs.aios.foundation/aios-docs/aios-kernel/scheduler.md))

### Web Development

- [Standardized Tool Execution](https://awesome-repositories.com/f/web-development/third-party-api-integrations/model-tool-calls/standardized-tool-execution.md) — Provides a standardized protocol for executing external tools based on model decisions and receiving consistent results. ([source](https://docs.aios.foundation/aios-docs/aios-agent-sdk/tool-api.md))
