Documentation
README
Writing Managed-Agent Provider Integrations
Use this checklist when adding a new managed-agent runtime provider.
Files
- Add SDK protocol mapping under
src/sdk/agents/. - Add or update the gateway provider adapter under
src/managed_agents/providers/. - Add runtime credentials and runtime ids under
src/managed_agents/providers/base.rsandsrc/http/agent_runtimes.rs. - Add contract tests in
tests/managed_agents_sdk.rs. - Add gateway tests in
tests/managed_agents_support/flows.rswhen HTTP routes are involved.
SDK Contract
This is the opening of the README. Read the full README on GitHub.