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 143 28

  2. SuperAuth SuperAuth Public

    APIs and MCP Server for Enterprise Apps like Google, Notion, Hubspot...

    Python 4

Repositories

Showing 5 of 5 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…