From 48d9ab093bde55c433db9f8cf52df4418f1de751 Mon Sep 17 00:00:00 2001 From: csunny Date: Sat, 9 Nov 2024 21:16:48 +0800 Subject: [PATCH] :memo: add intergrations --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b4e93f7..13d1181 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,12 @@ asyncio.run(main()) - [Notebook-Qick Start](examples/notebook/lyric_quick_start.ipynb): A Jupyter notebook demonstrating how to use Lyric to execute Python and JavaScript code. - [Notebook-Sandbox Execution](examples/notebook/lyric_sandbox_verification.ipynb): A Jupyter notebook demonstrating how to use Lyric to execute Python and JavaScript code in a sandboxed environment. + +## Community Integrations + +- [DB-GPT](https://github.com/eosphoros-ai/DB-GPT) AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents + + ## 🤝 Contributing We welcome Issues and Pull Requests! Please check out our [Contributing Guidelines](.github/CONTRIBUTING.md) for more information.