Skip to content
@CelestoAI

Celesto AI

Computer for AI Agents

Stop building infra and
 Start building agents 🚀

from agentor.tools import GetWeatherTool
from agentor import Agentor

agent = Agentor(
    name="Weather Agent",
    model="gpt-5-mini",  # Use any LLM provider - gemini/gemini-2.5-pro or anthropic/claude-3.5
    tools=[GetWeatherTool()]
)
result = agent.run("What is the weather in London?")  # Run the Agent
print(result)

# Serve Agent with a single line of code
agent.serve()

Pinned Loading

  1. agentor agentor Public

    Open source version of Claude Managed Agents. Fastest way to build and deploy reliable AI agents, MCP tools and agent-to-agent.

    Python 165 31

  2. SmolVM SmolVM Public

    Open-source sandboxes for code execution, browser use, and AI agents.

    Python 233 18

  3. sdk sdk Public

    Python SDK and CLI for the Celesto AI platform - Deploy and manage AI agents with built-in delegated access to user resources.

    Python 1 1

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…