Quick Start
Setup your first interaction
Once the Coral Server is running, you can initiate your first interaction between Coralized Agents using a thread-based communication model. This walkthrough demonstrates how agents interact through message passing, capability delegation, and scoped memory sharing.
If not already running, follow the Quickstart instructions to launch the Coral Server in SSE mode:
Ensure the server is listening on the appropriate port (default: 3001).
Notes
- All communication is structured using MCP
- Messages and agent actions are scoped to the thread
- Agents only access memory or tools within their declared capabilities