ArcoreCareer
A Career Knowledge Graph System that treats individual career data (skills, achievements, roles) as a queryable database. ArcoreCareer uses rules-based parsing to extract job details, enables dynamic resume generation, and facilitates structured career planning.
Key Features
- Personalized Career Knowledge Graph
- STAR Method Achievement Editor
- Rules-Based Job Description Parser (Regex + DOM)
- Dynamic & Targeted Resume/CV Generation
- Job Application Tracking (Kanban Board)
- Document Management & Version Control
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/api/profile` | Retrieve the user's career profile |
| POST | `/api/achievements` | Add a new career achievement |
| POST | `/api/jobs/analyze` | Analyze a job description against the user's profile |
| GET | `/api/resumes/generate` | Generate a targeted resume PDF |
Usage Example
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/profile",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
Authentication
- •**Header:** `Authorization: Bearer <token>`
- •**Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.
Compliance & Security
Compliance
- ✓Privacy: User data ownership model
Security
- ✓TLS 1.3
- ✓AES-256 encryption
Coming Soon
3 plannedAI-Powered Skill Extraction Fallback
Target: Q2 2025
AI-Assisted Job Matching & Gap Analysis
Target: Verification Required
AI-Enhanced Resume Optimization Suggestions
Target: Future/Q3 2025
Related Products
Arcore Maestro
Arcore Maestro is a hybrid, agent-based orchestration conductor for AI and data workflows. It intelligently routes tasks to efficient local LLMs or secure, sandboxed worker tools, reserving large external models for planning, creative generation, and self-healing analysis. It serves as the central nervous system for autonomous agents within the Arcore ecosystem.
local-llm-server
A robust, production-ready API for managing and serving local language models with comprehensive performance monitoring. It provides an OpenAI-compatible API layer over local inference engines (llama.cpp, etc.), enabling secure, air-gapped AI capabilities for the enterprise.
Chapterize
A document processing engine that converts static PDFs into structured, web-ready HTML chapters. Chapterize uses a rules-based engine with strict regex patterns and DOM analysis to detect logical breaks, clean content, and make legacy documentation accessible, searchable, and mobile-friendly.