docs(site): scaffold public AEX docs site#56
Conversation
…— plan, index, concepts, quickstart, versioning Signed-off-by: Shady El Damaty <shady@holonym.id>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ecurity/building/self-host/catalog/glossary + nav Signed-off-by: Shady El Damaty <shady@holonym.id>
…r-starter pages, policies & custom-agent guides Signed-off-by: Shady El Damaty <shady@holonym.id>
hebbianloop
left a comment
There was a problem hiding this comment.
we're missing the backend of the compute market place, how we can support multiple compute providers, giving the user the best price for compute and in the future for inference when we come out of beta
| "how-agents-run": "How agents run", | ||
| "skills-and-recipes": "Skills & recipes", | ||
| "inference": "Inference (metered)", | ||
| "security-model": "Security model", |
There was a problem hiding this comment.
where is custody model? seems we should talk about 2PC ~ 2PC/MPC
also what about SCM backend? and docs for compute providers?
| @@ -0,0 +1,51 @@ | |||
| # Building agents | |||
|
|
|||
| AEX starter agents are **open source** (Apache-2.0). You can author your own — for yourself or as a | |||
|
|
||
| AEX starter agents are **open source** (Apache-2.0). You can author your own — for yourself or as a | ||
| contribution to the catalog. Full engineering reference: | ||
| [`AGENTS.md`](https://github.com/holonym-foundation/aex/blob/main/AGENTS.md). |
There was a problem hiding this comment.
this is probably closed source no? would want to link this where its open source
There was a problem hiding this comment.
missing our arkhai / SCM architecture and how we expose compute providers (v1) and GPU/inference providers (v2/v3)
|
|
||
| ## Keys never enter the agent | ||
|
|
||
| - **AI inference:** the agent holds a per-agent token, not the model provider key. The real key lives in |
There was a problem hiding this comment.
wouldn't give too much information away that helps adversarial opponent figure out what to attack
|
|
||
| Built-in skills today: | ||
|
|
||
| | Skill | What it does | |
There was a problem hiding this comment.
are these it? there should be other skills from the other bots listed here
|
Per Shady: relocating this to a
|
…w, alkahest escrow, version hygiene, OpenRouter-replacement roadmap Signed-off-by: Shady El Damaty <shady@holonym.id>
Starts the public documentation that will become docs.aex.human.tech or the aex-ui /docs route (TBD — recommendation: Nextra, source kept as portable Markdown so the hosting choice isn't locked).
What's here (
docs/site/)AGENTS.md/ the distribution doc /registry.json— no duplication).AGENTS.md).agent-distribution-and-versioning.md).Index/Concepts/Quickstart/Versioning are seeded with real content; remaining pages are stubs marked
(stub). This is the starting scaffold, not a finished site.🤖 Generated with Claude Code