Skip to content
View superWorldSavior's full-sized avatar
🎯
What would we do without the 7 day's
🎯
What would we do without the 7 day's

Block or report superWorldSavior

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
superWorldSavior/README.md

Systems that let agents do real work: intent, model, run, trace, evidence

Hi, I'm Erwan.

I think in systems, build in code, and teach from the work.

I'm the founder and software architect behind Casys, based in Taiwan. I work where agent protocols, engineering models, business systems, data, and decision-making meet.

I like turning complicated real-world work into software that is executable, inspectable, and useful to the people who own it.

Casys · Open source · Field notes · Teaching · LinkedIn

What I build

  • Agent infrastructure — MCP systems and operator surfaces that connect agents to the tools, permissions, knowledge, and traces behind real workflows.
  • Engineering software — from system architecture to CAD and simulation, with evidence that carries into the wider workflow.
  • Data, graphs, and optimisation — knowledge structures, exact models, heuristics, and interfaces that make difficult decisions legible.

My favourite loop

understand → model → build → run → document → teach

I publish field notes, diagrams, and working examples alongside the code. Documentation is part of the product, and teaching is how I test whether the ideas remain useful outside the repository where they started.

Selected work

Most of my open work lives at Casys-AI. These projects capture the range:

  • mcp-server — the TypeScript foundation behind Casys MCP servers and apps.
  • mcp-erpnext — agent-operated ERPNext workflows with interactive views.
  • mcp-chrono — prescribed rigid-body kinematics with Project Chrono.

Side quest

NutrientCompare is a transparent supplement comparison project built for Taiwan.

If you're building a system where an agent needs to do more than talk, say hello.

Pinned Loading

  1. Casys-AI/mcp-erpnext Casys-AI/mcp-erpnext Public

    Let AI agents operate your ERPNext — documents, workflows, and interactive viewers

    TypeScript 91 35

  2. Casys-AI/mcp-einvoice Casys-AI/mcp-einvoice Public

    MCP server for French e-invoicing — PA-agnostic adapter pattern

    TypeScript 2 1

  3. Casys-AI/mcp-server Casys-AI/mcp-server Public

    TypeScript 1

  4. Casys-AI/DenoClaw Casys-AI/DenoClaw Public

    Deno-native AI agent framework — Subhosting + Sandbox + A2A protocol. Zero Node.js deps.

    TypeScript 4

  5. Casys-AI/agentic-procedures Casys-AI/agentic-procedures Public

    Governed orchestration procedures for AI agents — the methods & procedures pillar of Agentic Process Engineering. Claude orchestrates, an external worker (Codex) executes.