Skip to content

Your personal AI agent with free decentralized inference. One command to install.

License

Notifications You must be signed in to change notification settings

SmartAgentProtocol/smartagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 SmartAgent

Your personal AI agent with decentralized inference you own.

SmartAgent gives you a personal AI assistant that works out of the box — no API key, no subscription, no corporate middleman. Powered by OpenClaw and Morpheus decentralized inference.

Install

One command:

curl -fsSL https://smartagent.org/install.sh | bash

That's it. The installer handles everything:

  1. ✅ Installs Node.js (if needed)
  2. ✅ Installs OpenClaw (the AI agent framework)
  3. ✅ Installs Everclaw (decentralized inference)
  4. ✅ Bootstraps decentralized inference via Morpheus API Gateway
  5. ✅ Configures your agent with sensible defaults
  6. ✅ Opens WebChat in your browser — start talking immediately

No API key required. Decentralized inference from the Morpheus network.

What You Get

Feature Description
Inference You Own Powered by Morpheus P2P network — no subscription needed
Personal agent Remembers you across sessions, learns your preferences
Private Runs locally on your machine, no data harvesting
Decentralized No single company controls your access to AI
Extensible 50+ skills via ClawHub, plus custom skills
Multi-channel WebChat, Signal, Telegram, WhatsApp, Discord, and more

Upgrade Path

SmartAgent grows with you:

Day 1:   Morpheus API Gateway (Kimi K2.5, GLM-5, MiniMax M2.5, open access)
           ↓
Week 1:  Own API key from app.mor.org (personalized, no cost)
           ↓
Month 1: Venice subscription ($8/mo → Claude, GPT-5.2)
           ↓
Later:   MOR staking → own your inference forever

How It Works

SmartAgent = OpenClaw + Everclaw + pre-configured defaults

  • OpenClaw is the MIT-licensed AI agent framework — handles sessions, memory, tools, channels, and the agent runtime
  • Everclaw connects your agent to the Morpheus decentralized inference network — no API key needed to start
  • SmartAgent bundles them together with a one-line installer and configuration tuned for new users

Requirements

  • macOS 12+ or Linux (x86_64 or arm64)
  • ~500MB disk space
  • Internet connection

Commands

After installation:

Action Command
Start agent openclaw gateway start
Stop agent openclaw gateway stop
Open WebChat openclaw webchat
View logs openclaw gateway logs
Check status openclaw status
Update OpenClaw openclaw update
Update Everclaw cd ~/.openclaw/workspace/skills/everclaw && git pull

Architecture

SmartAgent
├── OpenClaw (AI agent framework)
│   ├── Gateway daemon (background service)
│   ├── Agent runtime (sessions, memory, tools)
│   ├── Channels (WebChat, Signal, Telegram, etc.)
│   └── Skills (ClawHub ecosystem)
├── Everclaw (decentralized inference)
│   ├── Morpheus API Gateway (open access, cloud)
│   ├── Morpheus P2P Proxy (local, staked MOR)
│   └── Gateway Guardian v4 (billing-aware self-healing watchdog)
└── SmartAgent Config
    ├── SOUL.md (agent personality)
    ├── AGENTS.md (workspace conventions)
    └── BOOTSTRAP.md (first-run experience)

Contributing

We use PRs with review for all changes. See ARCHITECTURE.md for the full technical design.

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Open a PR against main

Development

git clone https://github.com/SmartAgentProtocol/smartagent.git
cd smartagent
# Test the installer syntax
bash -n install.sh

Community

License

MIT — see LICENSE


Built by the SmartAgentProtocol community. Powered by OpenClaw and Morpheus.

About

Your personal AI agent with free decentralized inference. One command to install.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages