Skip to content

Commit 993828a

Browse files
committed
readme doc updated
1 parent 12b37cf commit 993828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo has an implementation of the [Blackboard design pattern](https://en.wi
44

55
### Components
66

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.
88

99
### How it Works
1010

0 commit comments

Comments
 (0)