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
## 추가된 문서 (영어 + 한국어)
### 새 기능 문서화
- plan_workflow() API: 멀티스텝 워크플로우 자동 생성 + 수동 편집
- Visual Workflow Editor: 브라우저 기반 드래그앤드롭 편집기
- SSE/Streamable-HTTP transport: 원격 MCP 배포 지원
- plan.open_editor(): 브라우저에서 시각화 편집
### 벤치마크 결과 업데이트
- 상단 요약: 1068 tool 스케일 테스트 추가
- 경쟁 벤치마크: 6개 retrieval 전략 비교표
- 대규모 테스트: GitHub 전체 API (1068 tools) 결과
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
That's it. The proxy exposes `search_tools`, `get_tool_schema`, and `call_backend_tool`. After searching, matched tools are **dynamically injected** for 1-hop direct calling.
294
351
295
352
<details>
@@ -563,6 +620,27 @@ On the largest dataset, **Kubernetes core/v1 (248 tools)**, we compared adding e
563
620
-**Ontology****expands the searchable representation itself** when tool descriptions are short or non-standard.
564
621
- Using both together may show limited additional gains in end-to-end accuracy, but **the ability to include correct tools in the candidate set becomes strongest**.
565
622
623
+
### Competitive Benchmark (retrieval strategies)
624
+
625
+
Compared 6 retrieval strategies across 9 datasets (19–1068 tools):
**Key finding**: Without embedding, BM25+Graph achieves 91.6% Recall — competitive with vector search at 65x faster speed. With embedding enabled, performance matches pure vector search.
0 commit comments