프로젝트
Open GitHub
Public Beta Access
Open Edge AI turns project rooms, document review, Todo planning, and local model chat into one mobile workspace that keeps work moving from vague request to usable result.
import { Agent, Workflow } from "@open-edge/core";// Generated by Planner Agentexport const legalReview = async (request) => { const nda = await Agent.attach("NDA_Agreement.pdf"); const risks = await Agent.analyze(nda); return Workflow.createTodoPlan(risks);};
APP COMPONENTS
프로젝트
이 NDA 계약서에서 우리 회사에 불리할 수 있는 조항을 핵심만 찾아줘.
위험도, 문제점, 확인 필요사항을 항목별로 정리하고 후속 Todo를 만들 수 있도록 요약합니다.
오늘 · 할 일
FEATURES
Customer analysis, security compliance, and legal review live as separate rooms with recent context and fast chat entry.
Attach contracts, compress context, and receive structured risks, issues, and follow-up checks in the same conversation.
Switch between list and calendar views, then ask the model to reorder today’s work by urgency and sequence.
Gemma 4 model controls, private workspace defaults, and mobile-native flows keep sensitive tasks close to the device.
WORKFLOW
NDA review, contract risk analysis, and privacy clause checks stay grouped under the Legal Document Review room.
AI output can become visible blocks on the day timeline, so the next action is not buried inside a chat transcript.
The assistant reads the day’s tasks and proposes ordering by deadlines, importance, and task dependency.
READY FOR THE NEXT BUILD