yao/agent/memory
Max 4f132859a4 Enhance JSAPI and Context Management for Sub-Agent Calls
- Implemented automatic disabling of SSE output for sub-agent calls to prevent message corruption and client disconnection.
- Introduced a `forceSkipOutput` method to ensure `skip.output` is set to true for all sub-agent requests.
- Updated the `Fork` method in the context to create independent Memory instances, preventing state sharing during concurrent executions.
- Enhanced documentation to clarify the behavior of SSE output and context management in batch operations.
2026-01-26 10:48:00 +08:00
..
interfaces.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
manager.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
memory.go Enhance JSAPI and Context Management for Sub-Agent Calls 2026-01-26 10:48:00 +08:00
memory_test.go Enhance Memory Namespace Isolation Tests and Functionality 2025-12-22 14:54:42 +08:00
namespace.go Enhance Memory Namespace Isolation Tests and Functionality 2025-12-22 14:54:42 +08:00
types.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00