Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ace_node - Skill - OpenSmartRoute
Skillv1.0.0
ace_node
This package owns the separately deployed, bearer-authenticated ACE Node process. It may import the shared `runpod_worker` package, but heavyweight PyTorch/ACE-Step/MLX dependencies must remain lazy a
Imported from evrenesat/AudioVentura (src/ace_node/AGENTS.md). Install upstream with npx skills add evrenesat/AudioVentura --skill ace_node. Copyright stays with the author.
ACE Node service
This package owns the separately deployed, bearer-authenticated ACE Node
process. It may import the shared runpod_worker package, but heavyweight
PyTorch/ACE-Step/MLX dependencies must remain lazy and must never be imported
by the controller environment. Keep capability URLs and creative payloads in
memory only; SQLite stores bounded identity, state, safe errors, and terminal
result metadata. The opt-in heavyweight graph is resolved by
deploy/node/pyproject.toml and deploy/node/uv.lock; the node runtime receipt
must hash that lock rather than the controller lock.
The service supports one serial job and exactly Linux x86_64/CUDA or macOS
arm64/MPS+MLX. Run focused checks from the repository root with:
uv run pytest -q tests/test_node_app.py tests/test_node_db.py \ tests/test_node_worker.py tests/test_node_runtime.py
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/evrenesat-audioventura-ace-node/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.
evrenesat-audioventura-ace-node.ocm.jsonjson
{
"ocm": "1",
"id": "evrenesat-audioventura-ace-node",
"kind": "skill",
"name": "ace_node",
"description": "This package owns the separately deployed, bearer-authenticated ACE Node process. It may import the shared `runpod_worker` package, but heavyweight PyTorch/ACE-Step/MLX dependencies must remain lazy and must never be imported by the controller environment. Keep capability URLs and creative payloads in memory only; SQLite stores bounded identity, state, safe errors, and terminal result metadata. The opt-in heavyweight graph is resolved by `deploy/node/pyproject.toml` and `deploy/node/uv.lock`; the node runtime receipt must hash that lock rather than the controller lock.",
"publisher": "evrenesat",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"creative"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This package owns the separately deployed, bearer-authenticated ACE Node process. It may import the shared `runpod_worker` package, but heavyweight PyTorch/ACE-Step/MLX dependencies must remain lazy and must never be imported by the controller environment. Keep capability URLs and creative payloads in memory only; SQLite stores bounded identity, state, safe errors, and terminal result metadata. The opt-in heavyweight graph is resolved by `deploy/node/pyproject.toml` and `deploy/node/uv.lock`; the node runtime receipt must hash that lock rather than the controller lock."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/evrenesat/AudioVentura",
"path": "src/ace_node/AGENTS.md",
"ref": "5275dbb43ca878e93a4fad463c4c6c7bd32e4a01",
"url": "https://github.com/evrenesat/AudioVentura/blob/5275dbb43ca878e93a4fad463c4c6c7bd32e4a01/src/ace_node/AGENTS.md",
"key": "evrenesat/AudioVentura/src/ace_node/AGENTS.md"
}
},
"instructions": "# ACE Node service\n\nThis package owns the separately deployed, bearer-authenticated ACE Node\nprocess. It may import the shared `runpod_worker` package, but heavyweight\nPyTorch/ACE-Step/MLX dependencies must remain lazy and must never be imported\nby the controller environment. Keep capability URLs and creative payloads in\nmemory only; SQLite stores bounded identity, state, safe errors, and terminal\nresult metadata. The opt-in heavyweight graph is resolved by\n`deploy/node/pyproject.toml` and `deploy/node/uv.lock`; the node runtime receipt\nmust hash that lock rather than the controller lock.\n\nThe",
"cost": {
"context_tokens": 217
}
}
Fetch it by URL: GET /api/v1/registry/evrenesat-audioventura-ace-node/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.