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.23.tar.gz (395.9 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.23-py3-none-any.whl (416.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentic_toolbelt-0.1.23.tar.gz
  • Upload date:
  • Size: 395.9 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.23.tar.gz
Algorithm Hash digest
SHA256 af736d61c42e9409a5fd68fd92eba8bbf6baae81ae10feddf4e9c349baaa6876
MD5 10b3cf10660489c5ff4a46033ae62b3e
BLAKE2b-256 612259b66afed39ffad165e47ae5b6891592bdb019eb48e232333fbe123bc5a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: agentic_toolbelt-0.1.23-py3-none-any.whl
  • Upload date:
  • Size: 416.6 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.23-py3-none-any.whl
Algorithm Hash digest
SHA256 bbeff31727aa0bf6fbe49ef9c01479cb62f26b5bfb79781308a9b3c610337e60
MD5 a04132d9b0f45c7f74bd075de8bc21d2
BLAKE2b-256 a60144fbc729f30a6cb88157294fa8158633a88f3a56e6f0ba55fa0c2dd345af

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