0.25.0
Add disk cache feature
You can now use disk caching for AI calls, which allows you to share the cache across CI builds. The cache key consists of the simplified UI tree text and the current context texts.
screencast.2025-02-19.12-56-25.1.mp4
You can see how to enable this in the CI YAML file:
https://github.com/takahirom/arbigent/blob/main/.github/workflows/build-cli.yaml#L125-L131
Add execution scenario type
Sometimes we want to launch a scenario using only clear data, but a goal for the AI is required. With the new execution scenario type, you can use an initialization method without an AI agent.
English Tip: Use commas to separate independent clauses joined by conjunctions, which improves clarity and readability.
What's Changed
- Fix focus log by @takahirom in #157
- Add version name to UI by @takahirom in #158
- Add Arbigent disk cache to e2e and fixes for caches by @takahirom in #161
- Introduce disk cache by @takahirom in #160
- Prepare for caching in disk by @takahirom in #159
- Add execution scenario type by @takahirom in #163
Full Changelog: 0.24.0...0.25.0