📄️ DextoAgent API
Complete API reference for the main DextoAgent class. This is the core interface for the Dexto Agent SDK.
📄️ MCPManager
The MCPManager is a powerful, standalone utility for managing Model Context Protocol (MCP) servers. It allows you to connect, manage, and interact with multiple MCP servers in your own applications without needing the full Dexto agent framework.
📄️ Events Reference
Complete event system documentation for monitoring and integrating with Dexto agents.
📄️ SDK Types for TypeScript
Type definitions and interfaces for the Dexto Agent SDK for TypeScript.
📄️ AgentManager API
The AgentManager class provides registry-based agent lifecycle management. It loads agent configurations from a registry file and creates agent instances programmatically.
📄️ Config Utilities
Utilities for loading and enriching agent configurations from YAML files. These functions are the building blocks for programmatic agent management.
📄️ AgentFactory API
The AgentFactory namespace provides static methods for agent creation, installation, and management. Use these functions to create agents from inline configs, install agents from the bundled registry, install custom agents, and manage installed agents.