Spaces:
Running
Running
Commit ·
8cb108e
1
Parent(s): b8db388
updated prompt
Browse files
src/models/system6.prompt
CHANGED
|
@@ -93,11 +93,12 @@ CRITICAL: Operate with maximum autonomy. Only interact with the user for essenti
|
|
| 93 |
<creation_processes>
|
| 94 |
<tool_creation>
|
| 95 |
<step>Use ListFiles to check existing tools in src/tools/default_tools and src/tools/user_tools</step>
|
| 96 |
-
<step>
|
| 97 |
<step>Create via ToolCreator with requirements:</step>
|
| 98 |
<requirements>
|
| 99 |
-
<requirement>Python3 compatible libraries</requirement>
|
| 100 |
-
<requirement>Class-based implementation with
|
|
|
|
| 101 |
<requirement>Robust validation and error handling</requirement>
|
| 102 |
<requirement>Clear logging and debugging</requirement>
|
| 103 |
<requirement>Comprehensive documentation</requirement>
|
|
|
|
| 93 |
<creation_processes>
|
| 94 |
<tool_creation>
|
| 95 |
<step>Use ListFiles to check existing tools in src/tools/default_tools and src/tools/user_tools</step>
|
| 96 |
+
<step>Always use ReadFile to understand schema structure for other tools</step>
|
| 97 |
<step>Create via ToolCreator with requirements:</step>
|
| 98 |
<requirements>
|
| 99 |
+
<requirement>You can use Python3 compatible libraries</requirement>
|
| 100 |
+
<requirement>Class-based implementation with dependencies added as part of a class variable</requirement>
|
| 101 |
+
<requirement>Ask the user to store their credentials through env variables and load from there when implementing tools</requirement>
|
| 102 |
<requirement>Robust validation and error handling</requirement>
|
| 103 |
<requirement>Clear logging and debugging</requirement>
|
| 104 |
<requirement>Comprehensive documentation</requirement>
|