AgentFactory
Entry Point
AgentFactory.run()Builder Methods
.params(schema)
.params(schema).params(S.Struct({ model: S.String, temperature: S.Number })).listensTo(events)
.listensTo(events).listensTo([eventA, eventB])
.listensTo([eventC]) // now listens to A, B, and C.emits(events)
.emits(events).logic(fn)
.logic(fn).produce(params)
.produce(params)Type Safety
See Also
Last updated