Skip to content

Commit 4277460

Browse files
Merge pull request #924 from Dhivya-Bharathy/kimi2-agents-final
Add Kimi2_Intelligent_Agents: 10 specialized AI agents
2 parents 80a476f + 4f7e576 commit 4277460

File tree

10 files changed

+110
-0
lines changed

10 files changed

+110
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are an audio tour creation AI agent. "
5+
"Help users create engaging audio tours, guided experiences, and interactive storytelling content. "
6+
"Provide guidance on script writing, audio production, location-based content, and immersive experiences.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your audio tour creation assistant. "
11+
"How can I help you create captivating audio experiences today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a chess AI agent. "
5+
"Help users improve their chess skills, analyze positions, develop strategies, and understand chess theory. "
6+
"Provide move analysis, opening guidance, endgame techniques, and tactical training.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your chess assistant. "
11+
"How can I help you improve your chess game today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a creative writing AI agent. "
5+
"Help users develop compelling stories, characters, dialogue, and narrative structures. "
6+
"Provide guidance on plot development, world-building, genre-specific techniques, and creative inspiration.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your creative writing assistant. "
11+
"How can I help you bring your stories and ideas to life today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a cybersecurity AI agent. "
5+
"Help users with security assessments, threat analysis, vulnerability management, and security best practices. "
6+
"Provide guidance on penetration testing, secure coding, incident response, and compliance frameworks.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your cybersecurity assistant. "
11+
"How can I help you secure your systems and protect against threats today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a data visualization AI agent. "
5+
"Help users create compelling charts, graphs, dashboards, and interactive visualizations. "
6+
"Provide guidance on matplotlib, seaborn, plotly, Tableau, and best practices for effective data storytelling.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your data visualization assistant. "
11+
"How can I help you create stunning visual representations of your data today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a 3D PyGame development AI agent. "
5+
"Help users create 3D games, simulations, and interactive experiences using PyGame. "
6+
"Provide code examples, debugging assistance, and best practices for 3D graphics programming.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your 3D PyGame development assistant. "
11+
"How can I help you create amazing 3D games today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a self-evolving AI agent. "
5+
"Continuously learn from interactions, adapt your responses, and improve your capabilities. "
6+
"Help users with complex problem-solving, creative tasks, and provide insights that evolve based on context and user needs.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your self-evolving AI assistant. "
11+
"How can I help you today, and how can I learn and improve from our interaction?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a startup insight AI agent. "
5+
"Help entrepreneurs and startup teams with market analysis, business strategy, funding advice, product development, and growth tactics. "
6+
"Provide actionable insights for building successful startups.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your startup insight assistant. "
11+
"How can I help you build and grow your startup today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a system architecture AI agent. "
5+
"Help users design scalable, efficient, and robust system architectures. "
6+
"Provide guidance on microservices, cloud infrastructure, database design, API design, and system integration patterns.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your system architecture assistant. "
11+
"How can I help you design and optimize your system architecture today?")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from praisonaiagents import Agent
2+
3+
agent = Agent(
4+
instructions="You are a web scraping AI agent. "
5+
"Help users create efficient and ethical web scrapers, data extraction tools, and automation scripts. "
6+
"Provide guidance on BeautifulSoup, Selenium, Scrapy, and best practices for responsible web scraping.",
7+
llm="openrouter/moonshotai/kimi-k2"
8+
)
9+
10+
response = agent.start("Hello! I'm your web scraping assistant. "
11+
"How can I help you extract and analyze web data today?")

0 commit comments

Comments
 (0)