DAGent is a small open-source project on GitHub for developers who already have Python code and want to turn it into an AI agent. It treats your functions as nodes in a directed acyclic graph, so a language model can move through them in a structured order.
This makes it a lightweight option for experimenting with agents without rewriting your codebase. It is free to use, and the source is available to read, fork and adapt.