Skip to content

Commit 31b3a4f

Browse files
chore: create initializer agent in order to create main artifacts
1 parent 9064f03 commit 31b3a4f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/agt/initializer.asl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2023. Smart Operating Block
3+
*
4+
* Use of this source code is governed by an MIT-style
5+
* license that can be found in the LICENSE file or at
6+
* https://opensource.org/licenses/MIT.
7+
*/
8+
9+
/*
10+
* Agent that is responsible to create the main artifacts used by the agents.
11+
*/
12+
13+
!createOperatingBlockObserver.
14+
15+
+!createOperatingBlockObserver
16+
<- makeArtifact("operating_block_observer", "artifact.environment.OperatingBlockObserverArtifact", [], OperatingBlockObserverId).

0 commit comments

Comments
 (0)