This repository supports a Codex agent designed to extract and organize entities from unstructured text into a structured knowledge graph.
/scripts/: Code executed by Codex (e.g., data processing or generation scripts)/data/: Input files and sample content/outputs/: Files generated by Codex or intermediate results/agent_config/: Prompts, rules, and configurations for Codex agent behavior
- Clone this repository
- Install dependencies:
pip install -r requirements.txt