API Reference
Components
You can use built-in Components to start composing your Agent.
<Agent>
Learn how to use the Agent Component to lay out the foundation of your Agent.
<Prompt>
Learn how to use the Prompt Component to have your Agent think.
<Conversation>
For each conversation of your agent.
<Action>
Define actions your Agent can perform.
<ActionModifier>
Intercept and modify agent action handling.
<Perception>
The <Perception /> Component allows the Agent to perceive and react to real-world events.
<PerceptionModifier>
Intercept and modify agent perception handling.
<Uniform>
Generate metadata for each action.