kimi-code/packages/agent-core
Haozhe ebdffc7df7
fix(gemini): fix Gemini tool calling and thought-signature round-trip (#1389)
- send tool declarations, system prompt, and sampling/thinking settings in the camelCase shape the Google SDK forwards so tool calls reach the model
- thread tool-call extras (thought signatures) through the loop tool-call event into context so Gemini 3 can resume a tool turn
- update and add tests for the corrected request shape and signature round-trip
2026-07-05 14:00:09 +08:00
..
src fix(gemini): fix Gemini tool calling and thought-signature round-trip (#1389) 2026-07-05 14:00:09 +08:00
test fix(gemini): fix Gemini tool calling and thought-signature round-trip (#1389) 2026-07-05 14:00:09 +08:00
CHANGELOG.md ci: release packages (#1355) 2026-07-04 19:17:47 +08:00
package.json ci: release packages (#1355) 2026-07-04 19:17:47 +08:00
README.md Kimi For Coding 2026-05-22 15:54:50 +08:00
tsconfig.json feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
tsdown.config.ts feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
vitest.config.ts chore: use raw query imports for prompt sources (#682) 2026-06-12 11:47:44 +08:00

@moonshot-ai/agent-core

The unified agent engine for Kimi Code.

Part of the Kimi Code monorepo.

See the main repository for documentation, issues, and contribution guidelines.

License

MIT