Rovanta/rmodel
rModel is a framework for building LLM applications with agentic workflow
This framework helps Go developers build sophisticated AI applications that involve complex, multi-step decision-making processes, similar to how a human might tackle a task. Developers define a workflow, called a 'Brain', by connecting individual processing units ('Neurons') that can incorporate large language models or other logic. The framework takes in developer-defined logic and LLM inputs, then executes a structured series of steps to produce a desired AI-driven output. It's intended for Go developers who are building agentic AI applications.
No commits in the last 6 months.
Use this if you are a Go developer building AI applications that require dynamic, multi-step workflows or agent-like behavior, and you need robust control over how different processing units interact.
Not ideal if you are a non-developer or if you primarily work in languages other than Go and are not building complex, agentic AI systems.
Stars
66
Forks
11
Language
Go
License
Apache-2.0
Category
Last pushed
Feb 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Rovanta/rmodel"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
InfinitiBit/graphbit
GraphBit is the world’s first enterprise-grade Agentic AI framework, built on a Rust core with a...
autogluon/autogluon-assistant
Multi-Agent System Powered by LLMs for End-to-end Multimodal ML Automation
pguso/agents-from-scratch
Build AI agents from first principles using a local LLM - no frameworks, no cloud APIs, no...
samholt/L2MAC
🚀 The LLM Automatic Computer Framework: L2MAC
pguso/ai-agents-from-scratch
Demystify AI agents by building them yourself. Local LLMs, no black boxes, real understanding of...