Actoviq Agent SDK Tutorial
This tutorial is a practical, step-by-step guide to the current SDK. It is organized so you can start with a working chat bot, then add tools, skills, sessions, MCP, and memory as needed.
Recommended reading order:
- 01-setup-and-quickstart.md
- 02-basic-run-stream-session.md
- 03-tools-permissions-skills-mcp.md
- 04-agents-swarm-memory-workspace.md
- 05-testing-troubleshooting-cheatsheet.md
- 06-build-a-complete-clean-agent.md
- 07-workflow-orchestration.md
The main execution path is createAgentSdk(). Use it for all product and application code.
If you only want to get moving quickly:
- Read 01-setup-and-quickstart.md.
- Run
npm run example:actoviq-quickstart.
If you want a full clean-SDK project walkthrough, jump to:
Advanced notes:
buddyanddreamare documented inside the existing advanced chapters instead of being split into separate nav pages.- See 04-agents-swarm-memory-workspace.md for both.