[pyne-agent-worker]

Natural-language PYNE Agent on Cloudflare Workers AI. Standalone chat, optional pyne-worker validate loop, AXIS plugin. Sister repo.

pyne-agent-worker

Abstract

pyne-agent-worker is the edge authoring host: natural language in, Pine source out. It is a sister repository — it does not live in this PYNE checkout.

Repohoox-sh/pyne-agent-worker
RoleWrite scripts via chat (PYNE Agent) + optional RAG
RuntimeCloudflare Workers (TypeScript) + Workers AI
AXISGET /plugin/axis-pine-agent.js
In this repo?No

You do not need pyne-worker, trade-worker, or the HOOX mesh to chat. The agent writes source. It does not import PyneTS and it does not run the bar-loop.

Conceptual model

ModeRequirementBehavior
StandaloneAI binding (+ optional KB)POST /v1/chat → Pine; validation skipped
HOOX-enhanced+ pyne-worker URL or service bindinggenerate → POST /run → fix retries

GET /health reports "mode": "standalone" | "hoox".

Taxonomy

NameWhat it is
PYNELanguage SoT (this repo)
PyneTSTypeScript library (@hoox-sh/pynets) — parse / Runtime.run
pyne-workerPython Cloudflare evaluate host
pyne-agent-workerNL authoring host (this Worker)

Hard rule

This git tree never contains TradingView built-in Pine sources. Knowledge is operator-ingested into private R2 + Vectorize (ingest:docs / ingest:corpus / ingest:builtins). scripts/legal-check.sh refuses tracked *.pine on deploy.

Relationship to PYNE

  • PYNE remains the evaluate oracle. The agent writes.
  • Optional validate uses the evaluate contract against pyne-worker or the Pro API.
  • AXIS install URL: https://<pyne-agent-worker>/plugin/axis-pine-agent.js

Pages

See also