AgentU: The sleekest way to build AI agents.
I got tired of complex agent frameworks with their orchestrators and YAML configs, so I built something simpler. from agentu import Agent, serve import asyncio # Define your tool def search(topic: str) -> str: return f"Results for {topic}"…