You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Add a langgraph.json configuration file to the repository to enable running the application with the langgraph CLI. This will simplify the setup process and improve usability for developers using the langgraph tool.
The LangGraph command line interface includes commands to build and run a LangGraph Cloud API server locally in Docker. For development and testing, you can use the CLI to deploy a local API server as an alternative.
Benefits
Simplifies the setup process for new developers.
Ensures consistency in configuration.
Enhances the developer experience when using the langgraph CLI.
The text was updated successfully, but these errors were encountered:
Fixesvirattt#99
Add `langgraph.json` configuration file to enable running the application with the `langgraph` CLI.
* Add `langgraph.json` to the root directory with necessary configuration for `langgraph` CLI.
* Include settings for dependencies, graphs, environment variables, store index, Python and Node versions, pip config file, and additional Dockerfile lines.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/virattt/ai-hedge-fund/issues/99?shareId=XXXX-XXXX-XXXX-XXXX).
Description
Add a
langgraph.json
configuration file to the repository to enable running the application with thelanggraph
CLI. This will simplify the setup process and improve usability for developers using the langgraph tool.The LangGraph command line interface includes commands to build and run a LangGraph Cloud API server locally in Docker. For development and testing, you can use the CLI to deploy a local API server as an alternative.
Benefits
Simplifies the setup process for new developers.
Ensures consistency in configuration.
Enhances the developer experience when using the
langgraph
CLI.The text was updated successfully, but these errors were encountered: