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. SmolVM SmolVM Public

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

    Python 249 18

  2. sdk sdk Public

    Celesto provides secure, isolated computers that AI agents can use to browse, code, and get real work done.

    Python 1 1

  3. 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 167 31

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…