Commit c5a142e
## What
The key-terminology glossary
(`fern/.../about/concepts/key-terminology.mdx`) defined `Verifier`,
`Policy Model`, etc. but **not** the three FastAPI server types — so
"Resources Server" was never actually defined
([#395](#395): the name is
nebulous). Added clear Architecture-Terms entries:
- **Resources Server** — *is* the environment: per-task state + tools +
`verify()` → reward. "Read it as the environment + verifier service."
- **Agent Server (Responses API Agent)** — the harness that drives the
model through the task.
- **Model Server (Responses API Model)** — wraps an LLM endpoint behind
the Responses API.
Each ties the term to its directory (`resources_servers/`,
`responses_api_agents/`, `responses_api_models/`). Mirrored into
`latest` and `v0.3.0`.
## Why
Epic [#1205](#1205) friction 9
(naming confusion), RFC milestone M6e. Docs-only.
---------
Signed-off-by: Wojciech Prazuch <wprazuch@nvidia.com>
Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.com>
1 parent 2da9142 commit c5a142e
2 files changed
Lines changed: 24 additions & 0 deletions
File tree
- fern/versions
- latest/pages/about/concepts
- v0.3.0/pages/about/concepts
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
| |||
0 commit comments