forked from runxhq/runx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
25 lines (20 loc) · 1.12 KB
/
Copy pathllms.txt
File metadata and controls
25 lines (20 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# runx
> A skill is expertise published as a portable `SKILL.md`: an operating manual that a human can understand and an agent can act from. Skills compose into graphs and real work without bespoke glue code. Runx supplies the boundary: it admits each act under explicit authority, delivers credentials without turning them into prompt material, supervises execution, and seals the result into a verifiable receipt.
## Docs
- [Introduction](README.md)
- [Getting Started](docs/getting-started.md)
- [Reference](docs/reference.md)
- [Publishing](docs/publishing.md)
- [Releasing](docs/releasing.md)
- [Operator Console](docs/operator-console.md)
- [Skill Author Runtime Contract](docs/skill-author-runtime-contract.md)
- [Skill Catalog](docs/skill-catalog.md)
- [Security Authority Proof](docs/security-authority-proof.md)
- [Rust Kernel Architecture](docs/rust-kernel-architecture.md)
- [How We Test](docs/how-we-test.md)
## Examples
- [Hello World](examples/hello-world)
- [OpenAPI Tool](examples/openapi-tool)
- [OpenAPI Graph](examples/openapi-graph)
- [GitHub MCP Hero](examples/github-mcp-hero)
- [Governed Spend](examples/governed-spend)