Skip to content

Releases: eclipse-lmos/arc

0.70.0

Choose a tag to compare

@patwlan patwlan released this 20 Aug 15:15

feat: add arc-api library
feat: add arc-agent-client library
feat: add arc-graphql-spring-boot-starter library
chore: updated gradle to 8.10
chore: update kotlin to 2.0.10

0.30.0

Choose a tag to compare

@patwlan patwlan released this 23 Jun 16:07

feat: extend LLMFinishedEvent with messages and functions.
feat: enable context receivers in agents and functions.
feat: update pdf reader library
feat: add log context to agents and events
feat: add extract function for filters.
fix!: apply shortcut filters only to latest message of a conversation.
feat: add template extensions.

0.26.1

Choose a tag to compare

@patwlan patwlan released this 08 Jun 14:35
  • minor bugfixes

0.26.0

Choose a tag to compare

@patwlan patwlan released this 22 May 17:07

feat: add SemanticRouter to spring boot starter
feat: add ChatCompletionSettings to LLMFinishedEvent
feat: add TextEmbedder interface and implemetations, Ollama and Azure.

0.25.0

Choose a tag to compare

@patwlan patwlan released this 19 May 18:53
  • feat: add LLMFunctionStartedEvent event
  • fix: fix minor bugs in script loaders
  • feat: add "local" function to dsl to load local files.
  • feat: add context to Agent interface.
  • feat: add LLMFunctionCalledEvent to ai clients.

0.24.0

Choose a tag to compare

@patwlan patwlan released this 12 May 08:46
  • feat: add new package arc-memory-mongo-spring-boot-starter
  • feat: add metrics to arc-spring-boot-starter
  • fix!: mark the functions of the Memory interface to suspend.
  • fix: minor bugfixes

0.23.0

Choose a tag to compare

@patwlan patwlan released this 30 Apr 19:35
doc: add init page