# ARKOS Documentation ## Docs - [Create Chat Completion](https://arkos.mintlify.app/api-reference/endpoint/create.md): Send messages to an ARKOS agent - [Delete Agent](https://arkos.mintlify.app/api-reference/endpoint/delete.md): Remove an ARKOS agent and its associated memory - [Get Agent Status](https://arkos.mintlify.app/api-reference/endpoint/get.md): Retrieve the current status of an ARKOS agent - [Webhook Events](https://arkos.mintlify.app/api-reference/endpoint/webhook.md): Receive real-time notifications about agent events - [API Reference](https://arkos.mintlify.app/api-reference/introduction.md): ARKOS API endpoints for agent interaction and management - [Architecture Overview](https://arkos.mintlify.app/architecture/overview.md): Understanding ARKOS's modular architecture and design principles - [Development Setup](https://arkos.mintlify.app/development/setup.md): Complete guide to setting up your ARKOS development environment - [Testing Guide](https://arkos.mintlify.app/development/testing.md): Comprehensive testing strategy for ARKOS with pytest - [ARKOS - Introduction](https://arkos.mintlify.app/introduction.md): Automated Resource Knowledgebase Operating System - An open-source interface for local LLM agent building with long-term memory - [Agent Module Overview](https://arkos.mintlify.app/modules/agent/overview.md): Intelligent agent orchestration with state machine and tool integration - [Base Module Overview](https://arkos.mintlify.app/modules/base/overview.md): FastAPI server with OpenAI-compatible API and CLI interface - [Memory Module Overview](https://arkos.mintlify.app/modules/memory/overview.md): Dual-tier persistent memory system with PostgreSQL and vector search - [Model Module Overview](https://arkos.mintlify.app/modules/model/overview.md): AsyncOpenAI-based LLM interface for SGLANG and OpenAI-compatible endpoints - [State Module Overview](https://arkos.mintlify.app/modules/state/overview.md): YAML-configurable state machine for conversation flow management - [Tool Module Overview](https://arkos.mintlify.app/modules/tool/overview.md): MCP-compatible tool system for extensible agent capabilities - [Quick Start](https://arkos.mintlify.app/quickstart.md): Get up and running with ARKOS in minutes ## OpenAPI Specs - [openapi](https://arkos.mintlify.app/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/SGIARK/arkos) - [Documentation](https://arkos.dev) - [Community](https://github.com/SGIARK/arkos/discussions)