[GSoC 2026] Minimal Agentic Dora Prototype — Modular Dataflow for Real-Time Robot Control #1522
Replies: 5 comments 1 reply
-
|
Hi, sharing a quick update after further development on the prototype: ✅ Improvements made
🔁 Updated architectureObservations
Next steps
Would love feedback on whether this direction (introducing structure + safety early) aligns with expectations for the project. 🔗 Prototype Repository: (Working demo with modular Dora pipeline, safety layer, and structured messaging) Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, sharing a quick update since my last message: I have now extended the prototype into a full agentic pipeline with an LLM-based agent layer. 🔄 Updated architecture: ✅ Key additions:
🧠 This now demonstrates:
The system runs end-to-end in real time with the LLM integrated into the control loop. 🔗 Prototype repository: Additionally, I’ve also started contributing directly to the Dora codebase: Would this direction (introducing LLM reasoning + tool abstraction early, along with separate safety validation) align with expectations for the project? Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Great work building this minimal agentic Dora prototype so quickly — it’s really solid to see a complete, runnable end-to-end pipeline that validates the core agent-driven robot control pattern with Dora’s dataflow architecture! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have implemented a 🔄 Updated architecture: ✅ Key additions:
This now demonstrates:
🔗 PR: I’d appreciate any feedback on the node design, especially regarding:
Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, quick update based on the earlier feedback: I’ve added initial observability to the smolagents-based Dora node to make the agent decision flow explicit. Each command now logs:
Example: This is a first step towards integrating structured tracing (e.g., OTLP) and improving debuggability of agent-driven pipelines. Next, I plan to extend this with:
Would appreciate any feedback on how best to align this with Dora’s observability patterns. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve been exploring the "Agentic Dora" GSoC project idea and wanted to share a working prototype I built to validate the core concept of agent-driven robot control using Dora dataflows.
What I implemented
input → agent_bridge → simulation
command → agent → control signal → robot motion
Key aspects demonstrated
Example commands
Current focus
This prototype focuses on validating the dataflow architecture and modularity, rather than full agent intelligence.
Planned next steps
Questions
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions