Developer trail
Goal: integrate ACORN’s data model, validation, and optional agent tooling into your own tool.
InstallModelAgentsPythonWeb
- Install ACORN and inspect
acorn help. - Learn the ACORN research activity model.
- Use the
acorn-libRust crate for native and agent-enabled applications, and extract ACORN’s operating instructions withacorn skill. - Use the
acorn-pypackage for Python workflows. - 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.