agent-native-framework
Installation
SKILL.md
Agent-Native Framework
Skill by ara.so — AI Agent Skills collection.
Agent-Native is an open-source framework for building robust agents that act inside real apps, not just chat next to them. It provides primitives for product-grade agentic software: shared actions, SQL-backed state, identity, tools, skills, jobs, observability, and UI surfaces.
Installation
Create a New Project
npx @agent-native/core@latest create my-app
cd my-app
pnpm install
pnpm dev