{"name":"Knowledge Agent","description":"Grounded RAG agent for uploaded company knowledge.","version":"1.0.0","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"Knowledge Agent Chat Input","required":["message"],"properties":{"message":{"type":"string","title":"Question","description":"Ask a grounded question about the uploaded knowledge base.","minLength":1,"maxLength":4000},"conversationHistory":{"type":"array","title":"Conversation History","description":"Optional prior user/assistant turns for client-side continuity.","items":{"type":"object","required":["role","content"],"properties":{"role":{"type":"string","enum":["user","assistant"]},"content":{"type":"string","minLength":1}}}}}},"_links":{"self":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/"},"upload":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/documents/upload","method":"POST","title":"Upload a knowledge document"},"chat":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/chat","method":"POST","title":"Ask a grounded question (streams SSE)"},"search":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/search","method":"POST","title":"Search knowledge evidence"},"evidenceExtract":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/evidence-extract","method":"POST","title":"Extract structured evidence for tender workflows"},"workbenchSearch":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/workbench-search","method":"POST","title":"Search capabilities or reference projects for the workbench UI"},"documents":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/documents","title":"List uploaded documents"},"state":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/state","title":"View current knowledge base state"},"reset":{"href":"https://knowledge-agent.marketplace.cloudflight.dev/reset","method":"POST","title":"Reset the knowledge base"}}}