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 pathQUICKSTART.md
understand local ask() vs runtime semantic/react/debateQUICKSTART.md#11-execution-modes-matter
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
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.
  • tteon.github.io/ mirrors selected pages for https://seocho.blog.
  • If a source doc changes materially, update the mirrored website page and validate drift with the website repo checks.