Expand description
Agent definition — define_agent / AgentProfile.
Mirrors Flue’s defineAgent / defineAgentProfile from
@flue/runtime. Composes a model with tools, skills, a sandbox, and
instructions into a runnable Agent.
Structs§
- Agent
- A runnable agent: a profile plus the resolved runtime handle.
- Agent
Builder - Incremental builder used inside
define_agent. - Agent
Profile - A fully-resolved agent profile.
- Agent
Spec - A declarative, serializable agent specification.
Functions§
- define_
agent - Build an
Agentfrom a closure that configures anAgentSpec-like profile, mirroring Flue’sdefineAgent(() => ({ ... })).