The fastest way to install and get started is to install the CLI:
curl -fsSL https://agentuity.sh | sh
Visit https://agentuity.com/ to learn more about Agentuity and create a free account or sign up in the CLI after installation.
Visit https://agentuity.dev to view the full documentation.
The Agentuity community can be found on GitHub Discussions where you can discuss ideas, give feedback and share your projects with others.
To chat with other community members you can join the Agentuity Discord server.
The structure of this mono repository:
packages/auth- Agentuity unified Authentication packagepackages/cli- the Agentuity command line toolpackages/core- Shared utilities used by most packagespackages/drizzle- Drizzle ORM integration with resilient PostgreSQL connectionspackages/evals- Reusable Evaluation Presetspackages/frontend- Reusable code for web frontendspackages/opencode- Opencoder agent plugins for Agentuitypackages/postgres- Resilient PostgreSQL client with automatic reconnectionpackages/react- React package for the Browserpackages/runtime- Server-side package for the Agent runtimepackages/schema- Schema validation library similar to zod and arktypepackages/server- Runtime-agnostic server-side SDK (Node.js & Bun)packages/test-utils- Internal test utilities that can be used by packagespackages/vscode- VS Code extension for Agentuitypackages/workbench- Workbench UI component
Each package is its own published npm package but all packages are versioned and published together.
bun installbun run buildRun the following to do a cycle of lint, typecheck, format and test:
bun allFor development workflow verification, ensure all commands run successfully before creating a PR.
To use the SDK in development mode with an existing project outside this repo:
./scripts/link-local.sh /path/to/your/projectThis script builds all packages, creates tarballs, and installs them in your target project. After linking, run bun run build or bun run dev in your project to rebuild with the local SDK changes.
See the LICENSE for more information about the license to this project. The code is licensed under the Apache-2 License.
