Toolkits
Connecting agents to your other systems so they can look things up and act during a conversation.
A toolkit is a connection to a system outside Auron, exposing a set of tools an agent can call. It is what turns an agent from something that talks about your business into something that can check it.
Adding one
A toolkit is registered with a title and the details of the connection. Once it is connected, Auron lists the tools that connection makes available, so you can see what an agent attached to it would be able to do before you attach it.
Toolkits are listed together and filterable by name, and can be edited or removed later.
Attaching one to an agent
A toolkit does nothing until it is attached to an agent, in the Toolkits section of the agent's configuration. Attach only what that agent needs; an agent with access to a system it never uses is a risk with no benefit.
What agents do with them
During a session, an agent can use its toolkits to look up authoritative data rather than guess, and to act where the connection allows it. Anything it does this way shows up in the session's trace, so it is visible after the fact.
Credentials
Connection secrets belong in Secrets rather than in the toolkit description, so they can be rotated in one place.