Storm
f9c69cafb3
Merge branch 'feat/reset-experiment-and-phase' into feat/visual-emotion-recognition
2026-01-19 11:45:31 +01:00
db64eaeb0b
fix: failing tests and warnings
...
ref: N25B-449
2026-01-16 16:18:36 +01:00
Storm
1b0b72d63a
chore: fixed broken uv.lock file
2026-01-16 15:10:55 +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
1c88ae6078
feat: visual emotion recognition agent
...
ref: N25B-393
2026-01-13 12:41:18 +01:00
d043c54336
refactor: program restructure
...
Also includes some AgentSpeak generation.
ref: N25B-376
2025-12-16 10:21:50 +01:00
5a6ff12d8d
chore: update dependencies
2025-11-21 17:29:30 +01:00
359633effc
chore: update dependencies
2025-11-21 17:18:53 +01:00
5fb923e20d
refactor: testing
...
Redid testing structure, added tests and changed some tests.
ref: N25B-301
2025-11-21 17:03:40 +01:00
92fc73d45b
chore: add back agentspeak dependency
...
This was removed with the removal of SPADE.
2025-11-21 10:04:37 +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
Storm
8c209d3adb
docs: conf.py is now included, sphinx is properly installed using uv
...
ref: N25B-270
2025-11-19 17:47:10 +01:00
Storm
7e73baf8be
docs: added auto-generation of documentation
...
ref: N25B-270
2025-11-19 13:44:08 +01:00
d5de644828
feat: add colored and formatted logging
...
Add a custom logging setup function to add custom levels and custom
formatters (partly for future use with extended logging functionality).
Also implemented a basic colored formatter to make our logs nicer.
Also improved the handling of logging in external libraries, so now we
should only get WARNings or above.
ref: N25B-233
2025-10-31 21:22:32 +01:00
Twirre Meulenbelt
f73f510608
fix: make VAD unit tests work with minimal dependencies
...
By mocking PyTorch and ZMQ and adding the Numpy dependency.
ref: N25B-213
2025-10-28 18:13:00 +01:00
Björn Otgaar
bea6bf2a60
fix: Reverted to different branch and updated gitlab cicd for this branch
...
ref: N25B-205
2025-10-28 14:18:55 +01:00
Björn Otgaar
fd11e63b78
Revert "fix: unit test refactoring with conftest and more mocks"
...
This reverts commit 423309e063 .
2025-10-28 14:16:39 +01:00
Björn Otgaar
437b21a6d6
Revert "fix: quick fix for pydantic import for tests"
...
This reverts commit acb6a69467 .
2025-10-28 14:16:15 +01:00
Björn Otgaar
a1b8a7a05e
Revert "fix: quick fix for fastapi import for tests"
...
This reverts commit 3730943b9e .
2025-10-28 14:14:33 +01:00
Björn Otgaar
3730943b9e
fix: quick fix for fastapi import for tests
...
ref: N25B-205
2025-10-28 13:30:15 +01:00
Björn Otgaar
acb6a69467
fix: quick fix for pydantic import for tests
...
Ref: N25B-205
2025-10-28 13:28:38 +01:00
Björn Otgaar
423309e063
fix: unit test refactoring with conftest and more mocks
...
ref: N25B-205
2025-10-28 13:26:33 +01:00
Björn Otgaar
52faa59184
Merge remote-tracking branch 'origin/dev' into feat/cb2ui-robot-connections
2025-10-28 11:09:23 +01:00
4859c3ac04
style: fix style
2025-10-27 15:10:31 +01:00
Björn Otgaar
d599f71c8a
Merge remote-tracking branch 'origin/dev' into feat/cb2ui-robot-connections
2025-10-23 16:48:04 +02:00
e057cf3003
test: add unit tests to BeliefCollector
...
ref: N25B-197
2025-10-22 14:51:20 +02:00
cd0b3ee9a0
Merge branch 'dev' into feat/agentic-architecture
2025-10-22 14:20:43 +02:00
2069ac1a93
feat: automatic testing
...
This commit adds a .gitlab-ci.yml file, which is responsible for
defining jobs to be run (in this case only running the test suite)
ref: N25B-65
2025-10-22 14:05:45 +02:00
Björn Otgaar
3d7ef2b874
feat: agent structure and implementation new
...
architecture with unit tests
ref: N25B-205
2025-10-22 10:28:48 +02:00
31882f8d63
feat: add BDI core agent
...
Main BDI brain structure implemented. Still some TODOs left, and very
basic implementation (only one belief "user_said(Message)" and every
message is sent straight to a function which is responsible for getting
an LLM response.
ref: N25B-197
2025-10-18 17:50:17 +02:00
1229df70b0
chore: filled in project structure
...
Added some example basic files containing a functioning /message
endpoint which logs the received message to INFO.
ref: N25B-144
2025-10-08 15:02:11 +02:00
0b3731314b
chore: initialized UV repository
...
Also added the initial packages necessary for audio transcription.
ref: N25B-144
2025-10-08 13:23:52 +02:00