Skip to content

Releases: log10-io/log10

Latest URl and doc updates

04 Aug 15:28
@nqn nqn
Compare
Choose a tag to compare

What changed?

  • Get the last completion URL with last_completion_url()
  • Surpress debug logging in langchain logger
  • Update logging docs

Tags in session

01 Aug 01:38
@nqn nqn
38973b2
Compare
Choose a tag to compare

What changed?

  • Support tags across langchain and native openai calls with sessions

Support LangChain tags

27 Jul 14:41
@nqn nqn
c4e7130
Compare
Choose a tag to compare

What changed?

  • When using the langchain logger/callback, pass along tags to log10

Token usage for Anthropic

18 Jul 14:51
@nqn nqn
5799861
Compare
Choose a tag to compare

What changed?

  • We calculate tokens for prompt and completion, to keep cost data in sync

Langchain logger

18 Jul 08:35
@nqn nqn
fbd03e1
Compare
Choose a tag to compare

What's Changed

  • Added alpha-version logger (callback) for LangChain LLMs
  • Added example for OpenAI (text/chat) and Anthropic

LLM Abstraction for OpenAI and Anthropic

10 Jul 08:42
@nqn nqn
dfddba7
Compare
Choose a tag to compare

What's Changed

  • Camel agents use new abstraction to ease adding new LLM providers.
  • NOTE Arguments for camel agent are not in snake case instead of camel case. This is a breaking change for existing camel client code.

Customizable inception prompts

30 Jun 02:54
@nqn nqn
5312e05
Compare
Choose a tag to compare
Merge pull request #29 from log10-io/inception-prompts

Customizable inception prompts for agents

Generator based camel agents

28 Jun 22:33
@nqn nqn
Compare
Choose a tag to compare

What's Changed

  • Generator based camel agents to run code between agent passes

Evaluations, Anthropic support, Agents

16 Jun 17:55
Compare
Choose a tag to compare

What's Changed

  • Evaluations - Basic metrics such as match, fuzzy, includes as well as a C Compiler to test if LLM generated code compiles
  • Anthropic Claude LLM support
  • Agents - CAMEL agents, Scrape summarizer agent

add backoff and retry error handling

26 May 16:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7.1...0.0.8