DEV Community

Cover image for Full Opensource AI-Agent to learn and integrate
Stepan Rutz
Stepan Rutz

Posted on

Full Opensource AI-Agent to learn and integrate

https://github.com/srutz/cagent

Cagent is a coding-agent ... a TypeScript implementation of an autonomous agent framework that can interact with language models, execute tools, and perform tasks based on user input.

It is free, opensource and MIT Licensed, so you can do with it as you like.

It designed to be simple and modular. Also it is meant to be a starting point for including it into your own projects. Think of shadcn approach and copy it into your projects, just like I do.

Running it like this will show you how tools actually work from an LLM-Perpective:

cagent --verbose list files in current dir

Top comments (0)