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.

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.21.tar.gz (402.6 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.21-py3-none-any.whl (424.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentic_toolbelt-0.1.21.tar.gz
  • Upload date:
  • Size: 402.6 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.21.tar.gz
Algorithm Hash digest
SHA256 d82dfc0d7b7072d054fb1208e9c70d692c2facb6325fe3ed3d5665386c78f7f7
MD5 543661f6283d4c1dce9dc6684fafb72d
BLAKE2b-256 563e794bed87241b25d5731cdc178a101bac1460bc0a609617b98b59be500444

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_toolbelt-0.1.21-py3-none-any.whl
  • Upload date:
  • Size: 424.2 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.21-py3-none-any.whl
Algorithm Hash digest
SHA256 aaf59be625cdfe74b710efe24473d98bd2da7098ea32c2a3f61a58b3dd80f21f
MD5 a303fb575f38283c44b68ce9dc2e4f44
BLAKE2b-256 34127eb1619ee5a4c06824e97f35c8efb251c6a28fef93e31454659ed933ad50

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