implemented basic belief-from-text extractor including demo version #13

Merged
s.o.h.luijkx merged 7 commits from feat/belief-from-text into dev 2025-10-29 14:31:37 +00:00
s.o.h.luijkx commented 2025-10-29 14:00:17 +00:00 (Migrated from git.science.uu.nl)

To make functional in pipeline add agent name to config.py and edit creation of agent in main.py such that it is created with this name.
In text_belief_extractor.py in run, edit the match-case such that the first case checks for the name of the transcriber agent.
In _process_transcription_demo in:
belief_msg = Message(to=settings.agent_settings.bdi_core_agent_name + '@' + settings.agent_settings.host, body=payload)
Change 'to' to: settings.agent_settings.belief_collector_agent_name

To make functional in pipeline add agent name to config.py and edit creation of agent in main.py such that it is created with this name. In text_belief_extractor.py in run, edit the match-case such that the first case checks for the name of the transcriber agent. In _process_transcription_demo in: belief_msg = Message(to=settings.agent_settings.bdi_core_agent_name + '@' + settings.agent_settings.host, body=payload) Change 'to' to: settings.agent_settings.belief_collector_agent_name
0950726 commented 2025-10-29 14:31:03 +00:00 (Migrated from git.science.uu.nl)

added 75 commits

  • 041edd4c...f260fd64 - 71 commits from branch dev
  • 7744852e - Merge remote-tracking branch 'origin/dev' into feat/belief-from-text
  • 889ec1db - chore: fix merge conflicts and small items
  • d05276b0 - Merge remote-tracking branch 'origin/feat/belief-from-text' into feat/belief-from-text
  • 792d360f - chore: remove test agent again

Compare with previous version

added 75 commits <ul><li>041edd4c...f260fd64 - 71 commits from branch <code>dev</code></li><li>7744852e - Merge remote-tracking branch &#39;origin/dev&#39; into feat/belief-from-text</li><li>889ec1db - chore: fix merge conflicts and small items</li><li>d05276b0 - Merge remote-tracking branch &#39;origin/feat/belief-from-text&#39; into feat/belief-from-text</li><li>792d360f - chore: remove test agent again</li></ul> [Compare with previous version](/ics/sp/2025/n25b/pepperplus-cb/-/merge_requests/13/diffs?diff_id=133123&start_sha=041edd4c1efa89b901c6150812d1f74320bc5993)
0950726 commented 2025-10-29 14:31:37 +00:00 (Migrated from git.science.uu.nl)

mentioned in commit baa0c73469

mentioned in commit baa0c734694704c9d6565cfd2be87916befa3269
0950726 (Migrated from git.science.uu.nl) merged commit baa0c73469 into dev 2025-10-29 14:31:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pepperplus/pepperplus-cb#13