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()Celesto AI
Developer-first framework and cloud platform for easily building and scaling Agentic applications and MCP tools.
- 21 followers
- United States of America
- https://celesto.ai
- company/celestoai
- @celestoai
- hello@celesto.ai
Pinned Loading
Repositories
Showing 5 of 5 repositories
- agentor Public
Fastest way to build and deploy reliable AI agents, MCP tools and agent-to-agent. Deploy in a production ready serverless environment.
CelestoAI/agentor’s past year of commit activity - sdk Public
CelestoAI/sdk’s past year of commit activity - .github Public
CelestoAI/.github’s past year of commit activity - ros-mcp-server Public Forked from robotmcp/ros-mcp-server
Connect AI models like Claude & GPT with robots using MCP and ROS.
CelestoAI/ros-mcp-server’s past year of commit activity
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…