| hide |
|
|---|
Each tutorial is a hands-on, end-to-end walkthrough of the full AgentOps loop, evaluate, ship, observe, and operate, on one kind of agent. Pick the one that matches how your agent runs. They all teach the same sandbox to PR gate story, so once you finish one, the others will feel familiar.
Not sure which fits? If your agent is authored and hosted in Foundry as a
prompt referenced by name:version, start with the prompt agent tutorial. If
Foundry runs your agent code as a hosted runtime behind an endpoint, use the
hosted agent tutorial. If your agent runs as an HTTP service you operate behind
a URL, use the HTTP agent tutorial.
Start the prompt agent tutorial :material-arrow-right:{ .md-button--pill }
Start the hosted agent tutorial :material-arrow-right:{ .md-button--pill }
Start the HTTP agent tutorial :material-arrow-right:{ .md-button--pill }
More tutorials are on the way. If there is a scenario you want covered, open an issue in the repository.