Technical Proof

mystical.codes

Engineering depth, architecture decisions, and the stack behind the NeuNuc ecosystem.

Built in public

The Stack

What powers the ecosystem.

🐍

Python + FastAPI

Agent runtime, APIs, and backend services. Fast, typed, and async-native.

🧠

OpenAI Agents SDK

Structured agent workflows with function tools, evaluators, and memory.

☁️

Cloudflare

Pages for static sites, Workers for edge compute, D1/R2 for data.

📚

MkDocs + Custom Extensions

Documentation with custom icon rendering, Mermaid diagrams, and dark mode.

Edge Functions

Cloudflare Workers for bot proxy, auth, and lightweight API gateways.

🔧

uv + ruff

Modern Python tooling. Fast dependency resolution, linting, and formatting.

Architecture

How the pieces fit together.

neunuc-main-operator-agent/ ├── app/ │ ├── main.py # FastAPI entrypoint │ ├── agents.py # Agent definitions │ ├── tools/ # Function tools │ └── ... ├── neunuc-docs/ # MkDocs documentation ├── apps/ │ └── nucbot/ # Cloudflare Worker └── ...

Agent → Tools → Memory → Evaluator → Docs → Deploy. A loop, not a pipeline.

Repositories

Open source where possible. Always building in public.

Live neunuc-main-operator-agent — Python AI agent with memory, evaluation, and tools.
Live neunuc-docs — MkDocs documentation with custom extensions.
Beta nucbot-worker — Cloudflare Worker for bot proxy and edge compute.