Skip to content

Docs Home

Source mirrored from seocho/docs/README.md

SEOCHO docs are organized around one question: what do you need to do right now?

Quickstart Python SDK Architecture Deep Dive

If you need to…Start here
get a first local success path../QUICKSTART.md
understand local ask() vs runtime semantic/react/debate../README.md#execution-surfaces
bring up the full local runtime stackRUNTIME_DEPLOYMENT.md
follow a runnable notebook walkthrough../examples/quickstart.ipynb
understand SEOCHO with architecture snippetsBEGINNER_GUIDE.md
use the Python SDK directlyPYTHON_INTERFACE_QUICKSTART.md
declare reusable agent patterns in YAMLAGENT_DESIGN_SPECS.md
declare graph-model-aware indexing in YAMLINDEXING_DESIGN_SPECS.md
bring your own ontology and dataAPPLY_YOUR_DATA.md
inspect files, artifacts, and tracesFILES_AND_ARTIFACTS.md
understand the system designARCHITECTURE.md
understand the top-level repository layoutREPOSITORY_LAYOUT.md
review repository hierarchy cleanup prioritiesREPOSITORY_HIERARCHY_REVIEW.md
understand GitHub automationGITHUB_AUTOMATION.md
present SEOCHO to a technical audiencepresentations/SEOCHO_OVERVIEW_DEEP_DIVE.md
measure behavior with FinDER and benchmark tracksBENCHMARKS.md

Recommended onboarding order:

  1. WHY_SEOCHO.md
  2. ../QUICKSTART.md
  3. ../examples/quickstart.ipynb
  4. BEGINNER_GUIDE.md
  5. PYTHON_INTERFACE_QUICKSTART.md
  6. APPLY_YOUR_DATA.md
  7. FILES_AND_ARTIFACTS.md
  8. ARCHITECTURE.md
  9. presentations/SEOCHO_OVERVIEW_DEEP_DIVE.md
  • GitHub README.md is the fastest product landing page.
  • docs/* is the source of truth for long-form product, operator, and system contracts.
  • website/ is the tracked Astro/Starlight source for https://seocho.blog.
  • website/scripts/generate-docs.mjs materializes selected /docs/* and /blog/* pages from the repo-root source docs at build time.
  • Generated mirror files under website/src/content/docs/docs/ are derived artifacts; edit the repo-root source docs instead.
  • Validate the site with cd website && npm ci && npm run check:docs && npm run build && bash scripts/check-built-links.sh.