Langroid

Latest version: v0.1.239

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

Scan your dependencies

Page 1 of 36

0.1.239

Change python range to >= 3.10 < 3.12 to avoid colab errors (used to be >= 3.11)

0.1.238

Minor type sig change

0.1.237

Upgrade to latest DuckDuckGoSearch

0.1.236

Groq support. For any model <m> hosted on `groq`, you can use it similar to how you'd use `ollama`, e.g.
`chat_model = "groq/llama3-8b-8192"`.
See the groq section here: https://langroid.github.io/langroid/tutorials/local-llm-setup/

0.1.235

New param in `Task.run(), Task.run_asyn()`: `session_id` which is used as a key to look up various settings in Redis cache.
Currently only used to look up "kill status" - this allows killing a running task, either by `task.kill()`
or by the classmethod `Task.kill_session(session_id)`

For example usage, see the `test_task_kill` in [`tests/main/test_task.py`](https://github.com/langroid/langroid/blob/main/tests/main/test_task.py)

0.1.234

TableChatAgent - For safety, enforce single pandas expression, not multiple lines of arbitrary code

Page 1 of 36

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.