Skip to content

Releases: log10-io/log10

Updated exception handling and llm examples

13 Sep 03:16
@nqn nqn
47c2849
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.8...0.3.1

Improved Exception handling

01 Sep 19:17
@nqn nqn
Compare
Choose a tag to compare

What's Changed

  • Add examples using base llm abstraction by @nqn in #53
  • Exception handling by @nqn in #55

Full Changelog: 0.2.8...0.3.0

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