mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-04 05:51:03 +00:00
- Move the `web` domain from src/agent/web to src/app/web; it now owns only the auth-independent FetchURL (tool, UrlFetcher contract, and the local and Moonshot fetch providers). - Move WebSearch (tool, WebSearchProvider contract, MoonshotWebSearchProvider) into the KimiOAuth auth domain under src/app/auth/webSearch, since it needs an authenticated backend. - Replace the Agent-scope IAgentWebService registrar with registerTool contributions fed by new App-scope seams (IWebFetchService, IWebSearchProviderService), because the tool registry is Agent-scoped. - Add documented auth>tool / auth>toolRegistry layer exceptions and update the DI scope-domain graph. |
||
|---|---|---|
| .. | ||
| acp-adapter | ||
| agent-core | ||
| agent-core-v2 | ||
| kaos | ||
| kimi-migration-legacy | ||
| kosong | ||
| migration-legacy | ||
| minidb | ||
| node-sdk | ||
| oauth | ||
| protocol | ||
| server | ||
| server-e2e | ||
| server-v2 | ||
| telemetry | ||