Unified AI System 0.4.0: a governed, terminal-first MCP gateway with local prompt enhancement #1499
happy520ai
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
What would you like to share?
Hi, I maintain Unified AI System, an Apache-2.0, terminal-first AI and MCP gateway for models, agents, knowledge, and tools.
Version 0.4.0 is active in the official registry as
io.github.happy520ai/unified-ai-system. The public evaluation path is deliberately credential-free: the MCP server starts an isolated managed gateway, exposes nine tools, uses a deterministic local fake provider for chat, and removes the managed process when the session ends.The part I would most value feedback on is the intent-to-execution boundary.
gateway_prompt_enhanceturns a rough natural-language request into a structured prompt locally, preserves the original request, and makes no provider call. Applying the enhanced prompt to chat remains explicit; ordinary chat behavior is unchanged.What works today:
Try the MCP server with Codex:
Then ask Codex:
Current boundaries are explicit: this is a self-hosted public preview, not a hosted API, production certification, L5 autonomy, or AGI claim. The default path proves governed local behavior before anyone supplies provider credentials.
I would appreciate technical feedback on two questions:
If this direction is useful, feedback, testing, or a Star would help other builders discover it.
Relevant Links
All reactions