Commit c6bed25
committed
feat: enhance schema fetching and add edge case tests
- Updated schema fetching logic to handle cases where the "servers" key may be absent or empty.
- Improved credential redaction patterns for better security.
- Introduced a comprehensive suite of edge case tests covering various functions, including authentication parsing, identity handling, instruction processing, and variable parsing.
- Refactored planner tests to support asynchronous execution, ensuring robust testing of planning and re-planning functionalities.1 parent 9ef6841 commit c6bed25
5 files changed
Lines changed: 1336 additions & 13 deletions
File tree
- src/secnodeapi
- memory/semantic
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments