{
  "markdown": "<picture>\n  <source\n    media=\"(prefers-color-scheme: dark)\"\n    srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F5476444e54ee4a958966c90caca468e3\"\n  />\n  <source\n    media=\"(prefers-color-scheme: light)\"\n    srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F7628600bc10a4940b78f42c5df7628b0\"\n  />\n  <img\n    alt=\"Agent-Native: The agentic application framework\"\n    src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F7628600bc10a4940b78f42c5df7628b0\"\n  />\n</picture>\n\n# Agent-Native\n\nAgent-Native is an open-source TypeScript framework for building agents that pair autonomous work with a purpose-built UI. Define each capability once as an [action](https://agent-native.com/docs/actions-overview): the agent uses it as a tool, and the UI calls it from code.\n\n## Quick start\n\n```bash\nnpx @agent-native/core@latest create my-agent --standalone --template chat\n```\n\nFollow the [getting started guide](https://agent-native.com/docs/getting-started) for a full intro to the framework.\n\n## Why build agents with UIs?\n\nCoding agents work with more than a text box. Their environment provides context, tools, files, tests, and previews that make their capabilities and results visible.\n\nKnowledge work needs that same kind of environment. A UI shows what an agent can do and gives people familiar ways to inspect, edit, approve, and share its work.\n\n## How Agent-Native works\n\n- **[Shared actions](https://agent-native.com/docs/actions-overview).** The agent calls each capability as a tool, and the UI calls it from code. Both paths use the same validation, permissions, and implementation.\n- **[Shared data](https://agent-native.com/docs/server-database).** Work done by the agent appears in the UI, and work done in the UI is available to the agent.\n- **[Shared application state](https://agent-native.com/docs/context-awareness).** The agent receives relevant UI state, such as the current page, selected record, or active view.\n\nThe agent does not click through the UI. It works through the same action layer as the UI.\n\n### Example: a shared action\n\nCreate `actions/hello.ts`:\n\n```ts\nimport { defineAction } from \"@agent-native/core/action\";\nimport { z } from \"zod\";\n\nexport default defineAction({\n  description: \"Return a friendly greeting.\",\n  schema: z.object({\n    name: z.string().default(\"world\").describe(\"Name to greet\"),\n  }),\n  http: { method: \"GET\" },\n  run: async ({ name }) => {\n    return { message: `Hello, ${name}!` };\n  },\n});\n```\n\nThe agent receives `hello` as a tool. React calls the same function with `useActionQuery(\"hello\", { name: \"Alex\" })`. Agent-Native also exposes it through HTTP, MCP, A2A, and the CLI.\n\n## Included\n\n- **[Agent chat](https://agent-native.com/docs/agent-surfaces):** Let people delegate work, ask questions, and review results in the same UI.\n- **[Authentication and permissions](https://agent-native.com/docs/authentication):** Control who can access and change shared work.\n- **[Skills and memory](https://agent-native.com/docs/agent-resources):** Give agents reusable expertise and persistent context.\n- **[Automations](https://agent-native.com/docs/automations):** Run agent work on schedules or events.\n- **[Agent teams](https://agent-native.com/docs/agent-teams):** Delegate work to specialist agents in the same workspace or across connected agents.\n- **[PostgreSQL backend](https://agent-native.com/docs/server-database):** Use PostgreSQL in production and PGlite for local development on any Nitro-compatible host.\n\nBring your LLM, SQL database, tools, and infrastructure. Everything you build stays yours.\n\nSee Agent-Native in action:\n\nhttps://github.com/user-attachments/assets/ef51644b-6506-46d8-8083-0af7b7e5b65c\n\n<br />\n\n## Open-source agents\n\nStart from one of these agents or use it as an example for your own.\n\n<br />\n\n<table>\n<tr>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Clips**\n\n<a href=\"https://agent-native.com/apps/clips/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F4dc9c87b9a224132855e1cb68cd89f9e?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F462fdb643d5d403a8c54540c5c3292f6?format=webp&width=800\" alt=\"Clips app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nRecord and understand meetings, screens, and voice notes.\n\n<br />\n\n</td>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Design**\n\n<a href=\"https://agent-native.com/apps/design/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F072f66a3e360464fb48617670ceee46f?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fc9f693f170294bde8ebc733cff368af9?format=webp&width=800\" alt=\"Design app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nGenerate and refine interactive designs.\n\n<br />\n\n</td>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Slides**\n\n<a href=\"https://agent-native.com/apps/slides/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F710f5b7586cc41deaa0e6f8de658a499?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F6223a64717a04931a6f509696019f48b?format=webp&width=800\" alt=\"Slides app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nCreate and edit on-brand presentations.\n\n<br />\n\n</td>\n</tr>\n<tr>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Analytics**\n\n<a href=\"https://agent-native.com/apps/analytics/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fba632b39758d448594f7e5d2403e5d0f?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F976ea93771b64b9e8c1b3eb12e606e07?format=webp&width=800\" alt=\"Analytics app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nAsk questions of your data and build dashboards.\n\n<br />\n\n</td>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Calendar**\n\n<a href=\"https://agent-native.com/apps/calendar/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F91d4c18d256b49e6bca24c23ce90a4f2?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F8d9d48bb2f1d498f9601ac28c64edd4c?format=webp&width=800\" alt=\"Calendar app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nFind time, schedule events, and manage bookings.\n\n<br />\n\n</td>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Mail**\n\n<a href=\"https://agent-native.com/apps/mail/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F216aaef9859144ffa3eb9498fa1132da?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F064aee3ec5cd44879b9c186f63a6d6f4?format=webp&width=800\" alt=\"Mail app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nPrioritize email, draft replies, and follow up.\n\n<br />\n\n</td>\n</tr>\n<tr>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Assets**\n\n<a href=\"https://agent-native.com/apps/assets/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fde445dd867744e9bac5d3e5d04c903b2?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fac5701f0871f4edbb06fa9cdb12b166e?format=webp&width=800\" alt=\"Assets app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nCreate and organize on-brand media.\n\n<br />\n\n</td>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Content**\n\n<a href=\"https://agent-native.com/apps/content/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fa9f30380b03b4fd1a7d2ab371ddfd798?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F979f792c79834470a513a9d9b733dd84?format=webp&width=800\" alt=\"Content app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nDraft, organize, and publish content.\n\n<br />\n\n</td>\n<td width=\"33%\" align=\"center\" valign=\"top\">\n\n<br />\n\n**Plans**\n\n<a href=\"https://agent-native.com/apps/plan/\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fe89439e917044fc9ac9663737e35bf1f?format=webp&width=800\">\n<img src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F98427229c8c84c30afee56172503c294?format=webp&width=800\" alt=\"Plans app screenshot\" width=\"100%\">\n</picture>\n</a>\n\nCreate and review visual plans with diagrams, wireframes, and prototypes.\n\n<br />\n\n</td>\n</tr>\n</table>\n\nExplore the [full app gallery](https://agent-native.com/apps), or start with the [framework guide](https://agent-native.com/docs/getting-started).\n\n## Documentation and community\n\n- Read the [documentation](https://agent-native.com/docs).\n- Join [Discord](https://discord.gg/qm82StQ2NC) to ask questions, share what you're building, and get help.\n\n## Contributing\n\nWorking on this repository itself? See [DEVELOPMENT.md](./DEVELOPMENT.md) for local setup, workspace structure, and guard scripts.\n\n## License\n\nMIT\n",
  "bytes": 9458,
  "sha": "2c38200c261a39f358d919cc133d47496c7a2a8576f858affb866557673d7b88",
  "repo_slug": "builderio/agent-native",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_builderio_agent_native_slides_f9d48f4a/readme"
}