[On-Demand Webinar] Fractal Sprint | Beyond the Portal: Building a Governed Internal Developer Platform | Watch Now →

fractal-drnwh
Documentation

Documentation

View infrastructure documentation

fractal-drnwh

Overview

This Fractal provisions an Agentic Platform — a managed service for building, deploying, and orchestrating AI agents and autonomous workflows. The platform abstracts away the complexity of agent lifecycle management, tool integration, and agent-to-agent communication, allowing teams to focus on defining agent behavior and business logic rather than infrastructure.

Problem Solved:

  • Eliminates the need to build custom agent orchestration systems from scratch
  • Provides a unified runtime for multiple agents with different capabilities
  • Simplifies integration of external tools, APIs, and data sources into agent workflows
  • Reduces operational overhead through managed service delivery

Components

Agentic Platform

  • Type: AI.AgenticPlatform
  • Display Name: Agentic Platform
  • Version: v0.1.0 (default; update if a specific version is required)
  • Responsibility:
    • Hosts and orchestrates AI agents within a managed environment
    • Provides runtime execution, scheduling, and monitoring for agent workflows
    • Manages agent state, memory, and inter-agent communication
    • Handles integration with external tools, APIs, and knowledge sources
    • Supports multiple deployment models (serverless, event-driven, scheduled)

Connections & Dependencies

This Fractal contains a single standalone component with no inter-component links or dependencies. The Agentic Platform is self-contained and does not require external infrastructure components (such as databases, message queues, or networking) to function.

Future Extensions: If agents require persistent state, knowledge retrieval, or event-driven triggers, this Fractal can be extended to include:

  • A NoSQL Database for agent memory and state persistence
  • A Message Queue or Event Hub for asynchronous agent triggers
  • An API Gateway for external access to agent endpoints
  • Object Storage for knowledge bases, documents, and artifacts

Architecture

┌─────────────────────────────────┐
│   Agentic Platform              │
│  (Managed AI Agent Runtime)     │
│                                 │
│  • Agent execution engine       │
│  • Tool integration layer       │
│  • Scheduling & orchestration   │
│  • Agent communication bus      │
└─────────────────────────────────┘

Data Flow:

  1. Agents are deployed to the Agentic Platform
  2. Each agent can execute tasks, call external tools, and communicate with other agents
  3. The platform handles agent lifecycle, error handling, and retry logic
  4. Results and agent outputs are available via the platform's API

Scalability & Resilience:

  • The managed platform handles auto-scaling based on agent workload
  • Built-in fault tolerance ensures agents recover from transient failures
  • Monitoring and logging are provided by the platform

Deployment Notes

  • This Fractal assumes the Agentic Platform service is available in your cloud provider
  • No custom networking, security groups, or IaaS components are required for basic deployment
  • Agent configuration (prompts, tools, parameters) is managed outside this Blueprint
  • For production use, consider adding a NoSQL database and message queue in subsequent Fractal versions to support stateful, event-driven agent workflows