An open API service indexing awesome lists of open source software.

https://github.com/readytensor/rt-agentic-ai-cert-alternative-frameworks

Code and lessons for Module 4 – Section 1 of the Agentic AI Developer Certification Program by Ready Tensor, covering alternative agentic frameworks and tools for agentic AI.
https://github.com/readytensor/rt-agentic-ai-cert-alternative-frameworks

Last synced: 9 months ago
JSON representation

Code and lessons for Module 4 – Section 1 of the Agentic AI Developer Certification Program by Ready Tensor, covering alternative agentic frameworks and tools for agentic AI.

Awesome Lists containing this project

README

          

# Ready Tensor Agentic AI Certification – Alternative Agentic Frameworks

Welcome to **Module 4 – Section 1: Alternative Frameworks & Tools** of the [Agentic AI Developer Certification Program](https://app.readytensor.ai/publications/HrJ0xWtLzLNt) by Ready Tensor.

This optional module introduces emerging tools, frameworks, and SDKs beyond the core technologies covered in the main curriculum. Learn how to orchestrate agents using Crew AI, n8n, AutoGen, and more — with practical examples and hands-on walkthroughs.

> 🧪 This module is currently in progress. New lessons and code examples will be added soon.

---

## 📚 Lessons in This Repository

### Lesson 1 – [OpenAI Python SDK: Quickstart Tutorial with Code Examples](https://app.readytensor.ai/publications/iyQlDcuqY6kW)

Learn how to use the official OpenAI Python SDK to build AI features without heavy frameworks. You’ll install the SDK, configure your API key securely, and call core capabilities like chat, embeddings, and vision. Along the way, you'll explore when raw SDK usage is ideal—and when to consider layering on orchestration tools.

### Lesson 2 - [OpenAI Agents SDK Tutorial: Building Autonomous Multi-Agent AI Systems](https://app.readytensor.ai/publications/5hubr48CnmGH)

In this article, you’ll get a friendly, hands-on guide to building AI agents with the **OpenAI Agents SDK**. You’ll learn how to make agents that can **think, act, use tools, follow rules, delegate tasks, and remember context** - basically, AI that actually gets things done. By the end, you’ll be ready to create practical, intelligent applications for text, code, or even multi-modal workflows, all in a smooth and approachable way.

- **Coming soon:** Crew AI, n8n, AutoGen, Pydantic AI & more

---

## Repository Structure

```txt
rt-agentic-ai-cert-alternative-frameworks/
├── code/ # Code examples and scripts for each lesson
├── lessons/ # Markdown files for written lesson content
├── data/ # Sample input data or config files
├── .gitignore
├── README.md # You are here
└── requirements.txt # Python dependencies
```

---

## License

This project is licensed under the CC BY-NC-SA 4.0 License – see the [LICENSE](LICENSE) file for details.