Langroid

Latest version: v0.2.2

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 41

0.1.249

* Improves RAG (`DocChatAgent`) citations. See here: https://github.com/langroid/langroid/issues/477
* Update chainlit `config.toml` to show file-upload button in chats (their API for this changed, yet again)
* Fix edge-cases involving rendering LLM output in non-streaming mode, and using rich spinner

0.1.248

Set defalt tokenizer in case tiktoken.encoding_for_model() fails

0.1.247

Agent: during init, set `config.parsing.token_encoding_model` to the LLM,
so we use the tokenizer specific to the LLM, which helps with accurate token-cost computation.
(only affects OpenAI LLMs currently).

0.1.246

* Fix ChainlitTaskCallbacks - use classmethod not staticmethod, so any derived versions propagate to subtasks
* Handle deviant OpenAI LLM function-call generation (esp w gpt-4o), e.g. functions with name "functions", or "functions xyz"

0.1.245

* Improve LanceDocChatAgent and Query Planner to handle deviations.
* Handle function-call odditities in OpenAI LLM -- they can generate an unnecessary "name" field, which we override with the "request" field from the arguments.

0.1.244

- Tweaks to LanceDocChatAgent and related Agents (QueryPlanner, Critic, etc) to accomodate deviations
- In multi-agent chats, so total cost across all agents, in addition to cumul cost of current agent

Page 4 of 41

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.