Quick Start
Build your first OpenSIN agent in 5 minutes.
Step 1: Start the CLI
bash
cd OpenSIN-Code
npm startStep 2: Send Your First Query
The OpenSIN-Code CLI provides an interactive REPL. Simply type your query and the agent loop will execute:
> Research the latest AI trends in 2026The agent will:
- Analyze your query
- Use available tools (web search, file read/write, bash)
- Iterate until the task is complete
- Return a structured response
Step 3: Use Agent Delegation
For complex tasks, delegate to background agents:
> Create a research agent to analyze AI trends and write a reportWhat's Next?
- Agent Basics — Learn agent fundamentals
- Team Orchestration — Coordinate multiple agents
- A2A Protocol — Agent-to-Agent communication