Build AI agents using the Agentuity platform through three progressive demos. Start with SDK fundamentals, work through storage and data persistence, and finish with multi-agent orchestration.
During the workshop: Follow along with the live coding demo, ask questions, and see patterns in action.
Self-paced: Clone the repo, work through the TODOs in each demo, and reference the solutions/ folder when needed.
Learn the fundamentals of agent development including request handling, response formatting, structured logging, and accessing agent context.
What you'll build: A foundational agent demonstrating the request-response-context lifecycle
Key topics: Request parsing, response formats, logging, agent metadata, DevMode debugging
Explore all three Agentuity storage types through a practical documentation Q&A system that fetches content, indexes it for search, and generates contextual answers.
What you'll build: A docs Q&A agent using Object, Vector, and KV storage
Key topics: Object storage with public URLs, vector semantic search, KV state tracking, streaming responses
Master multi-agent orchestration, AI Gateway integration, and structured output validation through a story competition system where multiple AI models compete and receive structured evaluation.
What you'll build: A multi-agent story competition with structured evaluation
Key topics: Agent communication, AI Gateway, Zod validation, LLM-as-a-judge pattern, structured output orchestration
- Bun 1.2.4 or higher
- Agentuity CLI and account - See the getting started guide
This workshop uses TypeScript with Bun as the runtime.
Workshop attendees: No setup required - just follow along and ask questions.
Self-paced:
git clone https://github.com/agentuity/workshops.git
cd workshops/01-sdk-basics
bun install
agentuity devOpen the agent file and follow the TODOs. Check solutions/ when needed.
- Documentation: agentuity.dev
- JavaScript SDK Reference: JavaScript SDK
- Discord Community: Join our Discord
Check out the Kitchen Sink project for an interactive playground covering every SDK feature. Watch the walkthrough video for a guided tour.