A reasonably sized autonomous AI construction kit
Project description
Docketeer
The core agent engine for building autonomous AI assistants with Anthropic and Docket.
Docketeer is a small, opinionated toolkit for running an AI agent that can manage its own memory, schedule its own future work, and extend itself through plugins. The core package provides the agent loop, a persistent workspace for the agent's files and journal, and a plugin system based on standard Python entry points.
Tools
Workspace
list_files— list files and directories in the workspaceread_file— read contents of a text filewrite_file— write content to a text filedelete_file— delete a filesearch_files— search for text across files (case-insensitive)
Journal
journal_add— add a timestamped entry to today's journaljournal_read— read journal entries for a day or date rangejournal_search— search across all journal entries
Scheduling
schedule— schedule a future nudge to prompt the agent at a given timecancel_task— cancel a scheduled tasklist_scheduled— list all scheduled and running tasks
Configuration
| Variable | Default | Description |
|---|---|---|
DOCKETEER_ANTHROPIC_API_KEY |
(required) | Anthropic API key |
DOCKETEER_CLAUDE_MODEL |
claude-opus-4-6 |
Claude model to use |
DOCKETEER_DATA_DIR |
~/.docketeer |
Where the agent stores memory and audit logs |
DOCKETEER_DOCKET_URL |
redis://localhost:6379/0 |
Redis connection for task scheduling |
DOCKETEER_DOCKET_NAME |
docketeer |
Name of the Docket instance |
DOCKETEER_REVERIE_INTERVAL |
PT30M (30 min) |
Background thinking cycle interval |
DOCKETEER_CONSOLIDATION_CRON |
0 3 * * * |
Cron schedule for daily memory consolidation |
DOCKETEER_CHAT |
(auto) | Entry point name to select when multiple chat plugins are installed |
DOCKETEER_EXECUTOR |
(auto) | Entry point name to select when multiple executor plugins are installed |
Plugins
Docketeer discovers plugins through four entry point groups:
docketeer.chat— chat backends (how the agent talks to people)docketeer.executor— command executors (sandboxed process execution)docketeer.tools— tool plugins (what the agent can do)docketeer.prompt— system prompt providers (contribute blocks to the system prompt)docketeer.tasks— background task plugins (periodic or scheduled work)
Available plugins:
- docketeer-1password — 1Password secret vault
- docketeer-agentskills — Agent Skills support
- docketeer-bubblewrap — sandboxed command execution via bubblewrap
- docketeer-git — automatic git-backed workspace backups
- docketeer-mcp — MCP server support
- docketeer-monty — sandboxed Python execution
- docketeer-rocketchat — Rocket Chat backend
- docketeer-web — web search, HTTP requests, file downloads
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 docketeer-0.0.12.tar.gz.
File metadata
- Download URL: docketeer-0.0.12.tar.gz
- Upload date:
- Size: 87.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe80226dfea71a73cba59a96604a57e69e7c54e5437943dc0eac26838373a238
|
|
| MD5 |
1e8416af20b1972596a6e7b55b0419bc
|
|
| BLAKE2b-256 |
6b390d4319b692a7c5260a744903a560ff328ea44a6ae0d9d0163efe3827cd87
|
Provenance
The following attestation bundles were made for docketeer-0.0.12.tar.gz:
Publisher:
publish.yml on chrisguidry/docketeer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
docketeer-0.0.12.tar.gz -
Subject digest:
fe80226dfea71a73cba59a96604a57e69e7c54e5437943dc0eac26838373a238 - Sigstore transparency entry: 961513112
- Sigstore integration time:
-
Permalink:
chrisguidry/docketeer@8b61f90701ca0bd2b9cdf4c5ee19fa3beb706d11 -
Branch / Tag:
refs/tags/0.0.12 - Owner: https://github.com/chrisguidry
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8b61f90701ca0bd2b9cdf4c5ee19fa3beb706d11 -
Trigger Event:
release
-
Statement type:
File details
Details for the file docketeer-0.0.12-py3-none-any.whl.
File metadata
- Download URL: docketeer-0.0.12-py3-none-any.whl
- Upload date:
- Size: 60.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5747c60f2e88aaf65ed87d1154868d58d2e54bb915d899f88df25d192233373a
|
|
| MD5 |
1f797078dcd143449bf09693f58d957b
|
|
| BLAKE2b-256 |
a510c8f81166becffcdc0b3784a0505a05bf798e52e7bac5641a410e3d79f270
|
Provenance
The following attestation bundles were made for docketeer-0.0.12-py3-none-any.whl:
Publisher:
publish.yml on chrisguidry/docketeer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
docketeer-0.0.12-py3-none-any.whl -
Subject digest:
5747c60f2e88aaf65ed87d1154868d58d2e54bb915d899f88df25d192233373a - Sigstore transparency entry: 961513166
- Sigstore integration time:
-
Permalink:
chrisguidry/docketeer@8b61f90701ca0bd2b9cdf4c5ee19fa3beb706d11 -
Branch / Tag:
refs/tags/0.0.12 - Owner: https://github.com/chrisguidry
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8b61f90701ca0bd2b9cdf4c5ee19fa3beb706d11 -
Trigger Event:
release
-
Statement type: