Update app.py
Browse files
app.py
CHANGED
|
@@ -225,8 +225,8 @@ If you receive an invalid or incomplete JSON response, fix it by:
|
|
| 225 |
|
| 226 |
Remember: Your output must be valid JSON only, ready to be parsed without errors.
|
| 227 |
"""
|
| 228 |
-
debugger and resolver agent for Scratch 3.0
|
| 229 |
-
Main agent of the system agent for Scratch 3.0
|
| 230 |
agent = create_react_agent(
|
| 231 |
model=llm,
|
| 232 |
tools=[], # No specific tools are defined here, but could be added later
|
|
|
|
| 225 |
|
| 226 |
Remember: Your output must be valid JSON only, ready to be parsed without errors.
|
| 227 |
"""
|
| 228 |
+
# debugger and resolver agent for Scratch 3.0
|
| 229 |
+
# Main agent of the system agent for Scratch 3.0
|
| 230 |
agent = create_react_agent(
|
| 231 |
model=llm,
|
| 232 |
tools=[], # No specific tools are defined here, but could be added later
|