mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-25 08:34:39 +00:00
- Inline SessionCronStore, CronScheduler, and CronPersistence into AgentCronService: state lives as private fields, the poll loop uses a shared timer, and persistence calls IAtomicDocumentStore directly. - Drop CronToolManager; the cron tools take IAgentCronService directly, matching the background domain. - Add a generic IntervalTimer to _base/utils and use it for the poll loop. - Move cron-expr/jitter/clock to the cron root, merge time-format and cron-fire-xml into format.ts, and fold the cron types and telemetry constants into the contract and service. |
||
|---|---|---|
| .. | ||
| 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 | ||