Skip to main content

Module agent

Module agent 

Source

Structs§

DebuggableClient
Newtype wrapper so that UltrafastClient can implement Debug.
MicroAgent
A fully-configured agent ready to generate responses or run conversations.
MicroAgentBuilder
Builder for MicroAgent.
SkillsTool
Built-in tool that loads skill instructions at runtime.

Enums§

MicroAgentBuilderError
Errors that can occur while configuring or building a MicroAgent.
SupportedProvider
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.