Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ maheshmurag:
name: Mahesh Murag
website: https://github.com/maheshmurag
avatar: https://avatars.githubusercontent.com/u/5667029?v=4
mnifzied-create:
name: Zied Mnif
website: https://github.com/mnifzied-create
avatar: https://github.com/mnifzied-create.png
markn-ant:
name: Mark Nowicki
website: https://github.com/markn-ant
Expand Down
11 changes: 11 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,3 +796,14 @@
categories:
- Claude Managed Agents
- Evals
- title: Build a minimal tool-use agent loop from scratch
description: Implement the core agent loop by hand with the Anthropic SDK — call
the model, run the tools it requests (including several in one turn), feed the
results back, and repeat until it stops.
path: tool_use/minimal_agent_loop.ipynb
authors:
- mnifzied-create
date: '2026-06-04'
categories:
- Tools
- Agent Patterns
Loading