Registry / gcp / agent-starter-pack

agent-starter-pack

JSON →
library0.41.3pypypiunverified

CLI tool (v0.41.3) to scaffold production-ready Google Cloud GenAI agent projects from templates. Released weekly. Uses cookiecutter internally.

pip install agent-starter-pack
INSTALL
IMPORT
SIG · AGENT-STARTER-PACK
A
agent-starter-pack
gcppythonv0.41.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
from agent_starter_pack import main
from agent_starter_pack import main

Invoke the CLI programmatically. For shell usage run `agent-starter-pack new`.

from agent_starter_pack import main import sys sys.argv = ['agent-starter-pack', '--help'] main()
agent-start --version
Debug
Known issues
gotchaThe pip package name uses hyphens, but the Python import uses underscores. `pip install agent-starter-pack` then `from agent_starter_pack import ...`.
fix
Use underscores for imports, hyphens only for pip install.
affects: all
deprecatedIn v0.40+ the template backend was refactored: custom template directories must now be specified via `--template-dir` instead of `AGENT_TEMPLATE_DIR` env var.
fix
Replace `AGENT_TEMPLATE_DIR` with `--template-dir /path/to/templates`.
affects: <0.40 vs >=0.40
Upgrade
Version history
0.41.3latest on PyPI · released Apr 25, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
74 hits · last 30 days
node
66
Perplexity
1
OpenAI (training)
1
Resources
agent-starter-pack — pip install agent-starter-pack · libregistry