Skip to content

Commit 690d5ed

Browse files
committed
Merge branch 'dev' into jeff/improve/docs
# Conflicts: # docs/usage/modules.md
2 parents 26a028f + 221fcfb commit 690d5ed

File tree

167 files changed

+7328
-7745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+7328
-7745
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ yolo11n.pt
6666
*mobileclip*
6767
/results
6868

69+
CLAUDE.MD
6970
/assets/teleop_certs/

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ A blueprint example that connects the image stream from a robot to an LLM Agent
196196
from dimos.core import autoconnect, LCMTransport
197197
from dimos.msgs.sensor_msgs import Image
198198
from dimos.robot.unitree.go2.connection import go2_connection
199-
from dimos.agents.agent import llm_agent
199+
from dimos.agents.agent import agent
200200

201201
blueprint = autoconnect(
202202
go2_connection(),
203-
llm_agent(),
203+
agent(),
204204
).transports({("color_image", Image): LCMTransport("/color_image", Image)})
205205

206206
# Run the blueprint
@@ -234,7 +234,6 @@ For system deps, Nix setups, and testing, see `/docs/development/README.md`.
234234

235235
DimOS comes with a number of monitoring tools:
236236
- Run `lcmspy` to see how fast messages are being published on streams.
237-
- Run `skillspy` to see how skills are being called, how long they are running, which are active, etc.
238237
- Run `agentspy` to see the agent's status over time.
239238
- If you suspect there is a bug within DimOS itself, you can enable extreme logging by prefixing the dimos command with `DIMOS_LOG_LEVEL=DEBUG RERUN_SAVE=1 `. Ex: `DIMOS_LOG_LEVEL=DEBUG RERUN_SAVE=1 dimos --replay run unitree-go2`
240239

dimos/agents/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)