Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add langgraph.json to allow running the app with langgraph CLI #99

Open
The-CodeINN opened this issue Feb 15, 2025 · 2 comments · May be fixed by #104
Open

Add langgraph.json to allow running the app with langgraph CLI #99

The-CodeINN opened this issue Feb 15, 2025 · 2 comments · May be fixed by #104
Labels
enhancement New feature or request

Comments

@The-CodeINN
Copy link

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-CodeINN The-CodeINN added the enhancement New feature or request label Feb 15, 2025
@virattt
Copy link
Owner

virattt commented Feb 15, 2025

This sounds great @The-CodeINN

Are you able to add this?

@The-CodeINN
Copy link
Author

Working on it

The-CodeINN added a commit to The-CodeINN/ai-hedge-fund that referenced this issue Feb 17, 2025
Fixes virattt#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).
@The-CodeINN The-CodeINN linked a pull request Feb 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants