Skip to content

This is a catolog of projects that I'm building using agentic AI

Notifications You must be signed in to change notification settings

ljtron/AgenticAICatalog

Repository files navigation

AI agents catalog

Description

Welcome to the Agent Lab! :)

This repository will serve as a growing collection of AI agents I’ve built, tested, and explored. My goal is to break down how each one works, where the core ideas come from, and how you can build on them yourself—whether you're brand new to AI or just starting to explore the world of agentic systems.

I'll do my best to make everything approachable, with clear explanations, real-world examples, and practical tips. If you're curious about what agentic AI is or want to start creating your own autonomous agents, you're in the right place.

How to Run

This repo will use ADK as the primary agent development kit, so in order to follow along with this repo you need to install the google-adk package.

SETUP

spin up the python virtual environment

    source generateVenv.sh

start the virtual environment

    source activateVenv.sh

install packages

    make download

freeze the packages your using

    make freeze

EXECUTION

    adk run NAME_OF_Agent

Projects

About

This is a catolog of projects that I'm building using agentic AI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published