Qwen-Agent
Qwen-Agent is a framework for developing LLM applications based on the instruction following, tool usage, planning, and memory capabilities of Qwen. It also comes with example applications such as Browser Assistant, Code Interpreter, and Custom Assistant. Now Qwen-Agent plays as the backend of Qwen Chat.
Key features:
- LLMs with Function Calling: LLM classes provide function calling capabilities.
- Atomic Components: Offers atomic components like LLMs and Tools for building agents.
- High-Level Components: Includes high-level components like Agents.
- RAG Solution: Includes a fast RAG solution for question-answering over long documents.
- GUI Interface: Provides a convenient GUI interface for rapid deployment of Gradio Demos for Agents.
Use Cases:
- Browser Assistant: Automate tasks within a web browser.
- Code Interpreter: Execute code snippets to perform tasks.
- Custom Assistant: Create personalized AI assistants with specific capabilities.
- Question Answering: Perform question answering over super-long documents.