Skip to content

Commit

Permalink
updating dev paths for twitter chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 15, 2024
1 parent 5f18a01 commit 08bd13b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions twitter-langchain/examples/chatbot/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env-local
poetry.lock
6 changes: 3 additions & 3 deletions twitter-langchain/examples/chatbot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ packages = []

[tool.poetry.dependencies]
cdp-sdk = "^0.10.3"
cdp-agentkit-core = {path = "/Users/chris/repositories/cdp-agentkit/cdp-agentkit-core", develop = true}
cdp-langchain = {path = "/Users/chris/repositories/cdp-agentkit/cdp-langchain", develop = true}
twitter-langchain = {path = "/Users/chris/repositories/cdp-agentkit/twitter-langchain", develop = true}
cdp-agentkit-core = {path = "../../../cdp-agentkit-core", develop = true}
cdp-langchain = {path = "../../../cdp-langchain", develop = true}
twitter-langchain = {path = "../../../twitter-langchain", develop = true}
langchain = "^0.3.4"
langchain-openai = "^0.2.4"
langgraph = "^0.2.39"
Expand Down

0 comments on commit 08bd13b

Please sign in to comment.