awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
keijiro avatar

keijiro/AICommand

0
View on GitHub↗
4,113 Stars·426 Forks·C#·Unlicense·12 Aufrufe

AICommand

AICommand ist ein LLM-gestützter Editor-Controller und Automatisierungstool für den Unity Editor. Es integriert große Sprachmodelle, um natürlichsprachliche Prompts in ausführbare Befehle zu übersetzen, wodurch Nutzer Entwicklungsumgebungseinstellungen und Objekte über textbasierte Anweisungen manipulieren können.

Das System verwendet eine Text-zu-Aktion-Pipeline, die LLM-basiertes Command-Mapping und reflektionsbasierte API-Erkennung nutzt, um natürlichsprachliche Eingaben in spezifische Editor-Funktionen aufzulösen. Dieser Prozess ermöglicht die Ausführung von Unity-Editor-Funktionen durch Auflösung von String-Identifikatoren in Code-Handles zur Laufzeit.

Das Tool bietet eine integrierte Chat-Schnittstelle innerhalb der Entwicklungsumgebung zur Erfassung von Nutzer-Prompts. Es konzentriert sich auf die Automatisierung repetitiver Setup- und Konfigurationsaufgaben sowie die Optimierung von Game-Engine-Workflows durch den Ersatz manueller Menünavigation durch natürlichsprachliche Steuerung.

Features

  • Natural Language Editor Automation - Translates text-based prompts into executable commands to manipulate the Unity development environment.
  • Natural Language Command Translation - Translates natural language instructions into executable editor commands using large language models.
  • Editor Command Integrations - Translates natural language prompts into executable commands within the Unity Editor via LLM integration.
  • Unity Editor Extensions - Provides an automation interface that uses artificial intelligence to perform tasks inside the Unity workspace.
  • Workflow Automation - Streamlines the process of configuring scenes and objects by translating text prompts into engine actions.
  • LLM-Powered Editor Controllers - Provides a system for manipulating development environment settings and objects through text-based instructions.
  • AI-Assisted Development - Integrates large language models into the Unity Editor to automate repetitive setup and configuration tasks.
  • Editor-Integrated Chat Interfaces - Provides a custom chat window embedded within the Unity editor to capture and send user prompts.
  • Text-To-Action Pipelines - Processes user input through a sequence of prompt engineering and parsing to trigger environment changes.
  • Dynamic Method Invocation - Implements the execution of editor functions by resolving string identifiers to code handles at runtime.
  • API Discovery - Scans available editor classes and methods at runtime to build a searchable list of executable commands.
  • Integrations - AI integration for the Unity Editor.

Star-Verlauf

Star-Verlauf für keijiro/aicommandStar-Verlauf für keijiro/aicommand

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht keijiro/aicommand?

AICommand ist ein LLM-gestützter Editor-Controller und Automatisierungstool für den Unity Editor. Es integriert große Sprachmodelle, um natürlichsprachliche Prompts in ausführbare Befehle zu übersetzen, wodurch Nutzer Entwicklungsumgebungseinstellungen und Objekte über textbasierte Anweisungen manipulieren können.

Was sind die Hauptfunktionen von keijiro/aicommand?

Die Hauptfunktionen von keijiro/aicommand sind: Natural Language Editor Automation, Natural Language Command Translation, Editor Command Integrations, Unity Editor Extensions, Workflow Automation, LLM-Powered Editor Controllers, AI-Assisted Development, Editor-Integrated Chat Interfaces.

Welche Open-Source-Alternativen gibt es zu keijiro/aicommand?

Open-Source-Alternativen zu keijiro/aicommand sind unter anderem: jackmort/chatgpt.nvim — ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing,… santinic/how2 — how2 is a terminal-based tool that translates plain-English questions into shell commands using AI and StackOverflow… droidrun/droidrun — Droidrun is a mobile device automation framework that uses large language models to translate natural language… dbrizov/naughtyattributes — NaughtyAttributes is a collection of custom attributes for the Unity Editor inspector that allows for field… googlecloudplatform/kubectl-ai — kubectl-ai is a natural language cluster operator and AI command assistant that translates plain-text prompts into… deepseek-ai/deepseek-coder — DeepSeek-Coder is a large language model and foundational neural network architecture designed specifically for…

Open-Source-Alternativen zu AICommand

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit AICommand.
  • jackmort/chatgpt.nvimAvatar von jackMort

    jackMort/ChatGPT.nvim

    4,005Auf GitHub ansehen↗

    ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing, and fixing code snippets. It functions as a custom prompt automation tool and a markdown renderer, allowing users to interact with language models directly within the editor. The project distinguishes itself through a framework for defining reusable AI personas and automated text processing tasks using system prompts and templates. It includes a specialized rendering system that transforms responses into styled markdown with foldable code blocks. The plugin covers interactive

    Lua
    Auf GitHub ansehen↗4,005
  • dbrizov/naughtyattributesAvatar von dbrizov

    dbrizov/NaughtyAttributes

    5,156Auf GitHub ansehen↗

    NaughtyAttributes is a collection of custom attributes for the Unity Editor inspector that allows for field validation, the exposure of non-serialized properties, and the addition of custom UI controls. It functions as an extension library to customize how fields are drawn and behave within the inspector interface without requiring the author to write custom editor scripts. The library provides tools for creating interactive elements such as buttons that execute specific methods, as well as specialized input controls like sliders and dropdowns. It enables the display of native properties and

    C#attributesextensionnaughty
    Auf GitHub ansehen↗5,156
  • droidrun/droidrunAvatar von droidrun

    droidrun/droidrun

    7,715Auf GitHub ansehen↗

    Droidrun is a mobile device automation framework that uses large language models to translate natural language commands into executable actions on mobile operating systems. It functions as an agent orchestrator and UI automation engine, providing a reasoning engine that decomposes complex mobile tasks into smaller, manageable steps. The system distinguishes itself through a hierarchical action translation process and the ability to analyze accessibility trees and screenshots to determine the visual layout and current status of mobile applications. It supports execution across both physical ha

    Pythonai-agentsandroidandroid-automation
    Auf GitHub ansehen↗7,715
  • googlecloudplatform/kubectl-aiAvatar von GoogleCloudPlatform

    GoogleCloudPlatform/kubectl-ai

    7,247Auf GitHub ansehen↗

    kubectl-ai is a natural language cluster operator and AI command assistant that translates plain-text prompts into executable Kubernetes commands. It serves as an interface between large language models and the Kubernetes API to enable cluster management through conversational text. The project implements a Model Context Protocol server to expose cluster operations as standardized tools for external AI clients. It uses a provider-agnostic model interface to support both cloud-based and local AI backends. The system covers natural language infrastructure control and AI-assisted DevOps through

    Goaiassistantcli
    Auf GitHub ansehen↗7,247
Alle 30 Alternativen zu AICommand anzeigen→