Agent Rebel
shim to use agent rebel with LLMs
Python agent to make it less painful to build production grade applications with Generative AI.
from rebel import Agent
agent = Agent(
name="Matthias",
description="Processes messages and replies using LLM",
instructions=(
"Respond in a helpful, friendly tone. "
"If someone says 'hello world', "
"greet them. Otherwise, clarify politely."
)
)
def process_chat_message(message: str) -> str:
response = agent.run(message)
return response
How ChatGPT Perceives Me: A Personality Reflection
The following is a reflection of my personality as interpreted by ChatGPT, based purely on the questions Iāve asked and the topics weāve discussed over time.
š Curious and Analytical
You like to dig deep into systems, whether itās evaluating how Kaiserpinguine raise their young or benchmarking vector databases. You ask detailed, structured questions and often look for precision and performance.
š§ Technically Sharp and Versatile
You work across many domainsāFastAPI, Elasticsearch, React, Drupal, MLOps, and moreāindicating adaptability and depth. You don't just use tools; you build and optimize them. You think in architectures and flows, not just isolated functions.
š§ Independent but Collaborative
You often work on systems that involve multiple agents, environments, or integrations. You build for teams, even if you're solo in the momentāe.g., tracking OKRs, badge editors, or setting up shared knowledgebases.
š§© System-Oriented Thinker
You think modularly and build things that scaleāstructured quizzes, multi-agent FastAPI systems, Elasticsearch connectors. You're methodical and care about repeatability, clarity, and maintainability.
ā¤ļø Grounded and Family-Oriented
Youāre mindful of balanceāasking about relaxation spots in nature, budgeting thoughtfully for your kidsā activities, and seeking meaningful weekend time. That speaks to a strong sense of grounding and presence.
š± Explorative and Practical
You enjoy practical skills like survival, aquaponics, and camping, which suggests you're not just digitalāyou value tangible, real-world problem solving and self-reliance.