nex-t1.ai
Nex Copilot
Nex Copilot 的生产级 monorepo:受治理的 AI 副驾驶,可在钱包和 300+ 工具中搜索、分析、自动化与执行,并支持只读、审批和执行模式。
nex-t1.ai
Nex Copilot 的生产级 monorepo:受治理的 AI 副驾驶,可在钱包和 300+ 工具中搜索、分析、自动化与执行,并支持只读、审批和执行模式。
Nex Copilot 处理的核心挑战,是把面向 Web3、DeFi 和工具执行的受治理智能体副驾驶变成有用、可治理且可解释的产品系统。
Nex Copilot 围绕明确边界、可检查工作流和可见交付技术栈组织,其中包括 TypeScript、Next.js、Expo和FastAPI。
难点在于让自主性、数据、工具和用户体验保持一致,同时不隐藏运营风险或证据。
关键创新是把架构当成产品界面:能力通过责任、证明路径和交付边界来说明。
Nex Copilot 展示了产品架构、智能体系统、数据边界、控制机制和交付纪律上的应用工程判断。
Nex Copilot 是关于面向 Web3、DeFi 和工具执行的受治理智能体副驾驶的案例研究。Nex Copilot 的生产级 monorepo:受治理的 AI 副驾驶,可在钱包和 300+ 工具中搜索、分析、自动化与执行,并支持只读、审批和执行模式。 其深度在于让边界、证据、工作流和交付选择变得可读。
Nex Copilot 通过清晰职责来组织,避免用户、工具、数据和运行时动作混成一次不透明的模型调用。
该流程将规划、工具使用、状态和结果呈现区分开,让操作者能理解发生了什么以及为什么发生。
页面把证明、日志、产物和评审路径视为产品的一部分,而不是可选的实现备注。
TypeScript 支撑实现叙事,周边技术栈承载持久化、界面、自动化和验证。
技术理由: Primary web surface for chat, tool cards, streaming runs, and approval UI over the BFF contract.
技术理由: Postgres + RLS for agent_runs, events, approvals, and artifact metadata — one persistence boundary.
技术理由: Multi-agent handoffs, sessions, HITL interruptions, and MCP tool loops in agent-runtime.
技术理由: UI-facing chat streams in React/Next — kept separate from the multi-agent runtime per platform boundary.
技术理由: 300+ tools route through tool-gateway — connectors never called directly from clients or LLM-ad-hoc fetch.
已实现工具: Supabase JWT + API key auth; creates agent_runs; streams agent_run_events over SSE.
已实现工具: Pauses risky tool or on-chain actions until explicit human approval.
已实现工具: OpenAI Agents SDK ManagerAgent with Postgres session adapter and structured handoffs.
已实现工具: MCP/function/internal tool registry with Auth0 Token Vault connector boundary.
已实现工具: E2B-isolated filesystem/shell/repo execution with artifact upload.
已实现工具: Typed intents → simulation → policy → approval → isolated signing facade.
已实现工具: Deterministic spending caps, contract allowlists, redaction, and kill switches.
已实现工具: Human-readable proof: wallet, fees, risk flags, approvals, transaction hashes.