# Corvus ## Docs - [corvus agent](https://mintlify.wiki/dallay/corvus/api/cli/agent.md): Start the AI agent loop - [CLI Commands](https://mintlify.wiki/dallay/corvus/api/cli/commands.md): Complete command reference for the Corvus CLI - [corvus daemon](https://mintlify.wiki/dallay/corvus/api/cli/daemon.md): Start long-running autonomous runtime - [corvus gateway](https://mintlify.wiki/dallay/corvus/api/cli/gateway.md): Start the webhook server - [Environment Variables](https://mintlify.wiki/dallay/corvus/api/config/environment.md): Configuration via environment variables - [Configuration Schema](https://mintlify.wiki/dallay/corvus/api/config/schema.md): Complete reference for config.toml - [Channel Trait](https://mintlify.wiki/dallay/corvus/api/traits/channel.md): Core trait for messaging platform integrations - [Memory Trait](https://mintlify.wiki/dallay/corvus/api/traits/memory.md): Core trait for memory backend implementations - [Provider Trait](https://mintlify.wiki/dallay/corvus/api/traits/provider.md): Core trait for AI model providers - [RuntimeAdapter Trait](https://mintlify.wiki/dallay/corvus/api/traits/runtime.md): Core trait for runtime environment adapters - [Tool Trait](https://mintlify.wiki/dallay/corvus/api/traits/tool.md): Core trait for agent capabilities and tools - [Architecture Overview](https://mintlify.wiki/dallay/corvus/architecture.md): High-level system architecture and component interactions in Corvus - [Channel Configuration](https://mintlify.wiki/dallay/corvus/configuration/channels.md): Configure messaging platform integrations for Telegram, Discord, Slack, WhatsApp, and more - [Memory Configuration](https://mintlify.wiki/dallay/corvus/configuration/memory.md): Configure memory backends, embedding providers, and hybrid search settings - [Configuration Overview](https://mintlify.wiki/dallay/corvus/configuration/overview.md): Learn how to configure Corvus AI agent framework using TOML configuration files - [Provider Configuration](https://mintlify.wiki/dallay/corvus/configuration/providers.md): Configure AI model providers, API keys, and custom endpoints for Corvus - [Security Configuration](https://mintlify.wiki/dallay/corvus/configuration/security.md): Configure gateway security, autonomy levels, runtime sandboxing, and access controls - [Custom Channel](https://mintlify.wiki/dallay/corvus/extend/custom-channel.md): Build a custom messaging channel - [Custom Memory Backend](https://mintlify.wiki/dallay/corvus/extend/custom-memory.md): Build a custom memory storage backend - [Custom Provider](https://mintlify.wiki/dallay/corvus/extend/custom-provider.md): Build a custom AI model provider - [Custom Tool](https://mintlify.wiki/dallay/corvus/extend/custom-tool.md): Build a custom agent tool - [Example: Telegram Channel](https://mintlify.wiki/dallay/corvus/extend/examples/channel.md): Complete Telegram bot integration - [Example: Ollama Provider](https://mintlify.wiki/dallay/corvus/extend/examples/provider.md): Complete Ollama local LLM integration - [Example: HTTP GET Tool](https://mintlify.wiki/dallay/corvus/extend/examples/tool.md): Complete HTTP request tool implementation - [Extension Overview](https://mintlify.wiki/dallay/corvus/extend/overview.md): Build custom providers, channels, tools, and memory backends - [CLI Channel](https://mintlify.wiki/dallay/corvus/guides/channels/cli.md): Use Corvus agent via command-line interface - [Discord Channel](https://mintlify.wiki/dallay/corvus/guides/channels/discord.md): Set up and configure Discord bot for Corvus agent - [Channels Overview](https://mintlify.wiki/dallay/corvus/guides/channels/overview.md): Learn about Corvus channels for multi-platform agent communication - [Telegram Channel](https://mintlify.wiki/dallay/corvus/guides/channels/telegram.md): Set up and configure Telegram bot for Corvus agent - [WhatsApp Channel](https://mintlify.wiki/dallay/corvus/guides/channels/whatsapp.md): Set up WhatsApp Business Cloud API for Corvus agent - [Deployment](https://mintlify.wiki/dallay/corvus/guides/deployment.md): Deploy Corvus to production with native binary, Docker, or systemd service - [AIEOS Identity Standard](https://mintlify.wiki/dallay/corvus/guides/identity/aieos.md): AI Entity Object Specification v1.1 for portable AI identity - [Embeddings](https://mintlify.wiki/dallay/corvus/guides/memory/embeddings.md): Vector embeddings for semantic memory search - [Memory System Overview](https://mintlify.wiki/dallay/corvus/guides/memory/overview.md): Full-stack hybrid search engine for long-term agent memory - [SQLite Memory Backend](https://mintlify.wiki/dallay/corvus/guides/memory/sqlite.md): Production-grade local memory with hybrid vector + keyword search - [SurrealDB Memory Backend](https://mintlify.wiki/dallay/corvus/guides/memory/surrealdb.md): Graph-based memory with native vector search and relationships - [Observability](https://mintlify.wiki/dallay/corvus/guides/observability.md): Logging, metrics, and OpenTelemetry support for monitoring Corvus - [Anthropic Provider](https://mintlify.wiki/dallay/corvus/guides/providers/anthropic.md): Configure and use Claude models (Sonnet, Opus, Haiku) in Corvus with prompt caching - [Custom Providers](https://mintlify.wiki/dallay/corvus/guides/providers/custom.md): Configure custom OpenAI-compatible and Anthropic-compatible endpoints in Corvus - [OpenAI Provider](https://mintlify.wiki/dallay/corvus/guides/providers/openai.md): Configure and use OpenAI models (GPT-4o, o1, o3-mini) in Corvus - [AI Providers Overview](https://mintlify.wiki/dallay/corvus/guides/providers/overview.md): Learn about the 30+ AI providers supported by Corvus and how to switch between them - [Gateway Security](https://mintlify.wiki/dallay/corvus/guides/security/gateway.md): Pairing mechanism, bearer token authentication, and network restrictions - [Security Overview](https://mintlify.wiki/dallay/corvus/guides/security/overview.md): Security-first architecture and defense-in-depth approach - [Sandbox Runtimes](https://mintlify.wiki/dallay/corvus/guides/security/sandbox.md): Docker isolation, native runtime security, and Linux sandboxing - [Browser Tool](https://mintlify.wiki/dallay/corvus/guides/tools/browser.md): Web automation with Brave browser and domain allowlisting - [File Operations](https://mintlify.wiki/dallay/corvus/guides/tools/file-operations.md): Read and write files with path validation and sandboxing - [Memory Tools](https://mintlify.wiki/dallay/corvus/guides/tools/memory.md): Store, recall, and manage long-term agent memory - [Tools Overview](https://mintlify.wiki/dallay/corvus/guides/tools/overview.md): Built-in tools and capabilities for the Corvus agent runtime - [Shell Tool](https://mintlify.wiki/dallay/corvus/guides/tools/shell.md): Execute shell commands with security sandboxing - [Troubleshooting](https://mintlify.wiki/dallay/corvus/guides/troubleshooting.md): Common issues and solutions for Corvus - [Installation](https://mintlify.wiki/dallay/corvus/installation.md): Install Corvus via npm, cargo, or binary download across all major platforms - [Introduction](https://mintlify.wiki/dallay/corvus/introduction.md): Welcome to Corvus - A reactive, always-on AI agent framework for long-running orchestration workloads - [Quickstart](https://mintlify.wiki/dallay/corvus/quickstart.md): Get your first Corvus agent running in under 5 minutes - [Runtime Model](https://mintlify.wiki/dallay/corvus/runtime-model.md): Understanding Corvus execution environments and sandboxing - [Security Model](https://mintlify.wiki/dallay/corvus/security-model.md): Understanding Corvus security layers, threat model, and best practices - [Trait System](https://mintlify.wiki/dallay/corvus/trait-system.md): Understanding Corvus's trait-based extensibility architecture