Skip to content
@CelestoAI

Celesto AI

Developer-first framework and cloud platform for easily building and scaling Agentic applications and MCP tools.

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

    Fastest way to build and deploy reliable AI agents, MCP tools and agent-to-agent. Deploy in a production ready serverless environment.

    Python 161 31

  2. SmolVM SmolVM Public

    Secure runtime for AI agents to execute untrusted code -- free and open-source from Celesto AI 🧡🛡️

    Python 170 17

  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 8 of 8 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…