UEAgentForge

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A bridge for AI to interact with UE5

README.md

UEAgentForge

UEAgentForge is a UE5 editor plugin plus Python client: the .uplugin reports version 0.5.0, the C++/Unreal side has 69 source/config files, and the Python client exposes 122 methods.

What It Is

UEAgentForge is an AI-agent control bridge for Unreal Engine editor workflows. It wraps Unreal Remote Control API calls behind a plugin command surface, a Python client, MCP server support, command docs, transaction helpers, verification routines, Blueprint manipulation helpers, scene-building tools, and vision-quality helper methods.

The interesting part is the safety and workflow shape: commands are routed through an explicit command layer rather than raw ad hoc editor scripting, and the docs define verification phases, constitution checks, transaction semantics, rollback/cleanup behavior, and operator-oriented level-generation commands.

Current Status

The repository contains:

  • UEAgentForge.uplugin with VersionName 0.5.0
  • Unreal C++ source under Source/
  • PythonClient/ueagentforge_client.py
  • an MCP server under PythonClient/mcp_server/
  • 13 Markdown docs under docs/
  • examples for structured output, dialogue, and vision scoring

No Unreal Editor validation was run for this README. The plugin requires Unreal Engine 5.5 or later with Remote Control enabled.

Tech Stack

  • Unreal Engine 5 editor plugin
  • C++
  • Python
  • Unreal Remote Control API
  • MCP server dependencies
  • Requests-based Python client

Limitations

Do not describe this with category-leading claims without external evidence. The repo is a substantial editor-control prototype, but build, plugin-load, Remote Control, Blueprint, vision, and transaction behavior must be validated in a live Unreal project before making runtime claims.

Reviews (0)

No results found