rivet-dev / rivet-dev/agentos

Feat Request: Add the ability to proxy http requests

Open
#1,445 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
4.6k
Forks
251
Avg merge
2d 15h
Merged PRs (30d)
34

Description

I wanted to add my own proxy for http requests. Originally all requests went through the host and I just needed to add my own implementation. Now that they go through the rust sidecar there needs to be a way for the sidecar to callback to transform an http request. This gives an easy way for users to provide their own proxy in the host process where they can substitute credentials or perform additional security checks.

I have an open PR here to add this sidecar callback: https://github.com/rivet-dev/agent-os/pull/1444

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.

Research direction

Start by reviewing the proposed sidecar callback in PR #1444 and the host-process proxy behavior described in issue #1445. Trace how HTTP requests cross the Rust sidecar boundary; the work is done when the host can provide a proxy that transforms requests for credential substitution or security checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.