BuilderIO/agent-native: A framework for building agent-native applications.
Why CEREBRO kept it
Agent-native application framework; viral AI framework.
The text below is an automated extraction of the article at https://github.com/BuilderIO/agent-native, stored verbatim in the public cerebro-vault repository. Copyright remains with the original publisher (github.com).
Agent-Native is an open-source framework for building robust agents that act inside real apps, not just chat next to them. It gives you primitives for product-grade agentic software: shared actions, SQL-backed state, identity, tools, skills, jobs, observability, and UI surfaces that all work together. Bring your own database, hosting provider, model stack, and app code. // One action powers UI, agent, HTTP, MCP, A2A, and CLI. export default defineAction({ schema: z.object({ emailId: z.string(), body: z.string(), }), run: async ({ emailId, body }) => { await db.insert(replies)
Backlinks
Appeared in 2 briefings