|
Hello dora-rs team, I am very interested in Project #10: Agentic Dora — Agent-Driven Robot Control for GSoC. From my understanding, the goal of this project is to connect an agent framework with Dora so that users can control a simulated robot through high-level commands, without manually wiring low-level pipelines. I would like to discuss a possible MVP direction, since this project seems to have a large design space. My current idea is to keep the first version focused on a simple but complete loop:
To keep the project realistic, I am currently thinking about:
I would like to ask a few questions to better understand expectations:
My goal is to make the first version small, reliable, and demonstrable, rather than trying to cover too many features. Thank you! |
Replies: 1 comment 1 reply
|
Your MVP scope looks right, but I would start with a mock or rule based agent bridge instead of a real LLM. That lets you prove the Dora message flow, simulator loop, and action schema first, which is the real risk. |
Your MVP scope looks right, but I would start with a mock or rule based agent bridge instead of a real LLM. That lets you prove the Dora message flow, simulator loop, and action schema first, which is the real risk.