nexus-examples
Example projects and sample agents — useful to test Nexus without risking a real project.
Contents
nexus-examples/
example-rust-api/
example-react-app/
example-plane-sync/
example-telegram-command/
example-custom-agent/
| Example | Demonstrates |
|---|---|
example-rust-api | An agent implementing a small axum API end-to-end. |
example-react-app | A frontend agent working in a React/Vite repo. |
example-plane-sync | Internal board ↔ Plane projection round-trip. |
example-telegram-command | /nexus create goal ... → drafted tasks. |
example-custom-agent | Authoring a new agent + skills from the UI. |
Why a separate repo
- Keeps test fixtures and throwaway code out of the platform repo.
- Gives new operators a safe sandbox to schedule real runs against.
- Doubles as living documentation for the agent/skill authoring flow.