forked from cleveragents/cleveragents-core
1.4 KiB
1.4 KiB
API Reference
This section documents the public Python API of the cleveragents package.
Each page covers one top-level module or sub-package, listing its exported
classes, functions, and exceptions with signatures and usage examples.
Module Index
| Module | Description |
|---|---|
cleveragents.core |
Exception hierarchy, error handling, retry patterns, async cleanup |
cleveragents.a2a |
Agent-to-Agent (A2A) protocol facade, transport, models, and events |
cleveragents.actor |
Actor registry, configuration, loader, and compiler |
cleveragents.skills |
Skill framework — schema, protocol, registry, discovery, and inline executor |
cleveragents.tool |
Tool runtime, lifecycle, registry, router, and container executor |
cleveragents.mcp |
Model Context Protocol (MCP) adapter, client, registry, and sandbox |
cleveragents.resource |
Resource schema, handlers, and type-inheritance system |
cleveragents.config |
Application settings, logging, metrics, and security scanning |
cleveragents.tui |
Interactive Terminal UI — app, persona system, input routing, slash commands, session export/import |
Note: Internal modules (prefixed with
_) and implementation details not listed in a module's__all__are considered private and may change without notice.