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
- Host: GitHub
- URL: https://github.com/volfpeter/agentic-ai-intro
- Owner: volfpeter
- License: mit
- Created: 2026-05-23T13:55:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T15:01:24.000Z (2 months ago)
- Last Synced: 2026-05-30T17:03:53.611Z (2 months ago)
- Language: Python
- Homepage: https://volfpeter.github.io/agentic-ai-intro/
- Size: 3.97 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.