
An AI framework for building AI agents and using Horus AI Models all open-source, easy to use, with special features from TokenAI.
Orchestrate elite multi-agent workflows, deploy autonomous task pipelines, and synchronize execution cycles seamlessly. NeuralNode is fully optimized to run natively inside the OpenClaw agent ecosystem.

Get started with just a few lines of code. NeuralNode makes AI development accessible to everyone.
import neuralnode as nn
# Initialize NeuralNode coordinator
ai = nn.NeuralNode(provider="google", model="gemini-1.5-flash")
# Create an autonomous agent with web search & math skills
agent = ai.agent(
skills=["web_search", "calculator"],
thinking=True
)
# Run agent to solve complex tasks
response = agent.run("Find today's BTC price and multiply it by 1.5")
print(response)








Deploy your agents and interact with them seamlessly on the platforms you use every day. Fully integrated and ready to chat.



A complete toolkit for modern AI development, from research to production.
Build custom AI agents and intelligent applications with a simple, intuitive API.
Optimized for speed with JAX backend support and automatic GPU acceleration.
Clean, Pythonic API that makes prototyping and production deployment seamless.
Deploy models anywhere — from local machines to cloud clusters.
Built for reliability with extensive testing and production validation.
Support for multiple hardware backends including CPU, GPU, and TPU.
Install now and start building production-ready AI applications in minutes.