Packages agent payload assets and installs them into a project via the agentic-set CLI.
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.
pip install only installs the Python package and its bundled resources into the environment.
To copy .agents, .codex, templates, and AGENTS.md into a target project, run agentic-set in that project directory.
The installer payload includes:
.agents.codex.githubtemplatesAGENTS.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
- Creates an active Codex runtime by materializing
.codex/config.tomland.codex/agents/*.tomlfrom packaged templates - Supports
--forceto overwrite existing.agents,.codex,.github,templates, 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 .
Then bootstrap the current project:
agentic-set
For local development and test runs:
python -m pip install -e ".[test]"
This registers the agentic-set console script in that environment. It does not copy payload files into your repository until you run the command.
Usage
From any project directory, install the default baseline:
agentic-set
This copies the packaged payload and creates the active Codex runtime files:
.codex/config.toml.codex/agents/*.toml
Those runtime files are generated from the packaged templates so the installed repo can resolve named agents such as planner and implementer immediately after bootstrap.
Force overwrite when files already exist:
agentic-set --force
Without --force, existing destination paths are preserved.
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.17.tar.gz.
File metadata
- Download URL: agentic_toolbelt-0.1.17.tar.gz
- Upload date:
- Size: 401.7 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 |
412aada688ddec8527fd64f8d0d29f012763917ab4e091a7ba98ea9d67435543
|
|
| MD5 |
f37062c2fc5525f48cce0b8809eb8108
|
|
| BLAKE2b-256 |
0f2ccc99efb99fb081ad70d93185dca302fb84c7baf9473485f142f54dae3e47
|
File details
Details for the file agentic_toolbelt-0.1.17-py3-none-any.whl.
File metadata
- Download URL: agentic_toolbelt-0.1.17-py3-none-any.whl
- Upload date:
- Size: 427.2 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 |
589ad749b2e1ecd3b3db91da2ca03be7aba65f9bd7fcf5c33c99a11a72505974
|
|
| MD5 |
ab8371e554d77894bef3ba2a605481b7
|
|
| BLAKE2b-256 |
d53c9da5cc12c714ee520322c0710e533b4a9a01eb6ed8211c2989d437e6c9bf
|