Skip to content

feat: various enhancements#44

Merged
maciejmajek merged 4 commits into
developmentfrom
mm/update
Jul 6, 2026
Merged

feat: various enhancements#44
maciejmajek merged 4 commits into
developmentfrom
mm/update

Conversation

@maciejmajek

@maciejmajek maciejmajek commented Jul 4, 2026

Copy link
Copy Markdown
Member

Documentation update
Agentic trace local & docker

* feat: agentic trace

* feat: pixi demo-trace task

* refactor: demo trace

* chore: increase inference server setup timeout

* fix: demo trace log handling

* docs: agentic trace

@zakmat zakmat left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, I want to verity TASK param escaping in demo_trace.sh still

Comment thread scripts/demo_trace.sh
set -euo pipefail

DEMO_ROOT="${DEMO_ROOT:-$(pwd)}"
TASK="${TASK:-Prepare shipping of the following items: one CPU, }"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is comma at the end needed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's 1 to 1 with the HMI. Decided to reuse the same wording for completeness.

Comment thread scripts/demo_trace.sh Outdated
resolve_trace_dir
log "Sending task: $TASK"
before_size=$(filesize "$LOG")
ros2 topic pub --once /user_tasks std_msgs/msg/String "{data: '${TASK//\'/\'\\\'\'}'}" >/dev/null

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a test case for apostrothe in the TASK? e.g TASK="Don't touch rack J01" produces {data: 'Don'''t ...'}

@maciejmajek maciejmajek merged commit abc2115 into development Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants