Cron scheduling tool for exoclaw
Project description
exoclaw-tools-cron
Cron scheduling tool and service for exoclaw — lets the agent schedule one-time, recurring, and cron-expression-based tasks that persist across restarts.
Install
pip install exoclaw-tools-cron
Usage
from pathlib import Path
from exoclaw_tools_cron.service import CronService
from exoclaw_tools_cron.tool import CronTool
cron_service = CronService(
store_path=Path("~/.nanobot/workspace/cron.json").expanduser(),
on_job=my_job_handler, # async callable that receives a CronJob
)
await cron_service.start()
cron_tool = CronTool(cron_service=cron_service)
# Register cron_tool with the agent's tool registry
The agent uses CronTool to add/list/remove/update jobs. CronService persists jobs to disk in JSON and reloads automatically if the file is modified externally. Supports every_seconds, cron_expr (with IANA timezone), and at (ISO datetime) schedules.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exoclaw_tools_cron-0.5.0.tar.gz.
File metadata
- Download URL: exoclaw_tools_cron-0.5.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c58ab5073440057c792b19dea1e3105af14b7e3ea9b1b0df4fec656a20cd122
|
|
| MD5 |
ffa6cce83b5ad196214a059a35e5fb9b
|
|
| BLAKE2b-256 |
1b11e97c265ebd1970cad75829b1fd73ba132137930c56ba07b89aee521f4bdc
|
File details
Details for the file exoclaw_tools_cron-0.5.0-py3-none-any.whl.
File metadata
- Download URL: exoclaw_tools_cron-0.5.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4e2d6003ef18a17f94c94eb560f77170143b63612a194922d3f9d278a054430
|
|
| MD5 |
eea374bdeb799d10cf67d60a8a5d4427
|
|
| BLAKE2b-256 |
7b8d3864452f6b76f3c258aeb8758509fd2b74912a8912af5d4db786e24b5c48
|