Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
72b0115
Module config tweaks (#1510)
Dreamsorcerer Mar 12, 2026
482bfcf
chore(comments): remove section markers (#1546)
paul-nechifor Mar 14, 2026
5135566
fix(imports): remove dunder init (#1545)
paul-nechifor Mar 14, 2026
eef0230
fix(deps): skip pyrealsense2 on macOS (#1556)
jeff-hykin Mar 14, 2026
e1bc7f1
Feat/memory2 (#1536)
leshy Mar 15, 2026
8ae82f4
docs(readme): add Trendshift trending badge (#1563)
spomichter Mar 15, 2026
30f8e58
fix(ci): limit tests to 60 minutes max (#1557)
paul-nechifor Mar 16, 2026
01af6b2
fix(old-scripts): remove (#1561)
paul-nechifor Mar 16, 2026
a499eac
docs: add Spec issue template (#1574)
spomichter Mar 16, 2026
73b06c9
feat(patrol): add patrolling module (#1488)
paul-nechifor Mar 17, 2026
c0692bf
fix: rename teleop blueprints, remove VisualizingTeleopModule (#1602)
ruthwikdasyam Mar 19, 2026
a0f0fa7
feat(test): add leaderboard (#1580)
paul-nechifor Mar 19, 2026
00cdcc4
fix(florence): fix text failure (#1582)
paul-nechifor Mar 19, 2026
9ea24bb
event based sub callback collector for tests (#1605)
leshy Mar 19, 2026
4d0d260
refactor: split control blueprints + added env variables (#1601)
ruthwikdasyam Mar 19, 2026
c50d033
- (#1610)
jeff-hykin Mar 19, 2026
aed901f
fix(cli): fix `dimos --help` (both bad imports and speed) (#1571)
jeff-hykin Mar 20, 2026
c7f8fef
chore(blueprints): remove aliases (#1606)
paul-nechifor Mar 20, 2026
660b782
Merge branch 'main' into dev
spomichter Mar 21, 2026
0d7faef
Feature: go2 webrtc TwistBase adapter for control coordinator (#1362)
mustafab0 Mar 21, 2026
c437236
data: add sim assets for xArm6 and Piper (#1642)
ruthwikdasyam Mar 21, 2026
bac5842
MuJoCo sim support for Manipulation (#1639)
ruthwikdasyam Mar 22, 2026
6b42471
fix: use typing_extensions.Self for Python 3.10 compat (#1621)
jeff-hykin Mar 22, 2026
2aa3f3a
chore: close stale prs (#1646)
paul-nechifor Mar 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/spec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Spec
description: Technical specification for a new module, feature, or system change
title: "[Spec]: "
body:
- type: textarea
id: spec
attributes:
label: Specification
description: Full technical spec in markdown
value: |
## Summary
<!-- One sentence: what this adds/changes and why -->

## Motivation
<!-- What problem does this solve? Link related issues. -->

## Design

### API / Interface
<!-- Public API, CLI flags, stream types, config options -->

### Architecture
<!-- How it fits into DimOS. Which modules, streams, blueprints are involved? -->

### Implementation Notes
<!-- Key decisions, algorithms, dependencies, constraints -->
validations:
required: true
30 changes: 30 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Close stale PRs

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

permissions:
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 23
days-before-close: 7
stale-pr-message: >
This pull request has been automatically marked as stale because it
has not had recent activity. It will be closed in 7 days if no
further activity occurs.
close-pr-message: >
This pull request has been automatically closed because it has been
stale for 30 days with no activity. Feel free to reopen it if you
plan to continue working on it.
stale-pr-label: stale
exempt-pr-labels: pinned,do-not-close
days-before-issue-stale: -1
days-before-issue-close: -1
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:

jobs:
run-tests:
timeout-minutes: 60
runs-on: [self-hosted, Linux]
container:
image: ghcr.io/dimensionalos/${{ inputs.dev-image }}
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dimos restart # stop + re-run with same original args
| `unitree-g1-agentic-sim` | G1 | sim | GPT-4o (G1 prompt) | — | Full agentic sim, no real robot needed |
| `xarm-perception-agent` | xArm | real | GPT-4o | — | Manipulation + perception + agent |
| `xarm7-trajectory-sim` | xArm7 | sim | — | — | Trajectory planning sim |
| `arm-teleop-xarm7` | xArm7 | real | — | — | Quest VR teleop |
| `teleop-quest-xarm7` | xArm7 | real | — | — | Quest VR teleop |
| `dual-xarm6-planner` | xArm6×2 | real | — | — | Dual-arm motion planner |

Run `dimos list` for the full list.
Expand Down
77 changes: 0 additions & 77 deletions bin/filter-errors-after-date

This file was deleted.

63 changes: 0 additions & 63 deletions bin/filter-errors-for-user

This file was deleted.

44 changes: 0 additions & 44 deletions bin/mypy-ros

This file was deleted.

Loading
Loading