]>
| description | Fullstack framework for building agent workflows |
| last change | Mon, 11 Aug 2025 18:51:24 +0000 (14:51 -0400) |
| URL | https://andrewgundersen.net/repos/agent-framework |
Fullstack framework tailored for agent workflows
Features include:
Document tools and models with new docstring protocol
doc.py, crud.py, order.py
Auto dependency injection (no enforced repo structure)
link.py, serve.py
UI template definition along side models
order.py
General comments on design:
Requests come in at serve.py
They are routed to server depending on subdomain (route.py)
Server routes are collected on boot and available globally
Repo structure is flexible which is great for dev satisfaction
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
``` cd src/
python3 main.py ```
See it build various routes, runners, and handlers, as well as start the webserver
| 2025-08-11 | Andrew Gundersen | init commit main | commit | commitdiff | tree | snapshot (tar.gz zip tar.bz2) |
| 11 months ago | main | shortlog | log | tree |