The open-source platform for creating, deploying, and managing sophisticated AI agent workflows with enterprise-grade reliability.
> dotnet add package XiansAi.Lib
Design and monitor complex AI workflows with intuitive visualization tools. Track agent interactions and data flows in real-time for complete operational visibility.
See how Xians.ai compares to other AI agent development platforms:
Xians.ai | Google ADK | Rowboat | OpenAI Agent SDK | |
---|---|---|---|---|
Hub & Spoke Handoffs | ✅ | ✅ | ✅ | ✅ |
P2P Handoffs | ✅ | ❌ | ❌ | ❌ |
Deterministic Workflow Orchestration | ✅ | ✅ | ❌ | ❌ |
Generative Workflow Orchestration | ✅ | ✅ | ✅ | ✅ |
Long-running Process Automation | ✅ | ❌ | ❌ | ❌ |
Functions + MCP Tools | ✅ | ✅ | ✅ | ✅ |
Event-driven Coordination | ✅ | ✅ | ❌ | ❌ |
Multi-tenancy | ✅ | ❌ | ❌ | ❌ |
Open Source | ✅ | ✅ | ✅ | ✅ |
No Vendor Lock-in | ✅ | ✅ | ✅ | ❌ |
Agent Visualization | ✅ | ❌ | ❌ | ✅ |
Multi-Cloud Deployment | ✅ | ✅ | ✅ | ✅ |
Enterprise-grade Robustness | ✅ | ❌ | ❌ | ❌ |
Agent Management Portal | ✅ | ❌ | ✅ | ❌ |
Prompt/Knowledge Base Management | ✅ | ❌ | ✅ | ❌ |
Agent Execution History | ✅ | ❌ | ❌ | ❌ |
Agent Tracing & Logging | ✅ | ❌ | ❌ | ✅ |
Rapid Agent Generation | ✅ | ✅ | ✅ | ✅ |
Develop powerful AI workflows in minutes. Here's how to build a marketing content generation pipeline using multiple AI agents:
[Workflow]
public class BloggingFlow: FlowBase
{
[WorkflowRun]
public async Task<string[]> Run(string input)
{
// Run the research agent to find relevant topics
var topics = await RunActivityAsync( (ResearchAgent a) => a.FindRelevantTopics());
var newBlogPosts = new List<string>();
foreach (var topic in topics)
{
// Run the writer agent to write and publish the blog posts
var url = await RunActivityAsync( (WriterAgent a) => a.WriteAndPublishBlog(topic));
newBlogPosts.Add(url.ToString());
}
// return the result
return newBlogPosts.ToArray();
}
}
Learn more about the Xians.ai platform and how to use it's capabilities to build your own AI Agents and Workflows.
Read DocumentationDeploy AI agents from any source—whether from Xians.ai, other providers, or your own development team. Any containerized agent integrates seamlessly with our platform.
Build dependable AI workflows without infrastructure complexity. Focus on business logic while we handle durability, scalability, and fault tolerance. Powered by Temporal for proven reliability.
await Workflow.DelayAsync(TimeSpan.FromDays(365));
// Your workflow continues exactly where it left off after a year
Create complex workflows using our comprehensive library of open-source agent tools.
[Agents("xiansai-agent/llm-completion")]
[Agents("xiansai-agent/web-scraper")]
[Agents("xiansai-agent/web-search")]
[Agents("xiansai-agent/ms-teams")]
[Agents("xiansai-agent/O365-planner")]
// And many more...
Our platform is designed to host sophisticated agents capable of executing complex tasks and workflows, far beyond simple chat interactions.
A workflow within an agent intelligently orchestrates between multiple tools that are augmented by prompts
Deploy the Xians.ai platform and agents in your own infrastructure for complete control and compliance.
Scale your AI operations across multiple customers with built-in tenant isolation. Deploy and manage agents per customer while maintaining unified oversight.
Begin building intelligent workflows with Xians.ai today