Installs this folder's AGENTS and .codex/.agents content as package data.
Project description
Agentic Toolbelt
Author: Roberto Del Prete
Purpose
agentic-toolbelt packages reproducible agent-operating defaults and installs them into any project with a CLI.
The installer payload includes:
.agents.codexAGENTS.md
The repository exists to standardize how autonomous agents are configured, launched, and governed across different codebases.
Features
- CLI entrypoints:
agentic-set: installs the packagedAGENTS.mdprompt
- Copies packaged payload directly into the directory where the command is launched
- Supports
--forceto overwrite existing.agents,.codex, andAGENTS.md - Safe copy flow with temporary staging and cleanup
Installation
agentic-toolbelt supports Python 3.9 and newer on any platform with a supported Python interpreter.
From the repository root:
python -m pip install .
For local development and test runs:
python -m pip install -e ".[test]"
This registers the agentic-set console script in that environment.
Usage
From any project directory, install the default baseline:
agentic-set
Force overwrite when files already exist:
agentic-set --force
Docs Site
A graphical overview page is available at:
docs/index.html
Open it in a browser to view the repo concept, architecture, and CLI workflows.
Development
- Python package entrypoint is also declared in
setup.pyandpyproject.toml. - Current package version is maintained in both
pyproject.tomlandsetup.py.
Release Checks
Build and verify the distributable artifacts from the repository root:
python -m pytest
python -m build
python -m twine check dist/*
If you want a smoke test of the built wheel, install it into a clean virtual 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.15.tar.gz.
File metadata
- Download URL: agentic_toolbelt-0.1.15.tar.gz
- Upload date:
- Size: 400.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.6 CPython/3.12.3 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1af12adcb762ece40e3d9ec9c9ce6f9ef001c60d5a97052a8d7232c2b7e2f32d
|
|
| MD5 |
37943d9314f3408fe1f33b1b14b5ab55
|
|
| BLAKE2b-256 |
43e36d3185d74dd23ea0a32704cdbf87277b0a136fab968af271bf6a08c5d7ac
|
File details
Details for the file agentic_toolbelt-0.1.15-py3-none-any.whl.
File metadata
- Download URL: agentic_toolbelt-0.1.15-py3-none-any.whl
- Upload date:
- Size: 426.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.6 CPython/3.12.3 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef8af5d68c53ff2d1813566eaeb014c37e91f90e8cba32f2da249f026dea225c
|
|
| MD5 |
9700757600b54a97e15fda266d53678e
|
|
| BLAKE2b-256 |
1b3d5fc3bbf61fbf7199c9ec7c0c7ed97363ba53936ce8cf4e32493c2bd5ea4b
|