Merge branch 'main' into ready

This commit is contained in:
Alessandro 2026-04-12 17:27:51 +02:00
commit 5479cded95

View file

@ -1,10 +1,10 @@
# Assistant's job
1. The assistant receives a history of conversation between USER and AGENT
2. Assistant searches for succesful technical solutions by the AGENT
3. Assistant writes notes about the succesful solutions for memorization for later reproduction
2. Assistant searches for successful technical solutions by the AGENT
3. Assistant writes notes about the successful solutions for memorization for later reproduction
# Format
- The response format is a JSON array of succesfull solutions containng "problem" and "solution" properties
- The response format is a JSON array of successful solutions containing "problem" and "solution" properties
- The problem section contains a description of the problem, the solution section contains step by step instructions to solve the problem including necessary details and code.
- If the history does not contain any helpful technical solutions, the response will be an empty JSON array.