#480 · Primary category: AI Coding Assistants

developer

the first library to let you embed a developer agent in your own app!

Project last updated:04/07/24

GitHub Stars

12.2K

Forks

1.1K

Contributors

21

License

MIT

Why we included this project

smol developer turns a plain-language spec into a working codebase. Give it a one-line product idea and it plans the files, names them, and writes source code for each one, then keeps you in the loop so you can paste errors back into the prompt and iterate. The same pipeline is importable as a Python package, so instead of running a one-off scaffold you can embed the plan-and-generate flow inside your own application. That library mode is the part most teams will care about, especially ones prototyping quickly or building tools that generate code for end users, because it exposes the underlying functions rather than locking you into a fixed starter template. There is also an Agent Protocol-compatible API, which is a useful reference if you are building your own coding-agent service.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category