Metadata-Version: 2.1
Name: llama-index-agent-dashscope
Version: 0.1.0
Summary: llama-index agent dashscope integration
License: MIT
Author: Tianbing Ye
Author-email: tianbing.ytb@alibaba-inc.com
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dashscope (>=1.17.0)
Requires-Dist: llama-index-core (>=0.10.1,<0.11.0)
Description-Content-Type: text/markdown

# LlamaIndex Agent Integration: DashScope

> DashScopeAgent is powered by the [Alibaba ModelStudio Platform](https://www.aliyun.com/product/bailian).

- Users can configure the LLM, system instructions, and various plugins such as knowledge retrieval and web search.
- To get started, you need to create an agent application on the ModelStudio Platform and publish it.
- Once the application is published, you can interact with the agent using the DashScopeAgent API.

