Skip to content

Adding a fake LLM bridge#173

Merged
dmarro89 merged 3 commits into
mainfrom
156-v050-implement-fake-host-side-llm-bridge-for-local-testing
Jul 14, 2026
Merged

Adding a fake LLM bridge#173
dmarro89 merged 3 commits into
mainfrom
156-v050-implement-fake-host-side-llm-bridge-for-local-testing

Conversation

@dmarro89

Copy link
Copy Markdown
Owner

What

Why

Closes #156

How to test

Pre-flight

  • gofmt -l . prints nothing
  • go vet -tags testing -unsafeptr=false ./... is clean
  • make test passes
  • python3 scripts/test_boot.py passes
  • PR is a single concern (no drive-by cleanups)

@dmarro89 dmarro89 self-assigned this May 23, 2026
@dmarro89 dmarro89 linked an issue May 23, 2026 that may be closed by this pull request
6 tasks

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 774a25aa3e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/fake_llm_bridge.py
@dmarro89

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 774a25aa3e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/fake_llm_bridge.py
Comment thread scripts/fake_llm_bridge.py
@dmarro89
dmarro89 merged commit 03f7a52 into main Jul 14, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v0.5.0: Implement fake host-side LLM bridge for local testing

1 participant