Show HN: Better Agent – A composable AI agent framework in TypeScript
I built this TypeScript agent framework to make it easier to build AI agents that are type-safe end-to-end (client to server). It also lets you package common runtime behavior as plugins and reuse them across agents, like auth, rate limits, and sandbo…