Processes Open Talent Protocol (OTP) and Open Job Protocol (OJP) documents, providing parsing, validation, and introspection tools for AI agent reasoning.
Sponsored
The OTP/OJP tool serves as an essential server for the Open Talent Protocol (OTP) and Open Job Protocol (OJP), which are open standards designed to structure candidate profiles and job postings for seamless AI agent reasoning. It offers a suite of pure functions to transform raw text into structured JSON skeletons, validate documents against JSON Schemas, and extract agent-friendly summaries, all without requiring external LLM calls or API keys. This enables AI agents to efficiently parse, understand, and act upon talent and job data.
主要功能
01JSON Schema draft 2020-12 validation via AJV
020 GitHub stars
03LLM-free parsers for OTP and OJP document skeleton generation
04Zero-config installation and execution
05Agent-friendly introspection for extracting document summaries
06Pure functions with no external LLM or network dependencies
使用案例
01Validating OTP/OJP documents against their respective JSON Schemas
02Structuring raw resume text into standardized OTP profiles for AI agents
03Generating summarized, agent-friendly representations of talent and job data
04Transforming raw job posting text into structured OJP documents