Describe the AI agent you need. NosShip builds it, deploys it, and lets you talk to it.
Nosana GPU · ElizaOS v2 · Demo
NosShip is a personal agent factory powered by decentralized GPUs. You describe what agent you want in plain language — a crypto price monitor, a Discord community manager, a DeFi yield hunter — and NosShip generates everything: character file with domain-specific personality, plugin stack, Dockerfile, and Nosana job definition. Then you chat directly with each agent you've created, each responding in its own voice and role.
No boilerplate. No config files. Just describe → create → chat → deploy.
- Natural language agent creation — one prompt generates a complete ElizaOS character with personality, knowledge, and examples
- Smart plugin selection — auto-picks from 14 ElizaOS plugins (Solana, Telegram, Discord, Twitter, etc.)
- GPU-optimized deploy files — generates Dockerfile + Nosana job definition ready for decentralized GPUs
- Chat with your agents — talk to each created agent using its own system prompt, with streaming responses (SSE)
- Agent dashboard — manage, rename, edit character files, and deploy all your agents from one UI
| Layer | Tech |
|---|---|
| Framework | ElizaOS v2 (custom plugin) |
| LLM | Qwen3.5-27B on Nosana GPU |
| Backend | TypeScript, 6 actions, streaming proxy |
| Frontend | React 18 + Tailwind CSS (single-file SPA) |
| Infra | Nosana decentralized GPU network |
git clone https://github.com/Seenfinity/nosship.git && cd nosship
pnpm install
cp .env.example .env # configure your Nosana endpoint
pnpm exec elizaos start --character ./characters/agent.character.jsonOpen http://localhost:3000 → start creating agents.
docker build -t yourusername/my-agent:v1.0 .
docker push yourusername/my-agent:v1.0
nosana job post --file nosana-job.json --market nvidia-4090https://x.com/seenfinity/status/2043992536868384961
Built with ☀️ on Nosana
