agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Content Embedding Example Project
#
# This example demonstrates AGPM's content embedding features:
# 1. Dependency content embedding - versioned content from git repos
# 2. Content filter - project-local file inclusion

[sources]
# Point to the local examples/deps directory
examples = "../../deps"

[agents]
# This agent demonstrates content embedding with three snippet dependencies
code-reviewer-with-standards = { source = "examples", path = "agents/code-reviewer-with-standards.md" }