nex-aginex-agiOfficial·3 Agent Skills Included

NexAU

Python framework for building tool-calling autonomous workflows

Builds and runs tool-using autonomous workflows in Python with YAML or code-based configuration. Handles tool execution, session persistence, streaming events, and multi-provider model failover without manual plumbing. Ships with built-in file, web, and shell tools plus ready-made skills for coding, research, and document styling.
npx skills add nex-agi/NexAU --all -g -y
Available:

Directs the coding agent to the right module-level implementation guides and enforces strict type-safety and streaming parity rules when modifying this framework.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install NexAU?

Run `npx skills add nex-agi/NexAU --all -g -y` in your terminal to install all skills in this suite globally.

What is NexAU used for?

NexAU is a Python framework for building autonomous workflows that combine a language model, a system prompt, and tools like file editing, web search, and shell commands. You define behavior in YAML or Python and run it via CLI or code.

Which model providers does NexAU support?

It works with OpenAI Chat Completions, OpenAI Responses, Anthropic, and Gemini through a unified streaming layer, and includes automatic failover to backup providers.

Does NexAU support session persistence?

Yes. It stores conversation history and state in SQLite, PostgreSQL, MySQL, JSONL files, or a remote API, so runs can resume across restarts.

Can I create custom skills in NexAU?

Yes. The bundled skill-creator guides you through writing a SKILL.md with scripts, references, and assets, then validates and packages it for reuse.

Related Repositories in Software Engineering

View All in Software Engineering