Structs§
- Debuggable
Client - Newtype wrapper so that
UltrafastClientcan implementDebug. - Micro
Agent - A fully-configured agent ready to generate responses or run conversations.
- Micro
Agent Builder - Builder for
MicroAgent. - Skills
Tool - Built-in tool that loads skill instructions at runtime.
Enums§
- Micro
Agent Builder Error - Errors that can occur while configuring or building a
MicroAgent. - Supported
Provider - Supported LLM providers.
Constants§
- BASE_
SYSTEM_ PROMPT - Base system prompt injected into every conversation.
- GLOBAL_
SKILLS_ PATH - Path alias for the global skills directory (resolved at runtime).
- SKILLS_
PATH - Relative path to the project-local skills directory.
- SKILLS_
TOOL_ NAME - Name of the built-in skill-loading tool exposed to the LLM.