implemented basic belief-from-text extractor including demo version #13
Reference in New Issue
Block a user
Delete Branch "feat/belief-from-text"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
added 75 commits
dev7744852e- Merge remote-tracking branch 'origin/dev' into feat/belief-from-text889ec1db- chore: fix merge conflicts and small itemsd05276b0- Merge remote-tracking branch 'origin/feat/belief-from-text' into feat/belief-from-text792d360f- chore: remove test agent againCompare with previous version
mentioned in commit
baa0c73469