docs: README additions: temporal-memory fix, formatting (#1535)#1537
Merged
spomichter merged 1 commit intomainfrom Mar 12, 2026
Merged
docs: README additions: temporal-memory fix, formatting (#1535)#1537spomichter merged 1 commit intomainfrom
spomichter merged 1 commit intomainfrom
Conversation
* docs: fix temporal memory featured runfile to use correct blueprint * docs: Go2 → Quadruped, G1 → Humanoid in featured runfiles and examples * docs: fix drone links to README.md, remove stray closing tag
Contributor
Greptile SummaryThis PR makes several targeted documentation fixes to
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[dimos CLI] --> B{Mode}
B --> C[--replay]
B --> D[--simulation]
B --> E[live]
C --> C1[unitree-go2: Quadruped nav replay]
C --> C2[unitree-go2-temporal-memory: Fixed temporal memory replay]
C --> C3[drone-basic: Drone telemetry replay]
C --> C4[drone-agentic: Drone + LLM agent replay]
D --> D1[unitree-go2: Quadruped simulation]
D --> D2[unitree-go2-agentic-mcp: Quadruped agentic + MCP]
D --> D3[unitree-g1: Humanoid simulation renamed from G1]
D --> D4[unitree-go2-agentic-ollama: Quadruped + local LLM]
E --> E1[unitree-go2: Live quadruped WebRTC]
E --> E2[demo-camera: Webcam demo]
E --> E3[keyboard-teleop-xarm7: xArm7 teleop]
Last reviewed commit: e8057b7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: fix temporal memory featured runfile to use correct blueprint
docs: Go2 → Quadruped, G1 → Humanoid in featured runfiles and examples
docs: fix drone links to README.md, remove stray closing tag
Problem
Closes DIM-XXX
Solution
Breaking Changes
How to Test
Contributor License Agreement