LeetAgent
Learning how to build AI agents
Patrick Tibbetts
What is this?
The goal of LeetAgent is to create a website similar to LeetCode. The core difference is that LeetAgent will teach the user how to create AI agents and teach them how to use to Agno framework. This can be used by anybody with a basic knowledge of Python and it can help them develop skills to eventually make their own AI agents from scratch. By the end of this OI the goal is to have a website that has a large amount of information about how AI agents are made along with maybe 2-3 examples that the user can test.
Prior Knowladge
Before this studio I have built AI agents before. More specifically over the summer I had an internship where I worked on building AI agents and pairing them with LLMs to create synthetic traces (Logs of chats). From this I gained experience using frameworks like Agno, Pydantic, and Langgraph. From using these frameworks I found Agno was the easiest to learn and implement so I decided that was the best one to teach first.
Precedents
Initial Research
Initially I was looking into what made LeetCode good at teaching people how to code. Some of the important parts of LeetCode that contributed to learning was the instant feedback, the clear guides, and the ability to talk to others and see how they solved the issues. From this I though that the most important thing that I could do was give clear guides of how to create agents and how they can be used.
Who
Flowchart
What's next
- Setup more demos
- Setup feedback for demos
- Buy Claude tokens
- User testing
- Setup login and saving
Feedback