
from ainativelang
Tools and instructions to use AINL (deterministic graph language) with Hermes Agent for importing, compiling, and running repeatable workflows and MCP integrati
Provides instructions and tooling to integrate AINL — an AI-native language for deterministic graphs — with the Hermes Agent. It helps install runtime components, import and compile .ainl workflow files, run validated graphs, and expose an ainl-mcp bridge for MCP servers so agents can execute repeatable, checkable workflows.
Use when the user needs portable compiled workflows rather than ad-hoc prompt loops: importing workflow definitions, validating deterministic graphs, wiring MCP servers, or creating a closed learning loop where behavior evolution is serialized back into .ainl. Trigger on mentions of Hermes, MCP, compile, import, ainl, or deterministic workflow.
.ainl files and example bridges.Best with agents that can run shell installs and manage MCP servers (Hermes-compatible agents, or any agent with shell/exec capabilities and MCP support).
AINL is a deterministic graph language skill for Hermes Agent that imports, compiles, and runs .ainl workflow graphs. The SKILL.md provides install instructions via pip and a shell script, but no scripts were bundled for testing. The skill targets a niche agent framework (Hermes) and requires specific setup that limits broad usability.
ainativelangNo bundled scripts to audit. SKILL.md is well-structured with proper frontmatter and clear instructions. Install via pip and shell script — the shell script could not be audited since it wasn't included. No hardcoded credentials, destructive commands, or exfiltration risks visible in SKILL.md body. Deducted security for pip install | install.sh pattern (auto-install without verification) and network calls to PyPI without checksum verification.