Documentation / @agentick/agent / AgentConfig
Type Alias: AgentConfig ​
AgentConfig =
Omit<AgentProps,"children">
Defined in: create-agent.ts:26
Configuration for creating an agent without writing JSX (Level 0).
Accepts all AgentProps except children (use createApp + <Agent> for that). Pass to createAgent() to get a working App without writing components.