Update README

This commit is contained in:
Lance Martin
2025-01-15 10:50:21 -08:00
parent 09d388c031
commit 2a4454913d
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@ o1 Daily Brew is a daily reflection from o1 published to a Slack channel of your
3. Create a [LangGraph Platform deployment](https://langchain-ai.github.io/langgraph/concepts/deployment_options/).
> Any [paid LangSmith plan](https://www.langchain.com/pricing-langsmith) has access to LangGraph Platform and deployments.
4. Create a [cron job](https://langchain-ai.github.io/langgraph/cloud/how-tos/cron_jobs/) to run the deployment at your desired time.
```python
+1 -1
View File
@@ -1,7 +1,7 @@
{
"dockerfile_lines": [],
"graphs": {
"o1_daily_brew": "./src/chatbot/graph.py:graph"
"o1_daily_brew": "./src/daily_brew/graph.py:graph"
},
"python_version": "3.11",
"env": "./.env",
+1 -1
View File
@@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta"
packages = ["daily_brew"]
[tool.setuptools.package-dir]
"chatbot" = "src/daily_brew"
"daily_brew" = "src/daily_brew"
[tool.setuptools.package-data]
"*" = ["py.typed"]