A LLM Agent Python package.
Project description
简介
LLM: 调用大模型的便捷方法,包括本地大模型与线上大模型,其中包括主流大模型API,GLM/Qwen/Yi/MoonShot等100多种大模型。采用了统一的调用风格与方式,使得大模型调用更加便捷。Message: 消息管理机制,方便管理System/User/Assistant Message,并进行大模型对话的记忆管理。Embedding: 提供一系列向量化方法,包括本地与API向量化模型的调用,以及文本的各类向量化匹配、与向数据库对接等功能。RAG: 提供一系列文档知识库问答方法。AgentTask: 提供Agent任务流的调度,实现Agent任务的各种自动化流转。AgentTools: 提供一系列Agent工具函数,实现更方便的Agent使用,如让大模型实现股票期货数据查询问答、数据分析作图等。Other: 其他便捷方法。
如何安装?
# [推荐] 安装最新版本ZLAI的所有模块
pip install zlai[all] -U
# [推荐] 最轻量化安装
pip install zlai[tiny] -U
# [推荐] 安装全部大模型API依赖
pip install zlai[api] -U
您也可以在GitHub/PyPi查看最新代码与最新发行版本。
Star History
微信群
@2024/03/27
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zlai-0.3.107.tar.gz
(159.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zlai-0.3.107-py3-none-any.whl
(246.3 kB
view details)
File details
Details for the file zlai-0.3.107.tar.gz.
File metadata
- Download URL: zlai-0.3.107.tar.gz
- Upload date:
- Size: 159.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce62a1b11c1e0136634d06bdd770695e48461b7d054651cfee0c39652eb61bcb
|
|
| MD5 |
4bbc2e2f6e8713de7f4728c71be7b997
|
|
| BLAKE2b-256 |
f6c9b0a3d6ba9ff1c0046862bfd09a29c6283f25f644e0b0255be8f8bdbf3fc0
|
File details
Details for the file zlai-0.3.107-py3-none-any.whl.
File metadata
- Download URL: zlai-0.3.107-py3-none-any.whl
- Upload date:
- Size: 246.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5950d53a61ee4d28f2e2bd861fac99c0c0b6443fa1ffc14981df57b46e24c24f
|
|
| MD5 |
8601e7b055941089a2be14e9bc966a9f
|
|
| BLAKE2b-256 |
362b23a1aace518e93a81c36444ac7ebbb1a6d0dc7a81ce3b1299482f62076ac
|