Skip to content

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:

  1. 01-setup-and-quickstart.md
  2. 02-basic-run-stream-session.md
  3. 03-tools-permissions-skills-mcp.md
  4. 04-agents-swarm-memory-workspace.md
  5. 05-testing-troubleshooting-cheatsheet.md
  6. 06-build-a-complete-clean-agent.md
  7. 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:

  1. Read 01-setup-and-quickstart.md.
  2. Run npm run example:actoviq-quickstart.

If you want a full clean-SDK project walkthrough, jump to:

Advanced notes:

Released under the MIT License.