promptulate
promptulate copied to clipboard
🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!
## 🚀 Feature Request Currently, we cannot enable stream if setting output schema. Eg: ```python from typing import List import promptulate as pne from pydantic import BaseModel, Field class LLMResponse(BaseModel):...
## 🚀 Feature Request We hope use some tiny [user case ](https://undertone0809.github.io/promptulate/#/modules/usercases/intro?id=user-cases) to help development startup. An idea is we can build a AI websearch website for user. We can...
## 🚀 Feature Request Add the retry mechanism to increase the robustness of the system because LLM output is unstable and sometimes not output in the specified format if formatted....
## 🚀 Feature Request Add pne.chat() use openai provider to proxy some specified model, eg: ```python import promptulate as pne pne.chat(messages="hello", model="gpt-4-turbo") ``` If developer want to use openai provider...
remove ChatOpenAI usage, pne.LLMFactory.build(...) is recommended. docs: https://undertone0809.github.io/promptulate/#/modules/llm/llm-factory-usage?id=llmfactory Click here to review the code @Hizeros @ruanrongman 
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.16 to 0.1.17. Release notes Sourced from langchain's releases. langchain==0.1.17 Release langchain==0.1.17 Package-specific release note generation coming soon. Commits 14422a4 langchain: fix core dep (#21128) 6c938da langchain:...
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.1 to 3.21.2. Changelog Sourced from marshmallow's changelog. 3.21.2 (2024-05-01) Bug fixes: Allow timestamp 0 in fields.DateTime (:issue:2133). Thanks :user:flydzen for reporting. Commits 511b8c5 Bump version and...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.4.3. Release notes Sourced from ruff's releases. v0.4.3 Changes Enhancements Add support for PEP 696 syntax (#11120) Preview features [refurb] Use function range for reimplemented-operator...