docs: finish cron terminology cleanup
This commit is contained in:
@@ -456,7 +456,7 @@ platform_toolsets:
|
|||||||
# moa - mixture_of_agents (requires OPENROUTER_API_KEY)
|
# moa - mixture_of_agents (requires OPENROUTER_API_KEY)
|
||||||
# todo - todo (in-memory task planning, no deps)
|
# todo - todo (in-memory task planning, no deps)
|
||||||
# tts - text_to_speech (Edge TTS free, or ELEVENLABS/OPENAI key)
|
# tts - text_to_speech (Edge TTS free, or ELEVENLABS/OPENAI key)
|
||||||
# cronjob - schedule_cronjob, list_cronjobs, remove_cronjob
|
# cronjob - cronjob (create/list/update/pause/resume/run/remove scheduled tasks)
|
||||||
# rl - rl_list_environments, rl_start_training, etc. (requires TINKER_API_KEY)
|
# rl - rl_list_environments, rl_start_training, etc. (requires TINKER_API_KEY)
|
||||||
#
|
#
|
||||||
# PRESETS (curated bundles):
|
# PRESETS (curated bundles):
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ platform_map = {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Without this, `schedule_cronjob(deliver="your_platform")` silently fails.
|
Without this, `cronjob(action="create", deliver="your_platform", ...)` silently fails.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ COMMANDS_BY_CATEGORY = {
|
|||||||
"/tools": "List available tools",
|
"/tools": "List available tools",
|
||||||
"/toolsets": "List available toolsets",
|
"/toolsets": "List available toolsets",
|
||||||
"/skills": "Search, install, inspect, or manage skills from online registries",
|
"/skills": "Search, install, inspect, or manage skills from online registries",
|
||||||
"/cron": "Manage scheduled tasks (list, add, remove)",
|
"/cron": "Manage scheduled tasks (list, add/create, edit, pause, resume, run, remove)",
|
||||||
"/reload-mcp": "Reload MCP servers from config.yaml",
|
"/reload-mcp": "Reload MCP servers from config.yaml",
|
||||||
},
|
},
|
||||||
"Info": {
|
"Info": {
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ terminal(command="hermes chat -q 'Summarize this codebase' --model google/gemini
|
|||||||
|
|
||||||
## Gateway Cron Integration
|
## Gateway Cron Integration
|
||||||
|
|
||||||
For scheduled autonomous tasks, use the `schedule_cronjob` tool instead of spawning processes — cron jobs handle delivery, retry, and persistence automatically.
|
For scheduled autonomous tasks, use the unified `cronjob` tool instead of spawning processes — cron jobs handle delivery, retry, and persistence automatically.
|
||||||
|
|
||||||
## Key Differences Between Modes
|
## Key Differences Between Modes
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Type `/` in the CLI to open the autocomplete menu. Built-in commands are case-in
|
|||||||
| `/tools` | List available tools |
|
| `/tools` | List available tools |
|
||||||
| `/toolsets` | List available toolsets |
|
| `/toolsets` | List available toolsets |
|
||||||
| `/skills` | Search, install, inspect, or manage skills from online registries |
|
| `/skills` | Search, install, inspect, or manage skills from online registries |
|
||||||
| `/cron` | Manage scheduled tasks (list, add, remove) |
|
| `/cron` | Manage scheduled tasks (list, add/create, edit, pause, resume, run, remove) |
|
||||||
| `/reload-mcp` | Reload MCP servers from config.yaml |
|
| `/reload-mcp` | Reload MCP servers from config.yaml |
|
||||||
|
|
||||||
### Info
|
### Info
|
||||||
|
|||||||
Reference in New Issue
Block a user