# AgentUse ## Docs - [Agent Design Patterns](https://docs.agentuse.io/guides/agent-design-patterns.md): Best practices for building production-ready AgentUse agents - [CI/CD](https://docs.agentuse.io/guides/cicd.md) - [Context Management](https://docs.agentuse.io/guides/context-management.md): How AgentUse manages conversation context efficiently - [Creating Agents](https://docs.agentuse.io/guides/creating-agents.md): Define AI agents in markdown and run on cron, CI/CD, or serverless - [Learning](https://docs.agentuse.io/guides/learning.md): Extract insights from executions and apply them in future runs - [Manager Agents](https://docs.agentuse.io/guides/manager-agents.md): Orchestrate teams of agents with delegation, tracking, and scheduling - [Model Configuration](https://docs.agentuse.io/guides/model-configuration.md): Configure AI providers and models for your agents - [Plugins](https://docs.agentuse.io/guides/plugins.md) - [Remote Agents](https://docs.agentuse.io/guides/remote-agents.md): Run agents directly from URLs - [Sandbox](https://docs.agentuse.io/guides/sandbox.md): Run agent commands in an isolated Docker container - [Scheduled Agents](https://docs.agentuse.io/guides/schedule.md): Run agents on a recurring schedule using cron expressions or intervals - [Self-Hosting](https://docs.agentuse.io/guides/self-hosting.md): Run AgentUse in Docker for local development or production deployment - [Session logs](https://docs.agentuse.io/guides/session-logs.md) - [Skills](https://docs.agentuse.io/guides/skills.md) - [Store](https://docs.agentuse.io/guides/store.md): Persistent data storage for tracking work items across agent runs - [Sub-Agents](https://docs.agentuse.io/guides/subagents.md): Compose agents that can delegate to other agents - [Webhooks](https://docs.agentuse.io/guides/webhooks.md): Trigger agents via HTTP using the serve API - [Installation](https://docs.agentuse.io/installation.md): Install AgentUse and start deploying autonomous agents - [Introduction](https://docs.agentuse.io/introduction.md): Autonomous agents that work without you - define in markdown, run on cron, CI/CD, or serverless - [Quick Start](https://docs.agentuse.io/quickstart.md): Deploy your first autonomous agent in 5 minutes - [Agent Syntax Reference](https://docs.agentuse.io/reference/agent-syntax.md): Complete syntax guide for AgentUse agent files - [Built-in Tools](https://docs.agentuse.io/reference/builtin-tools.md): Configuration reference for built-in filesystem and bash tools - [CLI Commands](https://docs.agentuse.io/reference/cli-commands.md): Complete reference for all AgentUse CLI commands - [Configuration Files](https://docs.agentuse.io/reference/configuration-files.md): User-facing files and directories that configure AgentUse - [Environment Variables](https://docs.agentuse.io/reference/environment-variables.md): Environment variables used by AgentUse - [Model Reference](https://docs.agentuse.io/reference/models.md): Recommended AI models for AgentUse - [Session Storage](https://docs.agentuse.io/reference/session-storage.md): Storage structure and data schemas for session logs - [Variables](https://docs.agentuse.io/reference/variables.md): Variable placeholders available in AgentUse agent files