helix-query-python
Installation
SKILL.md
Helix Query Authoring - Python
Write HelixDB Python SDK queries that are schema-aware, explicit, and easy for
application code to call. The published v0.3.4 package is helix-db, imported
as helixdb, requires Python 3.10 or newer, and publishes its package artifacts
under Apache-2.0.
The Python DSL emits the same direct-request JSON AST as the Rust, TypeScript,
and Go SDKs. Use the built-in Client to post requests to /v2/query.
When To Use
Use this skill when the task is to: