# OrcBot ## Docs - [Deployment](https://docs.orcbot.buzzchat.site/advanced/deployment.md): Production deployment options for OrcBot including Docker, daemon mode, and monitoring - [Multi-Agent Orchestration](https://docs.orcbot.buzzchat.site/advanced/multi-agent.md): Spawn worker agents for parallel task execution with real-time coordination - [RAG Knowledge Store](https://docs.orcbot.buzzchat.site/advanced/rag-knowledge.md): Ingest documents and perform semantic search with vector embeddings - [Security](https://docs.orcbot.buzzchat.site/advanced/security.md): Security features, safe mode, admin permissions, and best practices for production deployment - [Testing](https://docs.orcbot.buzzchat.site/advanced/testing.md): Testing strategies, running tests, and ensuring quality in OrcBot development - [orcbot daemon](https://docs.orcbot.buzzchat.site/api/cli/daemon.md): Manage the OrcBot daemon process with status checks and graceful shutdown - [orcbot gateway](https://docs.orcbot.buzzchat.site/api/cli/gateway.md): Start the OrcBot web gateway server for REST API and WebSocket remote management - [orcbot push](https://docs.orcbot.buzzchat.site/api/cli/push.md): Queue tasks for the OrcBot agent with priority levels - [orcbot run](https://docs.orcbot.buzzchat.site/api/cli/run.md): Start the OrcBot autonomous agent loop with daemon and background modes - [orcbot ui](https://docs.orcbot.buzzchat.site/api/cli/ui.md): Interactive terminal UI dashboard for managing OrcBot agent, skills, memory, and connections - [Channel Configuration](https://docs.orcbot.buzzchat.site/api/config/channels.md): Configure Telegram, WhatsApp, Discord, Slack, and Email channels - [LLM Provider Configuration](https://docs.orcbot.buzzchat.site/api/config/llm-providers.md): Configure OpenAI, Google Gemini, AWS Bedrock, OpenRouter, and Ollama - [Configuration Reference](https://docs.orcbot.buzzchat.site/api/config/reference.md): Complete reference for all OrcBot configuration options - [Security Configuration](https://docs.orcbot.buzzchat.site/api/config/security.md): Configure safeMode, admin permissions, API keys, and plugin security - [Browser Automation](https://docs.orcbot.buzzchat.site/api/skills/browser.md): Low-level browser automation with stealth mode, CAPTCHA handling, and vision-based navigation - [Channel Messaging](https://docs.orcbot.buzzchat.site/api/skills/channels.md): Multi-channel communication with Telegram, WhatsApp, Discord, Slack, and email - [File Operations](https://docs.orcbot.buzzchat.site/api/skills/files.md): Read, write, and manage files with line range support and workspace sandboxing - [Memory & Learning](https://docs.orcbot.buzzchat.site/api/skills/memory.md): Semantic memory, user profiles, RAG knowledge store, and autonomous learning - [Multi-Agent Orchestration](https://docs.orcbot.buzzchat.site/api/skills/orchestration.md): Spawn agents, delegate tasks, and coordinate parallel work - [Skills Overview](https://docs.orcbot.buzzchat.site/api/skills/overview.md): Complete overview of OrcBot's 40+ core skills organized by category - [Scheduling & Automation](https://docs.orcbot.buzzchat.site/api/skills/scheduling.md): Task scheduling, heartbeat automation, and event-driven polling - [Shell & Code Execution](https://docs.orcbot.buzzchat.site/api/skills/shell.md): Execute system commands, run TypeScript/Python code, and manage dependencies - [Web Search Skills](https://docs.orcbot.buzzchat.site/api/skills/web-search.md): Multi-provider web search with API + browser fallback, article extraction, and HTTP utilities - [Agent Loop (ReAct)](https://docs.orcbot.buzzchat.site/concepts/agent-loop.md): The iterative reasoning loop that powers OrcBot's autonomous decision-making - [System Architecture](https://docs.orcbot.buzzchat.site/concepts/architecture.md): OrcBot's multi-layer architecture with channels, memory, decision pipeline, and skill execution - [Decision Pipeline](https://docs.orcbot.buzzchat.site/concepts/decision-pipeline.md): The guardrails system that validates, filters, and optimizes LLM decisions before execution - [Memory System](https://docs.orcbot.buzzchat.site/concepts/memory-system.md): Multi-tier memory architecture with short-term, episodic, long-term, and vector memory - [Skills System](https://docs.orcbot.buzzchat.site/concepts/skills-system.md): Extensible tool registry with core skills, dynamic plugins, and SKILL.md agent skills - [Autonomy & Smart Heartbeat](https://docs.orcbot.buzzchat.site/guides/autonomy.md): Configure intelligent autonomous behavior with productivity tracking, exponential backoff, and context-aware actions - [Configuration](https://docs.orcbot.buzzchat.site/guides/configuration.md): Configure OrcBot with YAML files, environment variables, and hot-reload settings - [Discord Channel Setup](https://docs.orcbot.buzzchat.site/guides/discord.md): Set up Discord bot integration with server management, slash commands, and attachment handling - [Hardware & Robotics Integration](https://docs.orcbot.buzzchat.site/guides/hardware-robotics.md): Integrate OrcBot with physical hardware, robots, and IoT devices using bridge architectures and safety patterns - [Custom Plugins](https://docs.orcbot.buzzchat.site/guides/plugins.md): Create hot-loadable TypeScript plugins to extend OrcBot with custom skills and capabilities - [Telegram Channel Setup](https://docs.orcbot.buzzchat.site/guides/telegram.md): Set up your Telegram bot using Telegraf and configure rich interactions with buttons, polls, and reactions - [Web Gateway](https://docs.orcbot.buzzchat.site/guides/web-gateway.md): Set up the web gateway for REST API access, WebSocket events, and remote management - [WhatsApp Channel Setup](https://docs.orcbot.buzzchat.site/guides/whatsapp.md): Set up WhatsApp integration using Baileys library with QR code pairing and multi-device support - [Installation](https://docs.orcbot.buzzchat.site/installation.md): Complete installation guide for OrcBot on all platforms with detailed setup instructions - [Introduction to OrcBot](https://docs.orcbot.buzzchat.site/introduction.md): A production-ready strategic AI agent with autonomous reasoning, multi-modal intelligence, and self-healing capabilities - [Quick Start](https://docs.orcbot.buzzchat.site/quickstart.md): Get OrcBot running in 5 minutes with this step-by-step guide