paralleldrive / paralleldrive/riteway

Document temperature experiments using Riteway ai

Open
#431 1 comment 1 reaction 2 assignees View on GitHub

@ericelliott is already working on this.

Since Apr 4, 2026.

  • #432 by @copilot-swe-agent — 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.