Overview
Wildcard Bridge
Wildcard Bridge enables LLMs to load, parse, and run agents.json
.
The full source for the Bridge is available on Github.
- A developer connects their agent with an
agents.json
file. - The relevant chain(s) are chosen by the agent and arguments populated for a given task.
- Bridge runs the chain(s).
The goal experience is a developer adds an agents.json
file in their workflow and the correct set of actions for an integration is executed. Bridge supports adding Basic, ApiKey, and Bearer authentication to requests.