Skip to content

Commit 14ef514

Browse files
committed
use_matlab_agent batch, streaming, interactive
1 parent 6ab6533 commit 14ef514

File tree

8 files changed

+415
-251
lines changed

8 files changed

+415
-251
lines changed

agents/matlab/matlab_agent/docs/examples/interactive-simulation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ simulation:
4343
timestamp: float # Simulation timestamp in epoch seconds
4444
```
4545

46-
Use the client `use_matlab_agent_interactive.py` to start the client.
46+
Use the client `use_matlab_agent_interactive.py` with the CLI option `--api-payload` to specify the path to this YAML payload file and start the client.

agents/matlab/matlab_agent/resources/config/default.yaml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
tcp:
22
host: "localhost"
3-
# ——— Incoming stream (Python → MATLAB) ———
3+
# ——— Incoming stream (Agent → MATLAB) ———
44
input_port: 5679
55

6-
# ——— Outgoing stream (MATLAB → Python) ———
6+
# ——— Outgoing stream (MATLAB → Agent) ———
77
output_port: 5678
88

99
# Connection / retry policy

agents/matlab/matlab_agent/resources/use_matlab_agent.py

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

0 commit comments

Comments
 (0)