/ 도구
16개의 라이브러리.
설치 한 번이면 끝.
Document Adapter
A unified editing adapter (with MCP server) that lets an LLM open, modify, and write Office and HWPX documents in place.
Knowtology
Build navigable knowledge maps for LLM agents — four-tool exploration, snippet retrieval, and structured recall.
OmniFuse
Backend-agnostic GraphRAG that fuses vector and graph retrieval in a single pass. Zero core deps, pluggable stores.
Toolint
Lint MCP-compatible, zero-dependency Python agent tools — as a library, a CLI, or an MCP server.
XGEN Harness
The XGEN harness engine — a config-driven, 10-stage pipeline that owns validation, retry, and termination around any model.
playwLeft
A browser automation library built for agents — fast, scriptable control of real browser sessions.
XGen SDK
A curated Python toolkit of reusable backend building blocks — DB pooling, config, storage, ABAC auth, quota, and a LangChain-free agent harness — consolidated into one canonical package.
XGen Agent Memory
A lightweight memory engine fusing semantic search, BM25 keyword search, and typed-edge graph traversal with an online-learned ranker — all in a single SQLite file.
XGen Agent Runtime
A manifest-driven agent pipeline with a dual-abstraction architecture (stage x strategy slots), five LLM providers, and native MCP support — every step observable and swappable.
AN-Web
Executes the web as an actionable state machine instead of rendering pixels for human eyes — every page becomes a structured semantic graph agents can reason over and act upon.
Edit2Docs
An AI-agent-native document engine that produces natively editable DOCX, XLSX, and PPTX files from a one-line intent, and chat-edits existing ones — real paragraphs, cells, and charts.
/ Runtime
Runtime
XGEN 엔진은 코드를 내보내 어디서나 실행됩니다. 플랫폼에 종속되는 서버가 아니라, 표준 생태계(PyPI·npm) 위에서 어디서나 수정·실행·연결되는 독립 MCP 서버입니다.
MCP Apps — 감싸지(Wrapper) 않고, 코드로 담아(Compiler)냅니다
대부분의 플랫폼은 엔진을 내부에 상시 구동하고 MCP로 겉면만 감쌉니다. XGEN은 SDK로 워크플로우와 보안 정책 자체를 표준 프로세스 코드로 내재화해 ‘독립 MCP 서버 패키지’로 내보냅니다 — 한 번 만들고 어디서나 실행합니다.
엔진이 플랫폼 안에 남아있음
MCP WRAPPER
Platform Engine (always-on)
Workflow JSON
플랫폼 DB 안에 저장
Output
플랫폼 종속 MCP 서버
Node · Python
엔진을 내부에 상시 구동하고 MCP로 겉면만 래핑
실행 로직을 독립 자산으로 전환
XGEN SDK
Workflow
코드 내재
Tool
코드 내재
Output
독립 MCP 서버 패키지
Node · Python
SDK를 통해 워크플로우와 보안 정책 자체를 표준 프로세스 코드로 내재화하여 내보냄
Runtime SDK — 엔진 전체를 단 하나의 SDK API로
RAG · 워크플로우 · 세션 · LLMOps 전체를 표준 Python / Node 코드로 조합합니다. 워크플로우와 정책을 자산화해 배포 가능한 실행 패키지로 만듭니다.
XGEN 엔진
RAG · 워크플로우 · LLMOps 전체를 단 하나의 SDK API로 제공
- RAG지식 검색
- Workflow워크플로우 엔진
- Session세션 관리
- LLMOps운영 · 모니터링
SDK 내보내기
표준 Python / Node 코드로 두 SDK를 조합
- 표준 코드SDK 조합
- 워크플로우 · 정책자산화
- 배포 패키지실행 패키지 생성
독립 MCP 서버
원하는 모든 환경에 단독 배포 가능
- 컨테이너
- 서버리스
- 엣지
MCP 클라이언트
어디서나 연결, 어떤 클라이언트도 가능
- ClaudeMCP Client
- CursorMCP Client
- Internal AI사내 시스템
- Custom App자체 앱
- Any ClientMCP 호환
Runtime API — 어디서나 배포하고, 어떤 클라이언트와도 연결
컨테이너 · 서버리스 · 엣지까지 원하는 모든 환경에 단독 배포할 수 있습니다. 표준 MCP 인터페이스로 어떤 클라이언트와도 연결됩니다.
