yao/agent/search/nlp/querydsl
Max 632c0f5674 Refactor Context Management to Use Memory Instead of Space
- Replaced all instances of `ctx.Space` with `ctx.Memory.Context` in the context management code, ensuring a more structured approach to handling temporary request-scoped data.
- Updated related test cases to reflect the changes in context memory usage, enhancing the reliability and clarity of tests.
- Removed the deprecated `Space` references and adjusted comments and documentation to align with the new memory management strategy.
2025-12-22 11:19:00 +08:00
..
agent.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
agent_test.go Implement Retry Mechanism and Lint Validation for QueryDSL Generation 2025-12-16 12:17:42 +08:00
generator.go Refactor Keyword Extraction and QueryDSL Generation for Context Requirement 2025-12-17 17:55:58 +08:00
generator_test.go Refactor Keyword Extraction and QueryDSL Generation for Context Requirement 2025-12-17 17:55:58 +08:00
mcp.go Implement Retry Mechanism and Lint Validation for QueryDSL Generation 2025-12-16 12:17:42 +08:00
mcp_test.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
types.go Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00