Skip to main content
The Agent Framework is the interface between the LLM and the fund. It provides the MCP tools for every autonomous action, a decision framework with guardrails, and a natural language interface for complex operations.

MCP Tool Expansion

The existing 44 MCP tools cover trading operations. The autonomous layer adds fund management tools:

Fund Management Tools

Strategy Management Tools

Research Tools

Risk Tools

Explainability Tools

Intelligence Tools

Operations Tools

Decision Framework

Every autonomous decision goes through guardrails to prevent runaway behavior.

Confidence Thresholds

Different actions require different minimum confidence levels:

Escalation Rules

When the LLM should escalate to a human:

Rate Limiting

Prevent runaway decision loops:

Decision Audit Trail

Every autonomous decision is logged with full reasoning:

Natural Language Interface

The LLM translates natural language commands into tool calls:

Dry-Run Mode

For maximum safety, the LLM can operate in dry-run mode where it proposes actions and a human approves them in batches:

Operating Modes