bump versions (#8129)

This commit is contained in:
Harrison Chase 2023-07-22 08:46:37 -07:00 committed by GitHub
parent 86946a47a8
commit 9f3073d418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 21 deletions

View File

@ -1,19 +0,0 @@
from langchain_experimental.autonomous_agents.autogpt.agent import AutoGPT
from langchain_experimental.autonomous_agents.baby_agi.baby_agi import BabyAGI
from langchain_experimental.generative_agents.generative_agent import GenerativeAgent
from langchain_experimental.generative_agents.memory import GenerativeAgentMemory
from langchain_experimental.plan_and_execute import (
PlanAndExecute,
load_agent_executor,
load_chat_planner,
)
__all__ = [
"BabyAGI",
"AutoGPT",
"GenerativeAgent",
"GenerativeAgentMemory",
"PlanAndExecute",
"load_agent_executor",
"load_chat_planner",
]

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-experimental"
version = "0.0.1rc4"
version = "0.0.1"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.240rc4"
version = "0.0.240"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"