{% extends "marketplace/layout.html" %} {% block title %}Project Mycelium - Agentic Apps{% endblock %} {% block marketplace_content %}

Agentic Apps

Discover self-healing applications that maintain sovereignty while offering convenience.

How Agentic Apps Work

ThreeFold Agentic Apps use a unique model: You provide the compute resources (Slices), while application providers manage the applications. This ensures you maintain sovereignty over your infrastructure while benefiting from professional management.


When you deploy an application, you'll be guided through the process of allocating the necessary resources if you don't already have them.

Filter Applications
Clear
{% if application_products and application_products | length > 0 %} {% for product_data in application_products %}
{{ product_data.product.category_id | title }}
{{ product_data.product.name }}
{% if product_data.product.metadata.featured %} Featured {% elif product_data.product.availability == "Available" %} Available {% else %} {{ product_data.product.availability }} {% endif %}

{{ product_data.product.description | truncate(length=100) }}

{% if product_data.product.metadata.tags and product_data.product.metadata.tags | length > 0 %}
Features:
{% for tag in product_data.product.metadata.tags %} {{ tag | title }} {% endfor %}
{% endif %} {% if product_data.product.attributes %}
Resource Requirements:
{% if product_data.product.attributes.cpu_cores %}
{{ product_data.product.attributes.cpu_cores.value }} cores
{% endif %} {% if product_data.product.attributes.memory_gb %}
{{ product_data.product.attributes.memory_gb.value }} GB
{% endif %} {% if product_data.product.attributes.storage_gb %}
{{ product_data.product.attributes.storage_gb.value }} GB
{% endif %}
{% endif %}
{{ product_data.product.provider_name }} {% if product_data.product.metadata.location %} {{ product_data.product.metadata.location }} {% endif %}
{% endfor %} {% else %}

No Applications Available

Check back later for new applications.

{% endif %}
{% if pagination and pagination.total_pages > 1 %}
Showing page {{ pagination.current_page + 1 }} of {{ pagination.total_pages }} ({{ pagination.total_count }} total applications)
{% endif %}

How Application Deployment Works

1. Choose Your Application

Browse our catalog of self-healing applications and select the one that meets your needs.

2. Resource Allocation

We'll guide you through allocating the necessary compute resources (Slices) for your application.

3. Deployment & Management

The application provider handles deployment, updates, and maintenance while you retain full sovereignty.

4. Access & Control

Access your application through secure channels while maintaining complete control over your data and infrastructure.

Your Sovereignty Guaranteed: You own the infrastructure, we provide the expertise. Your data never leaves your control.
{% endblock %}