Working on my own agentic environment that focuses on short lived agents and sandboxing. Agents are short lived and are spawned by the planner you're interacting with. This way models with low temp settings can focus on a single task, don't overflow, and produce actually good and readable code.
Only supports Go, specifically, due to unified formatting, codestyle, testing methodologies, core packages etc. Saves tons of tokens for system prompts to use Go.
Currently working on the summarizer agent and the requirements specifications, because I want to have the specifications check for valid Go syntax (using the upstream parser and ast package).
Warning, here be dragons: