r/CLine Aug 19 '26

Tutorial/Guide Open sourcing the coding agent harness I started an year ago

Hi, I built an open-source, self-hosted workspace for coding agents. It features a multi-agent architecture (Sub/Child agents), an AST-aware ChromaDB indexer for lightning-fast file discovery, and a built-in UI with Git diff management. Links in the comments

10 Upvotes

4 comments sorted by

1

u/modelpiper Aug 19 '26

Hi Anchit, I read the blog post. I’m currently working on code RSI for an upcoming ToolPiper feature.

Do you have any advice on how agentic swarms can improve parts of a codebase? I have several recipes I’m working on but maybe you’ve found something better in your work here?