6 ms·
I'm building Echos(https://github.com/treadiehq/echos https://github.com/treadiehq/echos), a platform that gives you pre-built AI agents so you can stop rebuild
by lexokoh 10mo ago
I'm building Echos(https://github.com/treadiehq/echos https://github.com/treadiehq/echos), a platform that gives you pre-built AI agents so you can stop rebuilding orchestrators, database agents, and retry logic every time.
Sort of built this because every time I build a multi-agent system, I spend 2-3 weeks creating the same infrastructure: orchestrators that route tasks, database agents with SQL guardrails, retry logic, loop limiting, and cost tracking. Then another week of debugging when things break. I wanted to ship features, not plumbing.
Most frameworks are bulky and complex. You just want pre-built components you can compose like AWS services.
I'd love your feedback.