You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repo has an implementation of the [Blackboard design pattern](https://en.wi
4
4
5
5
### Components
6
6
7
-
The module bbpattern has three classes - Blackboard, BBController and KS (KnowledgeSource or AI Agent). The Blackboard object holds a BBTask object which inturn holds a List[BBSubTask] object. The BBController holds a set of KS objects. The KS object has an asynchronous process() method. Each KS (could be an AI Agent) is specialized in solving a specific problem.
7
+
The module bbpattern has three classes - Blackboard, BBController and KS (KnowledgeSource possibly using AI Agent). The Blackboard object holds a BBTask object which inturn holds a List[BBSubTask] object. The BBController holds a set of KS objects. The KS object has an asynchronous process() method. Each KS (possibly using an AI Agent) is specialized in solving a specific problem.
0 commit comments