mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
1d8ef7dcfb
Add GetJob and improved UpdateJob to CronService with proper cloning, schedule diffing, and next-run recomputation. Expose get/update actions in the cron tool so agents can inspect and partially update jobs without losing payloads or needing remove+add cycles. Includes access control for remote channels and command safety gates.
Reference
Reference docs for precise configuration, runtime behavior, and tool semantics.
- Tools Configuration: per-tool configuration, execution policies, MCP, and Skills.
- MCP Server CLI: add, list, test, edit, and remove MCP server entries from the command line.
- Scheduled Tasks and Cron Jobs: schedule types, delivery modes, command gates, and storage.
- Config Schema Versioning Guide: config schema migration and compatibility notes.
- Dynamic Rate Limiting: request throttling behavior for LLM providers.