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

https://github.com/volfpeter/agentic-ai-intro

Introduction to agentic AI
https://github.com/volfpeter/agentic-ai-intro

Last synced: 18 days ago
JSON representation

Introduction to agentic AI

Awesome Lists containing this project

README

          

# Introduction to Agentic AI

Last updated: 2026-06-01

## Slides

The slides are written with [Slidev](https://sli.dev/), they are in `slides.md`.

To run, build, or export the slides, you first need to install the project's dependencies with `npm install`, followed by `npm run dev`, `npm run build`, or `npm run export`.

## Practice

The `practice/` folder contains a pre-configured Python environment and agent configuration to get you experiment quickly. See the readme in that folder for more information.