XGEN 15일 무료 체험 — 설치 없이 브라우저에서 바로 시작하세요체험 신청
PlateerAI Labs

Open Source · Library Gallery

Library Gallery

XGEN을 떠받치는 오픈소스 라이브러리. pip로 설치하거나, 모든 도구를 지금 여기 브라우저에서 체험하세요.

ingestionEdit2Docs이 데모 체험하기
Edit2Docsingestion
PythonMIT
$pip install xgen_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.

ingestion브라우저에서 실행
ingestion
Edit2Docs

/ 도구

16개의 라이브러리.
설치 한 번이면 끝.

인제스션라이브 데모

Contextifier

80개 이상 문서 포맷을 추출·청킹합니다. 표, 코드 블록, 구조를 검색에 유리하게 보존합니다.

Python
데모 열기
인제스션라이브 데모

Doc2Chunk

문서를 컨텍스트 인식 청크로 분할합니다. 크기와 중첩을 자유롭게 설정할 수 있습니다.

Python
데모 열기
인제스션라이브 데모

f2a

파일 하나만 지정하면 전체 통계와 인터랙티브 HTML 리포트를 생성합니다. 24개 이상 포맷 지원.

Python
데모 열기
지식라이브 데모

Synaptic Memory

자동 온톨로지, 헤비안 학습, 4단계 기억 통합으로 오래 실행되는 에이전트의 장기 기억을 지원합니다.

Python
데모 열기
에이전트라이브 데모

Googer

웹·이미지·뉴스·동영상 검색. 타입이 보장된 응답으로 스크래핑 고생이 필요 없습니다.

Python
데모 열기
인제스션라이브 데모

Document Adapter

A unified editing adapter (with MCP server) that lets an LLM open, modify, and write Office and HWPX documents in place.

Python
데모 열기
지식라이브 데모

Knowtology

Build navigable knowledge maps for LLM agents — four-tool exploration, snippet retrieval, and structured recall.

Python
데모 열기
지식라이브 데모

OmniFuse

Backend-agnostic GraphRAG that fuses vector and graph retrieval in a single pass. Zero core deps, pluggable stores.

Python
데모 열기
에이전트라이브 데모

Toolint

Lint MCP-compatible, zero-dependency Python agent tools — as a library, a CLI, or an MCP server.

Python
데모 열기
에이전트라이브 데모

XGEN Harness

The XGEN harness engine — a config-driven, 10-stage pipeline that owns validation, retry, and termination around any model.

Python
데모 열기
에이전트라이브 데모

playwLeft

A browser automation library built for agents — fast, scriptable control of real browser sessions.

Python
데모 열기
유틸리티라이브 데모

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.

Python
데모 열기
지식라이브 데모

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.

Python
데모 열기
에이전트라이브 데모

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.

Python
데모 열기
에이전트라이브 데모

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.

Python
데모 열기
인제스션라이브 데모

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.

Python
데모 열기

/ Runtime

Runtime

XGEN 엔진은 코드를 내보내 어디서나 실행됩니다. 플랫폼에 종속되는 서버가 아니라, 표준 생태계(PyPI·npm) 위에서 어디서나 수정·실행·연결되는 독립 MCP 서버입니다.

독립Open Architecture

MCP Apps — 감싸지(Wrapper) 않고, 코드로 담아(Compiler)냅니다

대부분의 플랫폼은 엔진을 내부에 상시 구동하고 MCP로 겉면만 감쌉니다. XGEN은 SDK로 워크플로우와 보안 정책 자체를 표준 프로세스 코드로 내재화해 ‘독립 MCP 서버 패키지’로 내보냅니다 — 한 번 만들고 어디서나 실행합니다.

엔진이 플랫폼 안에 남아있음

Wrapper 방식MCP 핸드프린트를 ‘감싸는 구조’

MCP WRAPPER

Platform Engine (always-on)

Workflow JSON

플랫폼 DB 안에 저장

Output

플랫폼 종속 MCP 서버

Node · Python

엔진을 내부에 상시 구동하고 MCP로 겉면만 래핑

실행 로직을 독립 자산으로 전환

Compiler 방식표준 프로세스 코드로 내재화

XGEN SDK

Workflow

코드 내재

Tool

코드 내재

Output

독립 MCP 서버 패키지

Node · Python

SDK를 통해 워크플로우와 보안 정책 자체를 표준 프로세스 코드로 내재화하여 내보냄

독립Runtime SDK

Runtime SDK — 엔진 전체를 단 하나의 SDK API로

RAG · 워크플로우 · 세션 · LLMOps 전체를 표준 Python / Node 코드로 조합합니다. 워크플로우와 정책을 자산화해 배포 가능한 실행 패키지로 만듭니다.

1

XGEN 엔진

RAG · 워크플로우 · LLMOps 전체를 단 하나의 SDK API로 제공

  • RAG지식 검색
  • Workflow워크플로우 엔진
  • Session세션 관리
  • LLMOps운영 · 모니터링
2

SDK 내보내기

표준 Python / Node 코드로 두 SDK를 조합

  • 표준 코드SDK 조합
  • 워크플로우 · 정책자산화
  • 배포 패키지실행 패키지 생성
3

독립 MCP 서버

원하는 모든 환경에 단독 배포 가능

  • 컨테이너
  • 서버리스
  • 엣지
4

MCP 클라이언트

어디서나 연결, 어떤 클라이언트도 가능

  • ClaudeMCP Client
  • CursorMCP Client
  • Internal AI사내 시스템
  • Custom App자체 앱
  • Any ClientMCP 호환
연결Runtime API

Runtime API — 어디서나 배포하고, 어떤 클라이언트와도 연결

컨테이너 · 서버리스 · 엣지까지 원하는 모든 환경에 단독 배포할 수 있습니다. 표준 MCP 인터페이스로 어떤 클라이언트와도 연결됩니다.

ClaudeCursor내부 시스템(Internal AI)자체 앱(Custom App)MCP 호환 클라이언트
Library Gallery · Plateer AI Labs