Metadata-Version: 2.4
Name: llama-index-agent-dashscope
Version: 0.3.1
Summary: llama-index agent dashscope integration
Author-email: Tianbing Ye <tianbing.ytb@alibaba-inc.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: dashscope>=1.17.0
Requires-Dist: llama-index-core<0.13,>=0.12.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.
