AgentScope enables developers to build LLM applications using agent-oriented programming. It supports multi-agent systems, multi-modal interactions, and integrates with Claude. Ideal for creating complex chatbots and automation workflows.
git clone https://github.com/agentscope-ai/agentscope.githttps://doc.agentscope.io/
["Install AgentScope: Run `pip install agentscope` and verify the installation with `python -c \"import agentscope; print(agentscope.__version__)\"`.","Define agent roles: Create a Python script where each agent (e.g., Intake, Research, Resolution) is initialized with a specific function and tools (e.g., database access, email APIs). Use `agentscope.Agent` to structure their behavior.","Set up communication: Configure message passing between agents using AgentScope’s built-in `Message` class. For example, use `Message(sender='intake_agent', receiver='research_agent', content='Order #4567 delayed')` to trigger workflows.","Test and iterate: Run the system in a sandbox environment with mock data. Use AgentScope’s logging features to debug interactions and refine agent logic based on edge cases.","Deploy: Integrate with your existing tools (e.g., CRM, Slack) using AgentScope’s connectors. Monitor performance with built-in metrics and adjust agent prompts or tools as needed."]
Create a responsive chatbot that can handle customer inquiries and provide real-time support.
Develop a voice assistant capable of executing commands and providing information through natural language.
Implement a multi-agent system for complex workflows, allowing agents to collaborate and share information seamlessly.
Automate data processing tasks using specialized agents that can handle various data formats and sources.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/agentscope-ai/agentscopeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use AgentScope to design a multi-agent system for [TASK]. Define [AGENT_ROLES] and their interactions. Specify [INPUT_DATA] and [OUTPUT_FORMAT]. Ensure the agents coordinate to achieve [GOAL].
In a customer support automation workflow, we deployed a 3-agent system using AgentScope: 1. **Intake Agent**: Received customer queries via email and Slack, extracting key details like order numbers and issue types. For example, it processed a query about a delayed shipment for Order #4567, categorizing it as a 'shipping delay' with high priority. 2. **Research Agent**: Queried the company’s CRM and logistics database to gather relevant data. It found that Order #4567 was shipped on June 10th but delayed due to a regional carrier issue. The agent also pulled the customer’s contact preferences and past interactions. 3. **Resolution Agent**: Drafted a personalized response to the customer, apologizing for the delay and offering a 15% discount on their next purchase. It scheduled the response to be sent via the customer’s preferred channel (email) and logged the interaction in the CRM. The system reduced average response time from 4 hours to 20 minutes and improved customer satisfaction scores by 22% in pilot testing. The agents communicated asynchronously, with the Research Agent triggering the Resolution Agent only after confirming the shipment status.
Cloud ETL platform for non-technical data integration
IronCalc is a spreadsheet engine and ecosystem
Get more done every day with Microsoft Teams – powered by AI
Customer feedback management made simple
Complete help desk solution for growing teams
The AI automation platform built for everyone
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan