feat(remote_agent): update remotebuddy implementation#82
Open
PiyushDatta wants to merge 4 commits intomainfrom
Open
feat(remote_agent): update remotebuddy implementation#82PiyushDatta wants to merge 4 commits intomainfrom
PiyushDatta wants to merge 4 commits intomainfrom
Conversation
- Adjacency-aware queue/worker opportunity graph informs planner objective scoring with policy guardrails in apps/remotebuddy/src/autonomous_engine.ts. - Reliability-focused objectives only seed when latency/queue slack thresholds indicate safe capacity. - Lightweight metrics or logging confirm when adjacency-biased seeding triggers. - All changes remain under apps/remotebuddy/src/** and bun run test:root passes. Tests: - bun run test:root
Collaborator
Author
ReviewAgent: Changes Rejected (score 7.6/10)Verdict: The change adds meaningful scheduling intelligence, but it introduces behavior-regression risk in reliability task selection and lacks the test coverage needed for production confidence. Issues:
This PR has been re-queued for automated fixes. A worker will address the issues above. |
… client dashboard Add an end-to-end LLM usage telemetry path so token consumption is visible by service in the client system interface. Record per-call usage on the server, aggregate prompt, completion, total, and average tokens per call by service, and include the 24h summary in /system/status. Wire LocalBuddy and RemoteBuddy through the shared LLM client telemetry reporter, using provider usage when available and conservative token estimates when a backend does not return counts. Render the new stats in the mobile client System tab with compact large- number formatting and service-level breakdown cards. Cover the new aggregation/reporting path with server-store and LLM telemetry tests.
…toml parity failures
… probes - add ReliabilityCapacityGate and parseTelemetryEvidence to derive queue_health telemetry and fallback slot budgets - wire reliabilityGate.evaluate into RemoteBuddyAutonomousEngine scoring and stash penalties+mode on candidate.debug - export SnapshotSignal typing and extractQueueTelemetryFromSignals to dedupe queue samples and normalize units - add bunVersionCheck/dockerVersionCheck and telemetry hooks in StartupChecklist to log runtime/infrastructure phases - tighten autonomous_engine.adjacent_possible.test.ts toBeCloseTo tolerances for motif signal and idea score assertions Tests: - not run
Collaborator
Author
ReviewAgent: Changes Rejected (score 7.8/10)Verdict: Feature scope is strong, but there are correctness and regression risks that should be fixed before treating this as production-ready. Issues:
This PR has been re-queued for automated fixes. A worker will address the issues above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
e0821442-60bf-4921-b776-4e63cb3037f0tomain_agents.7814d55057ee46d4e4421603e02f39c8e65db559fromrefs/pushpals/agent/workerpal-6d6fd50e/e0821442-60bf-4921-b776-4e63cb3037f0.workerpal-6d6fd50ereported: Executed task and modified 1 file(s)Implement adjacency-aware bias inapps/remotebuddy/src/autonomous_engine.tsby constructing a queue/worker opportunity graph, scoring planner objectives with adjacency weighting under policy guardrails, and ensure reliability-heavy pro...Motivation / Context
Planned Scope
apps/remotebuddy/src/autonomous_engine.tsPlanned Validation
Changes
apps/remotebuddy/src/autonomous_engine.tsTesting / Validation
Impact / Risk
SourceControlManager Note
fix(repo): Implement adjacency-aware bias inapps/remotebuddy/src/autonomous_engine.tsby constructing...Checklist
Tests added/updated where appropriate
Validation commands run (or noted as not run)
Docs/comments updated if needed
No sensitive data (secrets/tokens) committed
Agent branch:
agent/workerpal-6d6fd50e/e0821442-60bf-4921-b776-4e63cb3037f0Completion ref:
refs/pushpals/agent/workerpal-6d6fd50e/e0821442-60bf-4921-b776-4e63cb3037f0Commit:
7814d55057ee46d4e4421603e02f39c8e65db559Completion ID:
678ce66d-6277-457a-89cb-a0783f82e814