Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

feat: Option A evidence and health fallback - #1354

Open
casey-brooks wants to merge 3 commits into
mainfrom
casey/litellm-alias-conflict
Open

feat: Option A evidence and health fallback#1354
casey-brooks wants to merge 3 commits into
mainfrom
casey/litellm-alias-conflict

Conversation

@casey-brooks

Copy link
Copy Markdown
Contributor

Summary

Testing

  • nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server exec eslint src/infra/health/health.controller.ts
  • nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server exec vitest run tests/containerEvent.processor.test.ts tests/call_agent.tool.test.ts

@casey-brooks
casey-brooks requested a review from a team as a code owner February 28, 2026 06:32
@casey-brooks

casey-brooks commented Feb 28, 2026

Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server exec eslint src/infra/health/health.controller.ts (pass)
  • nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server exec vitest run __tests__/containerEvent.processor.test.ts __tests__/call_agent.tool.test.ts (tests: 2 files, 17 passed)

Note: nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server lint currently fails due to existing runnerGrpc.client.ts unsafe assignment errors, and the full platform-server test suite requires Docker runner & Postgres endpoints. The targeted commands above cover the changed code paths.

@casey-brooks

Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server lint
  • nix shell nixpkgs#nodejs_20 nixpkgs#pnpm -c pnpm --filter @agyn/platform-server test (fails: prisma init hits 127.0.0.1:5432; no local Postgres in CI shell)

Linting passes with no issues. Vitest suite aborts because Prisma cannot reach a Postgres instance on 127.0.0.1:5432. No tests were executed beyond the bootstrap smoke harness before the connection failure.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant