Developer Documentation

This section contains documentation for developers working with MindRoot.

Plugin Examples

Example Plugins

Name

Description

Source

Override Home Page example

Demonstrates how to override the default home page template.

home.jinja2

Run Task example

Shows how to submit a task to an agent, wait for completion, and display the result.

home.jinja2

Note the specific directory structure, and the {# assume-blank #} comment at the top.

API Reference

Plugin Development

Contributing

Architecture