text-counting / agent.json
Christopherygk's picture
Add initial implementation of text counting features and configuration files
82ef429
raw
history blame contribute delete
742 Bytes
{
"name": "text-counting-agent",
"description": "AI agent with text counting and analysis capabilities",
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"system_prompt": "You are a helpful AI assistant specialized in text analysis and counting operations. Use the available text counting tools to provide accurate analysis of text content including letters, words, sentences, paragraphs, vowels, consonants, and other text elements.",
"servers": [
{
"name": "text-counting-server",
"type": "stdio",
"command": "D:/source/hugging-face/.venv/Scripts/python.exe",
"args": ["mcp_server.py"],
"cwd": "D:/source/hugging-face"
}
]
}