You'll master more advanced techniques for building agents, including designing more complex tools, orchestrating agent collaboration, and creating a system where multiple agents work together to solve complex tasks.
Overview
Syllabus
- Unit 1: Designing a Todo Agent
- Extending Agent Actions
- Create Todos API Interface
- Complete the Code to Finalize Agent Logic
- Implement Todos Agent from Scratch
- Unit 2: Enhancing Todo API Agent
- Update the Tasks Using the Agent
- Verify the Actions of the Agent
- Implement the POST Action
- Implement the PUT and DELETE Actions
- Master CRUD Operations with Todo API
- Unit 3: Orchestrating Agent Workflows
- Modify User Input for Tasks
- Implement the Manager Agent
- Implement Conversation Loop