mirror of
https://github.com/langchain-ai/daily-brew.git
synced 2026-07-01 21:14:03 -04:00
Update README
This commit is contained in:
@@ -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
@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user