Setuptools source root for the installable COGANT package. The only authored subtree here should be [`cogant/`](cogant/); all pipeline, CLI, server, and API logic lives below that package.
Imported from ActiveInferenceInstitute/COGANT (cogant/py/AGENTS.md). Install upstream with npx skills add ActiveInferenceInstitute/COGANT --skill py. Copyright stays with the author.
Agents - py/
Scope
Setuptools source root for the installable COGANT package. The only authored
subtree here should be cogant/; all pipeline, CLI, server, and API
logic lives below that package.
Rules
Do not add runnable scripts or tests directly under py/.
Keep imports package-relative to cogant and preserve the package-dir = {"" = "py"} contract in ../pyproject.toml.
Generated packaging metadata such as cogant.egg-info/ is disposable.
Verification
From the inner package root (..):
uv run pytest tests/ -q --no-covMYPYPATH=py uv run mypy --package cogantuv run ruff check py/cogant/
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/activeinferenceinstitute-cogant-py/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
activeinferenceinstitute-cogant-py.ocm.jsonjson
{
"ocm": "1",
"id": "activeinferenceinstitute-cogant-py",
"kind": "skill",
"name": "py",
"description": "Setuptools source root for the installable COGANT package. The only authored subtree here should be [`cogant/`](cogant/); all pipeline, CLI, server, and API logic lives below that package.",
"publisher": "ActiveInferenceInstitute",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Setuptools source root for the installable COGANT package. The only authored subtree here should be [`cogant/`](cogant/); all pipeline, CLI, server, and API logic lives below that package."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ActiveInferenceInstitute/COGANT",
"path": "cogant/py/AGENTS.md",
"ref": "39b961b672568ce474c9d9f0079995c842e643f7",
"url": "https://github.com/ActiveInferenceInstitute/COGANT/blob/39b961b672568ce474c9d9f0079995c842e643f7/cogant/py/AGENTS.md",
"key": "ActiveInferenceInstitute/COGANT/cogant/py/AGENTS.md"
}
},
"instructions": "# Agents - py/\n\n## Scope\n\nSetuptools source root for the installable COGANT package. The only authored\nsubtree here should be [`cogant/`](cogant/); all pipeline, CLI, server, and API\nlogic lives below that package.\n\n## Rules\n\n- Do not add runnable scripts or tests directly under `py/`.\n- Keep imports package-relative to `cogant` and preserve the `package-dir = {\"\" = \"py\"}` contract in `../pyproject.toml`.\n- Generated packaging metadata such as `cogant.egg-info/` is disposable.\n\n## Verification\n\nFrom the inner package root (`..`):\n\n```bash\nuv run pytest tests/ -q --no-cov\nMYPYPATH=py uv run myp",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/activeinferenceinstitute-cogant-py/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.