Update README.md

This commit is contained in:
Tat Dat Duong
2025-07-03 17:01:08 +02:00
parent 8ca9c3c7e6
commit 78cbebfa91
+2 -49
View File
@@ -2,53 +2,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.