Show HN: Cellular-engine – ready-to-use backend for building coding agents
1 vincor-qc 0 7/12/2025, 11:20:51 PM github.com ↗
I've been playing around with building specialized programming agents recently, and found that there weren't many useful libraries that provided a solid backend for out of the box development.
So I built a general purpose backend for building coding agents here: https://github.com/vincent-qc/cellular-engine
The project is built on top of the gemini-cli, and exposes its backend as an express integration. We provide engine() and stream(), which abstracts exposing the gemini agent, and streaming it across an API, respectively.
Would love your feedback and questions!
No comments yet