Alejandro Arguelles commited on
Commit
0dab7da
·
1 Parent(s): 824a315

last changes

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -24,6 +24,8 @@ This is my submission for the Text Adventure Agent assignment. My agent uses the
24
  - What tools did you implement in your MCP server?
25
  - Any interesting techniques or optimizations?
26
 
 
 
27
 
28
  1. Long-Term Memory System (Rolling Summary)
29
  To avoid the LLM context prompt growing forever and hiting token limits (or losing focus), i've added a cyclic summary system:
 
24
  - What tools did you implement in your MCP server?
25
  - Any interesting techniques or optimizations?
26
 
27
+ (First of all if the scripts don't work don't hesitate to contact me (Alejandro.ar.tj@gmail.com) Locally it works for me (see screenshots and logs above))
28
+
29
 
30
  1. Long-Term Memory System (Rolling Summary)
31
  To avoid the LLM context prompt growing forever and hiting token limits (or losing focus), i've added a cyclic summary system: