Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
7.63M
<ao-cookbook>
<codebase>
<project_structure>
.
├── .github
│   └── workflows
│   └── deploy.yml
├── .gitignore
├── .gitpod.yml
├── .husky
│   ├── commit-msg
│   └── pre-commit
├── .nvmrc
├── .yarnrc.yml
├── CONTRIBUTING.md
├── README.md
├── commitlint.config.cjs
├── deploy.js
├── languages
│   ├── README.md
│   ├── def.js
│   └── strings
│   ├── en.json
│   ├── ja.json
│   └── zh.json
├── lint-staged.config.cjs
├── package-lock.json
├── package.json
├── scripts
│   └── generate-llms-txt.js
├── src
│   ├── .vitepress
│   │   ├── config.js
│   │   ├── locales.js
│   │   └── theme
│   │   ├── index.js
│   │   └── style.css
│   ├── concepts
│   │   ├── CU-diagram.png
│   │   ├── MU-diagram.png
│   │   ├── SU-diagram.png
│   │   ├── ao-pictograph-c94ebf2d.svg
│   │   ├── eval.md
│   │   ├── handler-diagram.png
│   │   ├── holographic-state.md
│   │   ├── how-it-works.md
│   │   ├── index.md
│   │   ├── lua.md
│   │   ├── message-workflow-diagram.png
│   │   ├── messages.md
│   │   ├── process-diagram.png
│   │   ├── processes.md
│   │   ├── specs.md
│   │   ├── tour.md
│   │   └── units.md
│   ├── guides
│   │   ├── aoconnect
│   │   │   ├── aoconnect.md
│   │   │   ├── assign-data.md
│   │   │   ├── calling-dryrun.md
│   │   │   ├── connecting.md
│   │   │   ├── installing-connect.md
│   │   │   ├── monitoring-cron.md
│   │   │   ├── reading-results.md
│   │   │   ├── sending-messages.md
│   │   │   ├── signers.md
│   │   │   └── spawning-processes.md
│   │   ├── aos
│   │   │   ├── aolink-compute-example.png
│   │   │   ├── aolink-info-handler-example.png
│   │   │   ├── aolink-linked-message-example.png
│   │   │   ├── aolink-list-example.png
│   │   │   ├── aolink-message-and-token-example.png
│   │   │   ├── aolink-message-details.png
│   │   │   ├── aolink-process-details.png
│   │   │   ├── aolink.png
│   │   │   ├── blueprints
│   │   │   │   ├── chatroom.md
│   │   │   │   ├── cred-utils.md
│   │   │   │   ├── index.md
│   │   │   │   ├── staking.md
│   │   │   │   ├── token.md
│   │   │   │   └── voting.md
│   │   │   ├── cli.md
│   │   │   ├── editor.md
│   │   │   ├── faq.md
│   │   │   ├── inbox-and-handlers.md
│   │   │   ├── index.md
│   │   │   ├── installing.md
│   │   │   ├── intro.md
│   │   │   ├── load.md
│   │   │   ├── modules
│   │   │   │   ├── ao.md
│   │   │   │   ├── base64.md
│   │   │   │   ├── crypto.md
│   │   │   │   ├── index.md
│   │   │   │   ├── json.md
│   │   │   │   ├── pretty.md
│   │   │   │   └── utils.md
│   │   │   ├── ownership.md
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
1