EdgyCoder/frameworkless-agent-demo
0
Frameworkless Agent Demo
A Python project demonstrating the use of various libraries for building AI-powered applications.
Prerequisites
- uv (package manager)
Usage
Makefile Commands (Recommended)
This Application uses Make for simplified project management. Make provides a convenient way to run common development tasks without remembering complex commands. Simply run make <command> to execute various project operations like setup, testing, linting, and more.
Available commands can be viewed by running:
make help