Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Developer trail

Goal: integrate ACORN’s data model, validation, and optional agent tooling into your own tool.

InstallModelAgentsPythonWeb
  1. Install ACORN and inspect acorn help.
  2. Learn the ACORN research activity model.
  3. Use the acorn-lib Rust crate for native and agent-enabled applications, and extract ACORN’s operating instructions with acorn skill.
  4. Use the acorn-py package for Python workflows.
  5. Review the WebAssembly-supported surface before targeting a browser or edge runtime.

When adding a CLI integration, prefer the generated CommandLineHelp.md in the repository as the exact option reference and the curated command pages for workflow guidance.

Next stop: Start building with the acorn-lib crate.