Storm
0b1c2ce20a
feat: implemented pausing, implemented graceful stopping, removed old RI pausing code
...
ref: N25B-393
2026-01-20 18:53:24 +01:00
Storm
f9b807fc97
chore: quick push before demo; fixed image receiving from RI
2026-01-20 12:46:30 +01:00
Storm
985327de70
docs: updated docstrings and fixed styling
...
ref: N25B-393
2026-01-19 12:52:00 +01:00
Storm
f9c69cafb3
Merge branch 'feat/reset-experiment-and-phase' into feat/visual-emotion-recognition
2026-01-19 11:45:31 +01:00
7f7e0c542e
docs: add missing docs
...
ref: N25B-115
2026-01-16 15:35:41 +01:00
Storm
48ae0c7a12
Merge remote-tracking branch 'origin/feat/reset-experiment-and-phase' into feat/visual-emotion-recognition
2026-01-16 14:45:16 +01:00
Storm
a09d8b3d9a
chore: small changes
2026-01-16 14:40:59 +01:00
Storm
05804c158d
feat: fully implemented visual emotion recognition agent in pipeline
...
ref: N25B-393
2026-01-16 13:26:53 +01:00
b1c18abffd
test: bunch of tests
...
Written with AI, still need to check them
ref: N25B-449
2026-01-16 13:11:41 +01:00
Pim Hutting
d499111ea4
feat: added pause functionality
...
Storms code wasnt fully included in Bjorns branch
ref: N25B-400
2026-01-13 00:52:04 +01:00
Pim Hutting
4a014b577a
Merge remote-tracking branch 'origin/feat/reset-skip-buttons' into feat/monitoringpage-cb
2026-01-12 19:19:31 +01:00
Twirre Meulenbelt
4b71981a3e
fix: some bugs and some tests
...
ref: N25B-429
2026-01-12 09:00:50 +01:00
Björn Otgaar
c91b999104
chore: fix bugs and make sure connected robots work
2026-01-08 15:31:44 +01:00
Björn Otgaar
cc0d5af28c
chore: fixing bugs
2026-01-08 12:56:22 +01:00
240624f887
Merge branch 'dev' into feat/extra-agentspeak-functionality
...
# Conflicts:
# src/control_backend/agents/bdi/bdi_program_manager.py
# src/control_backend/agents/llm/llm_agent.py
# test/unit/agents/bdi/test_bdi_program_manager.py
2026-01-07 17:46:48 +01:00
3d49e44cf7
fix: complete pipeline working
...
User interrupts still need to be tested.
ref: N25B-429
2026-01-07 17:13:58 +01:00
Twirre Meulenbelt
5282c2471f
Merge remote-tracking branch 'origin/dev' into feat/environment-variables
...
# Conflicts:
# src/control_backend/core/config.py
# test/unit/agents/actuation/test_robot_speech_agent.py
2025-12-29 12:35:39 +01:00
Pim Hutting
0501a9fba3
create UserInterruptAgent with connection to UI
2025-12-22 13:56:02 +00:00
Twirre Meulenbelt
0c682d6440
feat: introduce .env.example, docs
...
The example includes options that are expected to be changed. It also includes a reference to where in the docs you can find a full list of options.
ref: N25B-352
2025-12-11 13:35:19 +01:00
Björn Otgaar
1c9b722ba3
Merge branch 'dev' into feat/cb2ri-gestures
2025-12-11 12:46:32 +01:00
Twirre Meulenbelt
32d8f20dc9
feat: parameterize RI host
...
Was "localhost" in RI Communication Agent, now uses configurable setting. Secretly also removing "localhost" from VAD agent, as its socket should be something that's "inproc".
ref: N25B-352
2025-12-11 12:12:15 +01:00
Björn Otgaar
fe4a060188
feat: add tests and better model validation for gesture commands
...
ref: N25B-334
2025-12-04 15:13:27 +01:00
Twirre Meulenbelt
21e9d05d6e
fix: move VAD agent creation to RI communication agent
...
Previously, it was started in main, but it should use values negotiated by the RI communication agent.
ref: N25B-356
2025-12-03 15:07:29 +01:00
Björn Otgaar
b93c39420e
fix: create tests for new ri commands
...
ref: N25B-334
2025-12-03 13:29:47 +01:00
Björn Otgaar
95c7585bf1
feat: setup gesture agent and adjust command port for the UI
...
ref: N25B-334
2025-12-02 15:00:10 +01:00
953fde7b0c
chore: apply suggestions
2025-11-25 12:56:13 +01:00
5598c6b8fe
Merge branch 'feat/norms-and-goals-program' into docs/docs-cb
2025-11-25 12:04:33 +01:00
e5949a7273
fix: fix test race condition
...
ref: N25B-301
2025-11-25 11:21:25 +01:00
129d3c4420
docs: add docs to CB
...
Pretty much every class and method should have documentation now.
ref: N25B-295
2025-11-24 21:58:22 +01:00
8607f9b615
chore: apply suggestions
2025-11-22 19:59:30 +01:00
1f9926fe00
chore: apply suggestion
...
Changed `add_background_task` to `add_behavior` and added extra docs.
2025-11-22 10:28:52 +01:00
bb3f81d2e8
refactor: remove SPADE dependencies
...
Did not look at tests yet, this is a very non-final commit.
ref: N25B-300
2025-11-20 14:35:28 +01:00
Twirre Meulenbelt
64db25c974
Merge remote-tracking branch 'origin/dev' into refactor/config-file
...
# Conflicts:
# src/control_backend/agents/ri_communication_agent.py
# src/control_backend/core/config.py
# src/control_backend/main.py
2025-11-19 17:30:48 +01:00
Twirre Meulenbelt
efe49c219c
feat: apply new agent naming standards
...
Expanding abbreviations to remove ambiguity, simplifying agent names to reduce repetition.
ref: N25B-257
2025-11-19 15:56:09 +01:00