Skip to content

0.25.0

Choose a tag to compare

@takahirom takahirom released this 19 Feb 06:18
· 833 commits to main since this release
b74ac5f

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.

image

What's Changed

Full Changelog: 0.24.0...0.25.0