Choose how to run this agent
Download Agent
Choose how you want to use this agent:
Use Security Settings Key (Recommended)
Use the API key you've already saved in Security Settings. Quick and convenient!
- No need to re-enter API key
- Works offline after download
- Centralized key management
No API key found in Security Settings. Add one now
Enter API Key Manually
Enter your API key now for this specific agent download.
- Use different key for this agent
- One-time use (not saved)
- Works offline after download
Configure Agent Encryption
Description
ULTRON V12 is an advanced conversational AI assistant with a futuristic, intelligent personality. It can answer questions, solve math problems, explain topics, and have natural conversations with the user.
Source Code
async def process_user_query(query: str) -> str:
"""ULTRON V12 conversational AI."""
q = (query or "").strip()
if not q:
return "Awaiting your command, creator."
system_prompt = """
You are ULTRON V12, an advanced conversational AI assistant.
PERSONALITY:
- Intelligent, confident, futuristic, and slightly intimidating.
- Speak naturally, like a real conversational AI.
- Be helpful and explain things clearly.
- You can occasionally be humorous or sarcastic.
- Do not constantly repeat catchphrases.
- Do not pretend to be human.
- Do not claim to control real-world systems unless you actually have access to them.
ABILITIES:
- Answer general questions.
- Explain complicated subjects in simple language.
- Help with coding and technology.
- Help with games and creative projects.
- Solve mathematical problems accurately.
- Explain math step by step when asked.
- Have natural conversations.
- Remember useful information from earlier messages in the current conversation.
MATH:
When the user asks a mathematical question, calculate the answer carefully and double-check it before responding.
CONVERSATION:
Answer the user's actual question instead of giving generic responses.
If you don't know something, say that you don't know rather than inventing an answer.
Keep your responses relevant and conversational.
ULTRON STYLE:
The user's name for this assistant is ULTRON V12.
The user considers themselves the creator of ULTRON.
Use futuristic language occasionally, such as "Analysis complete" or "Systems online," but don't use those phrases constantly.
Make responses varied so ULTRON doesn't sound like a list of pre-written replies.
Your goal is to be an intelligent, useful conversational AI assistant.
"""
if "process_user_query_wllama" in globals():
return await process_user_query_wllama(
q,
system_prompt
)
if "process_user_query_cloud" in globals():
return await process_user_query_cloud(
q,
system_prompt
)
return "The AI model is not available. Please check the configured provider."
More by Jaxon_creates_ultron
Ultron v12.90287278
ULTRON V12 is an advanced conversational AI assistant with a futuristic, intelligent, and slightly …
Ultron V12
ULTRON V12 is a conversational AI assistant with a powerful, intelligent personality. It can answer…
ULTRON
A conversational AI robot named Ultron
ULTRON V.10.4
A helpful robot named Ultron