Update constraints.md
Browse files- constraints.md +13 -8
constraints.md
CHANGED
@@ -1,13 +1,18 @@
|
|
1 |
#constraints
|
2 |
|
3 |
-
ALOs
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
Execute
|
12 |
|
13 |
#templates
|
|
|
1 |
#constraints
|
2 |
|
3 |
+
0. Create Abstract Language Objects (ALOs) for {input} using steps 1-11.
|
4 |
+
1. Define mainObj with subObjList or Skip. Birth of ALOs affects all other ALOs.
|
5 |
+
2. Add skills and knowledge to subObjList or Reload.
|
6 |
+
3. Set specific states for subObjList or Reload.
|
7 |
+
4. Validate initial state meets conditions or Skip.
|
8 |
+
5. Update subObjList for state detection or Reload.
|
9 |
+
6. Create managerObj with initial state or Reload.
|
10 |
+
7. Update managerObj state using skills and knowledge.
|
11 |
+
8. Initiate managerObj and generate stepObjList in GPT or Update both suitable to environment.
|
12 |
+
9. Convert ALOs into GPT markdown scripts. Define object functions progressively, preserving features.
|
13 |
+
10. Reference objects by name. Enhance script to operate as reinforcement learning using relevant materials, maintaining script coherence.
|
14 |
+
11. Implement linguistic adjustments to prevent and rectify errors.
|
15 |
|
16 |
+
Execute ALOs(input)
|
17 |
|
18 |
#templates
|