Welcome to Nora #1
solomon2773
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to Nora, the open‑source control plane for managing fleets of OpenClaw AI agents.
Nora makes it easy to deploy, monitor, and control OpenClaw agents at scale, with each agent running in its own isolated container and connected to the LLM provider of your choice.
How Nora Works
Each agent in Nora is an OpenClaw runtime instance.
Every agent:
• Runs in an isolated container sandbox
• Connects to its own LLM provider (OpenAI, Anthropic, Gemini, Groq, etc.)
• Has its own memory, tools, and integrations
• Communicates through the OpenClaw Gateway
This allows you to run a fleet of specialized agents, each powered by a different model or configuration.
Example setup:
Research Agent → Gemini
Coding Agent → OpenAI
Data Agent → DeepSeek
Support Agent → Anthropic
All agents are deployed, monitored, and controlled from the Nora dashboard.
What Nora Provides
Nora focuses on the infrastructure layer for AI agents.
Key capabilities:
• Deploy OpenClaw agents in seconds
• Manage agent containers and resource allocation
• Connect agents to multiple LLM providers
• Monitor logs, sessions, and runtime status
• Access interactive terminals for each agent
• Schedule automated tasks with cron
• Manage integrations and communication channels
Why Nora Exists
Most agent frameworks focus on agent logic.
Nora focuses on agent infrastructure and operations.
By separating the runtime (OpenClaw) from the control plane (Nora), the platform allows developers to operate large fleets of AI agents reliably.
Getting Started
Deploy Nora locally in minutes:
Clone the repository
Configure your .env file
Run docker compose up -d
Then open the dashboard and deploy your first OpenClaw agent.
Join the Community
Use the Discussions section to:
• Share ideas and feature requests
• Show what you're building with Nora
• Ask questions about deployment
• Discuss the future of OpenClaw agent infrastructure
We're excited to see what you build with Nora.
Beta Was this translation helpful? Give feedback.
All reactions