Documentation Index
Fetch the complete documentation index at: https://solo-09d10f60.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Enoch docs
This is the Enoch documentation website. Use it to learn what Enoch is, run a local smoke test, deploy the control plane and worker, configure required tokens safely, and review generated research artifacts without losing provenance boundaries. Enoch is an agentic research control plane. It queues research ideas, checks whether a worker is safe to use, supervises long-running local AI jobs, preserves evidence, and packages AI-generated research artifacts with explicit provenance. These docs are written for new operators, contributors, and reviewers. They are intentionally conservative. When a behavior is not evidenced in the code repository, corpus repository, Hugging Face export, or release notes, the docs either omit it or call it a limitation. The hosted docs website is https://solo-09d10f60.mintlify.app/. The source lives inalias8818/enoch-docs. The application code lives in
alias8818/enoch-agentic-research-system. Generated artifacts live in
alias8818/enoch-ai-research-corpus.
What you are looking at
Documentation website
The hosted Mintlify site explains the system, deployment path, API surface, and provenance rules.
System repository
The FastAPI control plane, dashboard, deployment scripts, tests, and launch-site source live here.
Research corpus
Generated research artifacts, evidence bundles, claim ledgers, manifests, and packaging/provenance reports live here.
Launch site
A short public project overview with architecture diagrams and highlighted generated artifacts.
Start here
1. Understand the system
Learn what Enoch does, what it does not claim, and how the control plane fits with the corpus.
2. Run a local smoke test
Clone the code repo, create a local config, start the FastAPI app, and verify the dashboard/API path.
3. Deploy carefully
Follow the two-machine reference deployment for a control VM and worker wake-gate node.
4. Review provenance
Use the correct authorship and citation framing for generated research artifacts.
Common operator tasks
Dispatch a research run
Run preflight checks, validate the queue, dry-run the candidate, and only then enable live dispatch intentionally.
Generate paper artifacts
Sync evidence, generate draft artifacts, and run packaging/provenance checks before release.
Configure Enoch
Set required fields, worker connection, alerts, and paper-writer provider settings without committing secrets.
Set up queue alerts
Enable Pushover notifications for queue hangs and stoppage detection.
Read the API reference
Use the source-grounded endpoint reference for the documented FastAPI surface.
Open the docs source
Edit the MDX source and propose corrections in the GitHub repository.