Packages agent payload assets and installs them into a project via the agentic-set CLI.
Project description
Agentic Toolbelt
Author: Roberto Del Prete
agentic-toolbelt packages a reproducible baseline for agent-driven projects. It ships a curated set of agent instructions, Codex runtime templates, and supporting assets, then installs them into a target repository through a single CLI.
pip install gives you the package. agentic-set applies the payload to the current project directory.
Built for teams that want a consistent agent baseline across repositories without hand-assembling boilerplate.
What It Installs
Running agentic-set copies the packaged baseline into the directory where you launch it:
.agents.codex.github.taskstemplatesAGENTS.md
It also materializes the active Codex runtime:
.codex/config.toml.codex/agents/*.toml
Each file in .codex/agents/*.toml is a standalone Codex custom agent definition with its own name, description, and developer_instructions.
The copied templates/codex/ directory also includes package reference material such as routing-profiles.toml, which documents the shipped orchestration policy without extending the active Codex runtime config.
The bootstrap also creates a root .tasks/ workspace. Use the packaged task-breakdown skill when a request is too large or ambiguous to plan in one pass; it narrows the problem into numbered JSON briefs such as .tasks/001-auth-boundary.json.
The result is a project that can resolve named agents such as planner and implementer immediately after bootstrap.
Install
agentic-toolbelt supports Python 3.9 and newer.
From the repository root:
python -m pip install .
Then bootstrap the current project:
agentic-set
For local development and test runs:
python -m pip install -e ".[test]"
That registers the agentic-set console script in your environment. It does not copy files into a project until you run the command.
Usage
From any project directory:
agentic-set
By default, existing destination paths are preserved. Use --force to overwrite .agents, .codex, .github, .tasks, templates, and AGENTS.md when you need to refresh a project.
agentic-set --force
The CLI uses temporary staging during copy operations so installs are predictable and partial writes are avoided.
Why It Matters
This repository standardizes how autonomous agents are configured, launched, and governed across codebases. The goal is a consistent baseline that is easy to bootstrap, easy to inspect, and straightforward to extend.
Docs
A visual overview is available at:
docs/index.html
Open it in a browser to review the repo concept, architecture, and CLI workflows.
Development
- The Python package entrypoint is declared in both
setup.pyandpyproject.toml. - The current package version is maintained in both files as well.
Release Checks
Build and verify the distributable artifacts from the repository root:
python -m pytest
python -m build
python -m twine check dist/*
For a smoke test of the built wheel, install it into a clean environment and run:
agentic-set --help
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 agentic_toolbelt-0.1.19.tar.gz.
File metadata
- Download URL: agentic_toolbelt-0.1.19.tar.gz
- Upload date:
- Size: 401.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.5 CPython/3.12.3 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b493a21280e66c13ac5b7559acd88b0546ec0635b405dbec7ad8e180616e466
|
|
| MD5 |
6b8710f2465d2672b9d0eca0e469c1a6
|
|
| BLAKE2b-256 |
b9688993d592010261a067c9569174f88d07d4e1c35db71360058b37b4fa1239
|
File details
Details for the file agentic_toolbelt-0.1.19-py3-none-any.whl.
File metadata
- Download URL: agentic_toolbelt-0.1.19-py3-none-any.whl
- Upload date:
- Size: 423.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.5 CPython/3.12.3 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f00a16b5b6bb52d53e79b04ebe5cd91c3f93a047460ef0d3846e2ed0ecab5f69
|
|
| MD5 |
6b0004e6b8f72df625a9d5599904d1d9
|
|
| BLAKE2b-256 |
5e13ae64756378733bb89372b90d5819411f3656245b599b44e9e82532936152
|