Skip to main content

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
  • .tasks
  • templates
  • AGENTS.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.

Packaged repo skills include plan, task-breakdown, implement, docs, publish, phidown, ssh-transfer, ssh-command, hpc-job, remote-tmux, rsync-dataset, huggingface-datasets, s3-rclone, apptainer, and geospatial-raster. Running agentic-set installs them under .agents/skills/ in the target repository.

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.py and pyproject.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentic_toolbelt-0.1.24.tar.gz (407.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentic_toolbelt-0.1.24-py3-none-any.whl (433.3 kB view details)

Uploaded Python 3

File details

Details for the file agentic_toolbelt-0.1.24.tar.gz.

File metadata

  • Download URL: agentic_toolbelt-0.1.24.tar.gz
  • Upload date:
  • Size: 407.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.26.5 CPython/3.12.3 Linux/6.8.0-107-generic

File hashes

Hashes for agentic_toolbelt-0.1.24.tar.gz
Algorithm Hash digest
SHA256 8827b65d04d2be75aaa6dc9a155abc830e3049ce5268c4c30486cb80afd59ee2
MD5 c08abf71f23cd103a3b3661f92032f65
BLAKE2b-256 9e911fe1677605166f4f190f0d34b0478aa6cfa51a3bf56563cddd21542f12ee

See more details on using hashes here.

File details

Details for the file agentic_toolbelt-0.1.24-py3-none-any.whl.

File metadata

  • Download URL: agentic_toolbelt-0.1.24-py3-none-any.whl
  • Upload date:
  • Size: 433.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.26.5 CPython/3.12.3 Linux/6.8.0-107-generic

File hashes

Hashes for agentic_toolbelt-0.1.24-py3-none-any.whl
Algorithm Hash digest
SHA256 bdc1997c5a45ce9669b87eac5a611ed44dab3fe85c968f94da5959c126f949b7
MD5 c816eb8712587a923f9747439ae3e878
BLAKE2b-256 85b2102afec5ee65bafc9373b8f455d3901a01ecf3cf15bc6e996a3d02c6a2bb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page