I've set out to build a new low-level DSL called agtx... any requested features?
Hello everyone,
I've officially started building .agtx which is a new low-level, declarative language designed specifically for building, routing, and sandboxing AI agents with zero boilerplate.
The goal is to completely ditch the heavy OOP wrappers and massive config files (looking at you, langchain). Instead, everything is declared inline using native primitives. And It will compile down to plain JS under the hood.
I'm currently about to start, the goal is to make a coding agent possible in under 10 lines of code...
My question to you is: what features would you want to see?
Let me know what you think!