You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent Serving — agent.serve() with HTTP, CLI, STDIO; composable features from agent composition (MCP, discovery). AgentRouter for multi-agent on one server.
MCP — syrin.MCP declarative server (@tool in class); syrin.MCPClient for remote MCP; .select(), .tools(); MCP in tools=[] auto-mounts /mcp.
Agent Discovery — A2A Agent Card at GET /.well-known/agent-card.json; auto-generated from agent metadata; multi-agent registry.
Web playground — enable_playground=True for chat UI; debug=True for observability (cost, tokens, traces per reply); supports single, multi-agent, pipeline.