Talk
Beginner

How I Built My Own AI Agents From Scratch

Review Pending

In this talk, we’ll learn to build our own custom AI Agent.

We’ll start by answering a few basic but important questions: What is an agent? How does it “think”? What do we mean by tools, models, and memory in this context? From there, we’ll go hands-on.

In this demo will use Agno, a full-stack open-source framework for building AI agents with tools, memory, and reasoning, and Streamlit for a minimal user interface. I’ll walk through how I created a custom agents using Agno:

  • Agents that are not just chatbots but also for scraping, analysis, automation, and domain-specific assistants that use external knowledge bases, depending on your needs.

  • How to choose a model

  • How to add tools (e.g. stock data, search APIs)

  • How to give the agent clear instructions

  • How to use memory or build a team of agents when needed

I’ll show live how everything connects together in the Streamlit app, from tool setup to the agent responding intelligently to real-world queries.

We’ll also discuss what can break (like bad tool responses, unclear goals), how to debug those issues, and what kinds of tasks agents are actually useful for.

This is not a high-level overview, it’s a grounded, hands-on session for anyone curious about building functional agents using opensource tools. If you've seen demos of “AI assistants” and wondered how they’re built, this talk will show you exactly that, with real code and zero marketing. You don’t need any prior experience with AI or ML, just a basic understanding of Python is enough to get started.

  • What it means to “build an AI agent”

  • How to define tools, tasks, and goals for agents

  • A working example you can build and extend on your own

  • Common mistakes people make when building agents, and how to avoid them

  • How to stay in control of what your agent does

Tutorial about using a FOSS project

0 %
Approvability
0
Approvals
0
Rejections
1
Not Sure

On reading this description, it makes more sense to be on workshop rather than talk.

Reviewer #1
Not Sure