You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`@helixar_ai/hdp-mcp`](./packages/hdp-mcp)|[npm](https://www.npmjs.com/package/@helixar_ai/hdp-mcp)| TypeScript | MCP | MCP middleware — attaches HDP to any MCP server |
53
+
|[`@helixar_ai/hdp-physical`](./packages/hdp-physical)|[npm](https://www.npmjs.com/package/@helixar_ai/hdp-physical)| TypeScript | Physical AI / Robotics | HDP-P guardrails — signs EDTs and blocks unsafe robot actions pre-execution |
54
+
|[`hdp-physical`](./packages/hdp-physical-py)|[PyPI](https://pypi.org/project/hdp-physical/)| Python | Physical AI / Robotics | HDP-P guardrails — Python SDK for EDT issuance and pre-execution checks |
53
55
|[`hdp-crewai`](./packages/hdp-crewai)|[PyPI](https://pypi.org/project/hdp-crewai/)| Python | CrewAI | CrewAI middleware — attaches HDP to any crew |
54
56
|[`hdp-grok`](./packages/hdp-grok)|[PyPI](https://pypi.org/project/hdp-grok/)| Python | Grok / xAI | Grok middleware — attaches HDP to any xAI conversation |
55
57
|[`hdp-autogen`](./packages/hdp-autogen)|[PyPI](https://pypi.org/project/hdp-autogen/)| Python | AutoGen | AutoGen middleware — attaches HDP to any AutoGen agent or GroupChat |
@@ -64,12 +66,24 @@ When a person authorizes an AI agent to act — and that agent delegates to anot
`@helixar_ai/hdp-physical` and `hdp-physical` extend HDP into robotics with Embodied Delegation Tokens (EDTs) and a pre-execution guard. Before a motion command reaches an actuator, HDP-P verifies the EDT signature, checks the irreversibility ceiling, enforces excluded zones, and blocks actions that exceed force or velocity limits.
For Python, install `hdp-physical` and use the same EDT model and guard flow, with optional `lerobot` and `gemma` extras for adapters and interception.
239
+
240
+
→ [Full TypeScript physical AI docs](./packages/hdp-physical/README.md)
241
+
→ [Full Python physical AI docs](./packages/hdp-physical-py/README.md)
242
+
243
+
---
244
+
164
245
## Grok / xAI Integration
165
246
166
247
`hdp-grok` attaches HDP to any Grok conversation via three native tool schemas. No changes to your prompts or model configuration are required — Grok calls `hdp_issue_token`, `hdp_extend_chain`, and `hdp_verify_token` as regular tool calls, and `HdpMiddleware` handles everything statelessly behind the scenes.
0 commit comments