Skip to content

AbstractCore 2.3.8 - Major Release 🚀

Choose a tag to compare

@lpalbou lpalbou released this 15 Oct 09:28
· 294 commits to main since this release

This version should be fairly stable - please check the CHANGELOG.md for a better status.

Structured output, tool call, tool syntax rewrite are working.

3 LLM apps are also added:

  • summarizer --focus : summarize a document with a particular focus (eg used to compact memory)
  • extractor --focus : extract a semantic graph of entities and relationships from a document
  • judge --focus : make a critical assessment of a set of document with a particular focus

We also released a website with better documentation : https://lpalbou.github.io/AbstractCore/
And provide llms.txt and llms-full.txt to help LLM code with AbstractCore

Enjoy !