paralleldrive / paralleldrive/riteway
Document temperature experiments using Riteway ai
Open
documentation
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 40
- Avg merge
- 4h 53m
- Merged PRs (30d)
- 7
Description
In docs/riteway-ai.md, add complete documentation of Riteway ai features and
- please include just a minimal usage guide in the readme and link to the rest of the docs from there - make sure it comes AFTER basic Riteway usage examples/general Riteway getting started guide In the README.
- Add the following section to the riteway-ai docs:
Configuring Model and Temperature (OpenCode)
Most agent harnesses don't expose temperature settings. If you need
temperature control for Riteway AI evals, use OpenCode with a custom
agent config.
1. Create the agent file
Create .opencode/agents/riteway.md in your project root:
---
description: Riteway AI eval agent
mode: primary
model: anthropic/claude-sonnet-4-6
temperature: 0.2
---
2. Configure the Riteway agent
In your Riteway config, reference the agent by filename (without extension):
{
"opencode": {
"command": "opencode",
"args": ["run", "--agent", "riteway", "--format", "json"],
"outputFormat": "ndjson"
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.