Edge-native AI infrastructure + agent toolkit for high-performance intelligent systems
Bringing agentic AI to the edge — enabling real-time, autonomous, and intelligent systems that run efficiently on-device.
From robotics to embedded AI assistants, EdgeAI powers the next generation of intelligent computing.
RunEdgeAI builds the foundational layers for on-device and hybrid AI systems, spanning runtime orchestration to agent frameworks.
- 🤖 agents-sdk — High-performance C++ SDK for building intelligent AI agents
- ⚙️ coreflow — Modular runtime and orchestration engine for connecting, scheduling, and scaling AI components
Together, they form the backbone of agentic AI at the edge.
Feature | Why It Matters |
---|---|
⚡ Edge-optimized | Low latency and efficient execution for real-world devices |
🧱 Composable architecture | Build, connect, and orchestrate AI flows effortlessly |
🚀 High performance | Modern C++ design optimized for parallelism and low overhead |
🔌 Painless & extensible | Built for integration, extension, and rapid adoption |
- 🔹 RunEdgeAI/agents-sdk — SDK for building intelligent agents in C++
- 🔹 RunEdgeAI/coreflow — Runtime & orchestration for AI workflows
(More components, integrations, and examples coming soon!)
# Clone and build coreflow
git clone https://github.com/RunEdgeAI/coreflow.git
cd coreflow
# Follow build instructions in README.md
# Clone and build agents-sdk
git clone https://github.com/RunEdgeAI/agents-sdk.git
cd agents-sdk
# Follow build instructions in README.md