Documentation
¶
Index ¶
- func NewAgent(options ...agent.Option) (*agent.Agent, error)
- func WithGuardrails(guardrails interfaces.Guardrails) agent.Option
- func WithLLM(llm interfaces.LLM) agent.Option
- func WithMemory(memory interfaces.Memory) agent.Option
- func WithOrgID(orgID string) agent.Option
- func WithTools(tools ...interfaces.Tool) agent.Option
- func WithTracer(tracer interfaces.Tracer) agent.Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithGuardrails ¶
func WithGuardrails(guardrails interfaces.Guardrails) agent.Option
WithGuardrails sets the guardrails for the agent
func WithMemory ¶
func WithMemory(memory interfaces.Memory) agent.Option
WithMemory sets the memory for the agent
func WithTools ¶
func WithTools(tools ...interfaces.Tool) agent.Option
WithTools sets the tools for the agent
func WithTracer ¶
func WithTracer(tracer interfaces.Tracer) agent.Option
WithTracer sets the tracer for the agent
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.