Releases: log10-io/log10
Releases · log10-io/log10
Latest URl and doc updates
What changed?
- Get the last completion URL with
last_completion_url()
- Surpress debug logging in langchain logger
- Update logging docs
Tags in session
What changed?
- Support tags across langchain and native openai calls with sessions
Support LangChain tags
What changed?
- When using the langchain logger/callback, pass along tags to log10
Token usage for Anthropic
What changed?
- We calculate tokens for prompt and completion, to keep cost data in sync
Langchain logger
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
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
Merge pull request #29 from log10-io/inception-prompts Customizable inception prompts for agents
Generator based camel agents
What's Changed
- Generator based camel agents to run code between agent passes
Evaluations, Anthropic support, Agents
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
What's Changed
- add backoff and retry error handling by @arjunbansal in #24
Full Changelog: 0.0.7.1...0.0.8