mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-01 13:58:12 -04:00
Update README.md
This commit is contained in:
@@ -2,53 +2,6 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
This repository contains the source code for the following packages:
|
||||
> [!IMPORTANT]
|
||||
> This repository has been moved to [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph). Please refer to the new repository for the latest updates and documentation.
|
||||
|
||||
- `@langchain/langgraph-cli`: A CLI tool for managing [LangGraph.js](https://github.com/langchain-ai/langgraphjs) agents and workflows.
|
||||
- `@langchain/langgraph-api`: An in-memory JS implementation of the [LangGraph Server](https://langchain-ai.github.io/langgraph/concepts/langgraph_server/).
|
||||
- `create-langgraph`: A tool for creating new [LangGraph.js](https://github.com/langchain-ai/langgraphjs) projects.
|
||||
|
||||
## Development
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/langchain-ai/langgraphjs-api.git
|
||||
cd langgraphjs-api
|
||||
```
|
||||
|
||||
2. Install dependencies:
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
```
|
||||
|
||||
3. Build the project:
|
||||
|
||||
```bash
|
||||
yarn run build
|
||||
```
|
||||
|
||||
4. Run tests:
|
||||
|
||||
```bash
|
||||
yarn test
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details on how to submit pull requests, report issues, and contribute to the project.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## Related Projects
|
||||
|
||||
- [LangChain.js](https://github.com/langchain-ai/langchainjs)
|
||||
- [LangGraph.js](https://github.com/langchain-ai/langgraphjs)
|
||||
|
||||
## Support
|
||||
|
||||
- 📫 For bug reports and feature requests, please open an issue on GitHub.
|
||||
- 📚 Check out our [documentation](https://langchain-ai.github.io/langgraph/cloud/reference/cli/) for more information.
|
||||
|
||||
Reference in New Issue
Block a user