Code Examples
This section provides links to the original source code files within the agentic-playground
repository that are referenced throughout the workshop modules.
Note: It is recommended to browse the code directly in your cloned repository or on GitHub for the full context and latest versions.
Day 1
- Module 1: Basics (
src/01-basics/
) - Module 2: Multimodal Models (
src/02-multimodal-models/
) - Module 3: Complex Data (
src/03-complex-data/
)
Day 2
- Module 4: Complex Problems (
src/04-complex-problems/
) - Module 5: Single Agent (
src/05-single-agent/
) - Module 6: Human-in-the-Loop (
src/06-human-in-the-loop/
)
Day 3
- Module 7: Multi-Agent Collaboration (
src/07-multi-agent-collaboration/
) - Module 8: Society of Agents (
src/08-society-of-agents/
)