Prerequisites
- Python 3.11 or later
- Node.js 20+ (for the dashboard UI)
- An API key for at least one LLM provider, or Ollama installed locally
1. Clone and install
2. Create your config
~/.neuralcleave/config.toml. Edit it to set your provider and key under [models]:
3. Start the gateway
4. Open the dashboard
5. Send your first message
From the terminal, without any channel or dashboard:Next steps
Connect a channel
Route messages from Telegram, Discord, or Slack.
Enable voice
Add wake word detection and local STT/TTS.
Add a skill
Teach the agent a new capability.
Switch providers
Use Ollama for a fully local setup.
