Imported from tensorlabresearch/demo-04-parallel (AGENTS.md). Install upstream with npx skills add tensorlabresearch/demo-04-parallel. Copyright stays with the author.
AGENTS.md
Project shape
Shared utility library for a web platform. Python 3.12.
Each utility module is independent — no imports between them.
Build and test
pytest tests/ -x --tb=short
Task workflow
Read your task file completely before writing any code.
Write a failing test first.
Implement the function.
Run pytest and confirm all tests pass.
Done definition
All tests pass. Your function is in the correct module. Diff touches ≤ 2 files.
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/tensorlabresearch-demo-04-parallel-demo-04-parallel/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.