Context
There's no guided tutorial for new users. The README gives an overview but doesn't walk someone through the full experience. A step-by-step tutorial is the most effective onboarding tool for open source projects.
Proposed: docs/GETTING_STARTED.md
Tutorial Flow
- Start Intuno locally —
docker-compose up + make dev
- Create an account — register via auth API, get JWT token
- Build a simple agent — minimal FastAPI app with a
/invoke endpoint
- Register it with Intuno —
POST /registry/agents with name, description, endpoint, input schema
- Discover it —
POST /registry/discover with a natural language query, verify semantic search finds it
- Invoke it through the broker —
POST /broker/invoke and see the response + audit log
- Try MCP — connect Claude Desktop or Cursor to Intuno's MCP endpoint, discover and invoke the agent
- Create a multi-agent task —
POST /tasks with a goal, watch the orchestrator plan and execute
- Next steps — links to API docs, example agents, deployment guide
Requirements
- Should be completable in under 30 minutes
- All commands should be copy-pasteable
- Include expected output/responses at each step
Context
There's no guided tutorial for new users. The README gives an overview but doesn't walk someone through the full experience. A step-by-step tutorial is the most effective onboarding tool for open source projects.
Proposed:
docs/GETTING_STARTED.mdTutorial Flow
docker-compose up+make dev/invokeendpointPOST /registry/agentswith name, description, endpoint, input schemaPOST /registry/discoverwith a natural language query, verify semantic search finds itPOST /broker/invokeand see the response + audit logPOST /taskswith a goal, watch the orchestrator plan and executeRequirements