Skip to content

Commit

Permalink
memory cache (#760)
Browse files Browse the repository at this point in the history
* Fix cache handling and dependencies, update models and packages πŸ”§πŸ“¦

* Enhance caching logic and update cache value handling πŸš€πŸ”§

* Improve caching logic and enhance error analysis instructions πŸš€πŸ”
  • Loading branch information
pelikhan authored Oct 8, 2024
1 parent 35d4773 commit 8a70211
Show file tree
Hide file tree
Showing 30 changed files with 615 additions and 425 deletions.
44 changes: 12 additions & 32 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ The following npm packages may be included in this product:
- @types/http-cache-semantics@4.0.4
- @types/mute-stream@0.0.4
- @types/node@16.9.1
- @types/node@22.7.4
- @types/node@22.7.5
- @types/turndown@5.0.5
- @types/yauzl@2.10.3

Expand Down Expand Up @@ -1309,7 +1309,7 @@ MIT License

The following npm package may be included in this product:

- genaiscript-vscode@1.60.2
- genaiscript-vscode@1.61.2

This package contains the following license and notice below:

Expand Down Expand Up @@ -3045,7 +3045,7 @@ The following npm packages may be included in this product:
- @inquirer/core@9.2.1
- @inquirer/editor@3.0.1
- @inquirer/expand@3.0.1
- @inquirer/figures@1.0.6
- @inquirer/figures@1.0.7
- @inquirer/input@3.0.1
- @inquirer/number@2.0.1
- @inquirer/password@3.0.1
Expand Down Expand Up @@ -3578,16 +3578,6 @@ IN THE SOFTWARE.

-----------

The following npm package may be included in this product:

- [email protected]

This package contains the following license and notice below:

http://github.com/mscdex/buildcheck/raw/master/LICENSE

-----------

The following npm package may be included in this product:

- [email protected]
Expand All @@ -3598,16 +3588,6 @@ http://github.com/mscdex/ssh2/raw/master/LICENSE

-----------

The following npm package may be included in this product:

- [email protected]

This package contains the following license and notice below:

https://github.com/mscdex/cpu-features/raw/master/LICENSE

-----------

The following npm packages may be included in this product:

- [email protected]
Expand Down Expand Up @@ -4431,9 +4411,9 @@ The following npm packages may be included in this product:
- @tokenizer/token@0.3.0
- [email protected]
- [email protected]
- genaiscript-core-internal@1.60.2
- genaiscript-sample@1.60.2
- genaiscript@1.60.2
- genaiscript-core-internal@1.61.2
- genaiscript-sample@1.61.2
- genaiscript@1.61.2
- [email protected]
- [email protected]
- [email protected]
Expand Down Expand Up @@ -5114,7 +5094,7 @@ SOFTWARE.

The following npm package may be included in this product:

- [email protected].0
- [email protected].1

This package contains the following license and notice below:

Expand Down Expand Up @@ -5145,7 +5125,7 @@ SOFTWARE.

The following npm package may be included in this product:

- @lvce-editor/ripgrep@1.2.0
- @lvce-editor/ripgrep@1.3.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -5205,7 +5185,7 @@ SOFTWARE.

The following npm package may be included in this product:

- [email protected].0
- [email protected].4

This package contains the following license and notice below:

Expand Down Expand Up @@ -5363,7 +5343,7 @@ SOFTWARE.

The following npm packages may be included in this product:

- @azure/msal-browser@3.25.0
- @azure/msal-browser@3.26.0
- @azure/msal-common@14.15.0

These packages each contain the following license and notice below:
Expand Down Expand Up @@ -5854,8 +5834,8 @@ IN THE SOFTWARE.

The following npm packages may be included in this product:

- playwright-core@1.47.2
- playwright@1.47.2
- playwright-core@1.48.0
- playwright@1.48.0

These packages each contain the following license and notice below:

Expand Down
10 changes: 9 additions & 1 deletion docs/genaisrc/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/scripts/system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ defAgent(
system: ["system.explanations", "system.github_info"],
tools: [
"md_find_files",
"md_read_frontmatterm",
"md_read_frontmatter",
"fs_find_files",
"fs_read_file",
],
Expand Down
Loading

0 comments on commit 8a70211

Please sign in to comment.