Skip to content

feat: add APUS AI Inference skill#5

Open
jax-cn wants to merge 3 commits intopermaweb:mainfrom
apuslabs:feat/apus-inference-skill
Open

feat: add APUS AI Inference skill#5
jax-cn wants to merge 3 commits intopermaweb:mainfrom
apuslabs:feat/apus-inference-skill

Conversation

@jax-cn
Copy link
Copy Markdown

@jax-cn jax-cn commented Mar 9, 2026

Summary

  • Add new apus skill for AI inference via APUS on AO Network (deterministic, confidential, verifiable)
  • SKILL.md with full API reference, phrase mappings, usage guide (Python + Node.js)
  • Demo scripts in examples/: chat.py, stream.py, verify.py, chat.mjs, verify.mjs
  • Updated project README with APUS skill entry

Features

  • OpenAI-compatible chat completions via APUS HyperBEAM endpoint
  • Single-turn and multi-turn conversation support
  • Streaming output (SSE)
  • TEE attestation request and verification (APUS Verifier Service + NVIDIA SDK)
  • Health check endpoint

Test plan

  • pip install openai && python skills/apus/examples/chat.py
  • python skills/apus/examples/stream.py
  • python skills/apus/examples/verify.py
  • npm install openai && node skills/apus/examples/chat.mjs
  • node skills/apus/examples/verify.mjs
  • SKILL.md renders correctly on GitHub

jaxzhang-novita and others added 3 commits March 9, 2026 21:43
Add the core instruction document for the APUS AI Inference skill,
covering OpenAI-compatible deterministic/confidential/verifiable
inference on AO Network with TEE attestation support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants