{"name":"Bioinformatics Agent API","description":"AI agent for bioinformatics analysis, chat, and tool execution","version":"1.0.0","service":"agent","endpoints":[{"path":"/api/health","method":"GET","description":"Health check endpoint"},{"path":"/api/query","method":"POST","description":"Query the bioinformatics agent"},{"path":"/api/query/debug","method":"POST","description":"Query the agent with debug output"},{"path":"/api/query/session","method":"POST","description":"Query the agent with session-based memory"},{"path":"/api/query/stream","method":"GET","description":"Stream agent processing in real-time using SSE"},{"path":"/api/query/stream-session","method":"POST","description":"Stream agent processing with session support"},{"path":"/api/tools","method":"GET","description":"Get available tools and plugins"},{"path":"/api/tools/:toolId/execute","method":"POST","description":"Execute a specific tool"},{"path":"/api/conversations/recent","method":"GET","description":"Get recent conversations (requires userId param)"},{"path":"/api/conversations/:sessionId","method":"GET","description":"Get specific conversation (requires userId param)"},{"path":"/api/raw-sequence","method":"POST","description":"Legacy NCBI endpoint (deprecated)"}]}