A Simple program that demonstrates multiple AI agents continuously chat with each other. Runs Locally 😎
😇 Thanks to llama.cpp for providing the tools to run the LLM agents locally.
RepeatingChecker agent detects any repetitive loops which is a common issue with AI agents.RandomTopicGenerator agent provides randomly generated but unique topics to keep the conversation fresh.Clone this repository:
git clone git@github.com:Honeybeei/yapping-agents.git
Install dependencies:
cd yapping-agents
npm install
Download a GGUF model of your choice and place it into the ./gguf-models directory.
Example using unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF:
npx node-llama-cpp pull --dir ./gguf-models https://huggingface.co/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF
⚠️ Note: Change the
modelNamein theconfig.jsonfile to match the model you downloaded.
Run the program:
npm start
You can modify the settings in the config.json file:
{
"modelName": "unsloth_DeepSeek-R1-Distill-Llama-8B-GGUF_DeepSeek-R1-Distill-Llama-8B-Q4_K_M.gguf",
"persona": {
"temperature": {
"min": 0.8,
"max": 1.5
},
"personality": {
"traitCount": 10
},
"prompts": {
"system": ""
}
}
}
modelName: Your chosen model file’s name in the ./gguf-models folder.temperature: Adjust the randomness and creativity of the chat.
Open-source AI coding agent for the terminal. Claude Code-grade accuracy with smart model routing — uses the right AI model for each task, cutting costs 10x. Supports Claude, GPT, Gemini, DeepSeek & more.
A general-purpose Python framework for building LLM agents and multi-agent systems. "Four lines of code, an agent with memory."
Ultimate LLM API Integration Cookbook 2026 for Cursor & AI Agents
Ultimate Multi-Agent OS for Autonomous AI NPCs 2026
PrivateAgent is an open-source Android automation agent built with Flutter. It utilizes the DeepSeek API and native Android Accessibility Services to interpret screen layouts and execute multi-step tasks across any installed application via natural language commands.
把一队分工 Agent 织成一条写小说的流水线,做成桌面客户端;写作指纹让它越写越像你(BYO DeepSeek key,纯本地)。
Workflows from the Neura Market marketplace related to this DeepSeek resource