CoolFace
Apppublic

NextNeural/ARIA

sourceHugging Faceapache-2.0updated 8d agoView on Hugging Face
0likes
App README

ARIA — Adaptive Response & Intelligence Agent. A Messenger-style, event-driven, multimodal conversational agent for the NNLABS platform.

This Space is ARIA's brain (vision + reasoning, emits structured JSON bubbles). The full product also ships a Cloudflare realtime backend and a Messenger UI — see `ARIA_ARCHITECTURE.md`.

Layout

app.py            Gradio Space entry — exposes api_name="respond"
brain/            persona, contracts, model orchestration (vision)

The Cloudflare side (the aria-worker Durable Object, the D1 migrations and the Messenger front-end) used to live in this repo under cloudflare/. It has moved to the website repository, where the rest of the deployment lives. This Space is only the brain. A public Space is the wrong place to keep the map of a private backend, and the copies here had drifted behind the live ones anyway.

Run / deploy

  • —Brain (this Space): set HF_TOKEN as a Space secret; optionally ARIA_MODEL.

Built on Gradio, `huggingface_hub`, and Cloudflare Workers / Durable Objects / R2.