meshagent-openai
.
toolkits: used to specify local toolkits for the agent. While it’s generally recommended to register toolkits with the room so any agent or user can use them, sometimes you need each agent to have it’s own instance of a toolkit, for instance with synchorized document authoring.
rules: a set of rules that the task runner should use while executing. Rules are used to guide the behavior of the agent with system or developer prompts (optional).
max_iterations: the maximum number of iterations of the planning loop (optional).
tool_adapter: a custom tool adapter to use to transform tool responses into context messages (optional).