mcp-agent-forge
4
Agent Forge is a tool for creating and managing AI agents with distinct personality traits. It facilitates multi-agent collaboration research projects and features natural language processing capabilities for deep multi-round dialogue interactions.
Overview
Agent Forge is a platform for creating and managing AI agents with specific personality traits and simulating their responses to questions.
Features
- Agent Forging: Create agents with specific personality traits
- Thought Simulation: Simulate agent responses to questions
- Complete Management: Support for agent querying, listing, deletion, and other operations
- Multi-round Dialogue: Support for deep multi-round conversation interactions
- Natural Language Processing: Advanced language understanding capabilities based on DeepSeek API
System Requirements
- Go 1.24.1 or higher
- DeepSeek API key
Usage
expert_personality_generation
: Create a new agentagent_answer
: Simulate agent responsesget_agent
: Get agent informationlist_agents
: List all agentsdelete_agent
: Delete an agent
Installation
Clone the repository and build the project.