agents-live
Take your agents live. Turn Claude Code and GitHub Copilot agents into scheduled and file-triggered local automations, without moving them to another agent platform.
Your agent stays one Markdown file. Agents Live adds triggers, execution controls, logs, and automatic repair using standard host tools.
markdown-polisher.md
---
description: Polish Markdown documents when they change.
runtime: claude
mode: write
watchPath: docs/
---
Correct spelling, grammar, and Markdown formatting errors in the selected files.
Preserve their meaning, links, code, and frontmatter. When a `Files changed:`
list is present, process only those files.
Quick start
See Installation for required host tools and installation details.
uv tool install agents-live
agents-live init
agents-live start ./markdown-polisher.md
The watcher sleeps until a file changes, then runs the agent immediately with
the changed paths. Add or edit a Markdown file under docs/, then open the
file to see the fixes.
Manage the running agent with status and stop:
agents-live status
agents-live stop ./markdown-polisher.md
There is no polling interval or clock tick. The agent runs only when the operating system reports a change in the watched directory.
Lightweight
There is no listener service, separate application runtime, or database to
deploy and maintain. The core stack is the Claude Code or GitHub Copilot CLI
you already use, uv, and your host scheduler and file-watch facility.
Cron-only agents have no persistent process. A file-watch agent uses one small local watcher. There are no externally reachable ports or databases. Custom handlers and plugins may bring their own dependencies; Agents Live core does not require them.
Safe by default
Execution modes make write access explicit:
planis read-only. The agent emits JSON for a validated handler to apply.pipelinelimits the agent to a schema-checked data channel shared with your pre-processors and post-processors.writegrants full write access as an explicit per-agent choice.
This is tool policy, not a sandbox. Agents still inherit the permissions of your local account and agent CLI.
The example uses write so it can fix documents directly. For tighter
control, use plan
with a validated handler or
pipeline with
schema-checked pre-processors and post-processors.
Installation
Install Claude Code, GitHub Copilot CLI, or both:
npm i -g @anthropic-ai/claude-code
npm i -g @github/copilot
Then install uv
and Agents Live.
On Debian or Ubuntu:
curl -LsSf https://astral.sh/uv/install.sh | sh
sudo apt install cron inotify-tools
uv tool install agents-live
agents-live init
cron runs scheduled agents and automatic maintenance; inotifywait is only
needed when agents watch files or directories. On WSL, agents-live init
installs a heartbeat that keeps the distro running, so scheduled agents fire
without an open session.
On Windows:
winget install --id=astral-sh.uv -e
uv tool install agents-live
agents-live init
Windows uses Task Scheduler and a built-in watcher, so there is nothing more to install.
Note that macOS is untested.
Run agents-live doctor to diagnose missing requirements and inspect
configuration. Use agents-live doctor --repair to repair supported
configuration issues.
Go further
Repositories are optional. Initialize one later with agents-live init --repo
when you need shared configuration or name-based commands.
See the command reference for repository workflows, health checks and repair, upgrades, dashboards, shell completion, plugins, ownership, and multi-repository operations. The architecture guide covers runtime, safety, persistence, and maintenance behavior.
Documentation
The optional /agents-live skill is installed by agents-live init, but every
workflow remains an ordinary CLI command.
Design documents and the high-level backlog for the project itself live in docs/; they are not installed with the skill.
Contributing
Bug reports and pull requests are welcome in Issues.
License
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 agents_live-5.0.0.tar.gz.
File metadata
- Download URL: agents_live-5.0.0.tar.gz
- Upload date:
- Size: 434.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","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 |
c35fb6a3604483a7df01114b19d3fc04a824cdd66a36a0f7ed3e0a70276c9a8d
|
|
| MD5 |
c3d24bd1846458eac9982646f8190a7e
|
|
| BLAKE2b-256 |
be76272e88be5f07d888420297ecb14e489f9ab2010d78a68bde903ffccebf5b
|
File details
Details for the file agents_live-5.0.0-py3-none-any.whl.
File metadata
- Download URL: agents_live-5.0.0-py3-none-any.whl
- Upload date:
- Size: 351.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","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 |
601d1f95d3d53aa3a43f4c86d404f7a2f650f8258e64bc3d03101badabe302eb
|
|
| MD5 |
aeeca82c0dfe2fa3b5d0d23b230c70e7
|
|
| BLAKE2b-256 |
3d94a0de33ae3331fcff77d8de889d1004052d553f829729ae626ee9354f5342
|