Skip to content

Commit f3ebefc

Browse files
rmdevproclaude
andcommitted
Agent Platform: add conv_search to MCP tool examples
Trio now shows three distinct retrieval scopes: - get_context — assembled context window for one participant - knowledge_search — semantic memory / knowledge graph - conv_search — search actual conversations across the entire store Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c932f5c commit f3ebefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎open-source/agent-platform.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Modular Hot Loading</h3>
109109

110110
<h3>Interfaces</h3>
111111
<ul>
112-
<li><b>MCP tool interface</b> — ten-plus tools agents can call directly, such as <code>get_context</code> (assemble and return an agent's context window) and <code>knowledge_search</code> (search semantic memory and the knowledge graph)</li>
112+
<li><b>MCP tool interface</b> — ten-plus tools agents can call directly, such as <code>get_context</code> (assemble and return an agent's context window), <code>knowledge_search</code> (search semantic memory and the knowledge graph), and <code>conv_search</code> (search actual conversations across the entire store)</li>
113113
<li><b>OpenAI-compatible chat endpoint</b> — the primary access path to the Imperator, provided via the industry-standard OpenAI-compatible endpoint protocol</li>
114114
<li><b>Bundled chatbot UI</b> — a lightweight web interface shipped with the Broker for talking to the Imperator directly</li>
115115
</ul>

0 commit comments

Comments
 (0)