SDKs & Frameworks
Aramm setup notes for application SDKs and LLM frameworks.
SDKs and frameworks should stay implementation-first: show the endpoint swap, show the model id, and stop there unless the library needs a special option.
Start here
Reuse rule
- One code sample is enough for MVP.
- Prefer the smallest possible client construction example.
- Add a second example only when the library has a meaningfully different setup.