issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:PHP language:CSS
Filter by
48.1M results
Scene: Greymoor_08 Position: (34.52546310424805, 4.567685127258301)
Message: sceneName: Greymoor_08 x: 34,52546 y: 4,567685 message: ded and i cant see the boss now wow
Meta
- GameVersion: undefined ...
feedback
processed
Goal
Add an optional local read-only API server for dynamic local browsing without cloud auth.
Required CLI
cosheaf server serve --readonly --port 8765
Required endpoints
GET /api/health
GET /api/workspace ...
Problem
Parallel workers only help up to the Anthropic Sonnet rate limit (RPM/TPM). Past it you get sustained 429s — the #256
retry/backoff absorbs bursts, not a steady over-rate. The LLM tier is the ...
agents
scaling
Problem
There is no visibility into where the pipeline backs up. The slow 100-article backfill drain (#241) was only discovered
by hand-querying the DB. Operators need per-stage queue health at a glance. ...
agents
observability
Problem
In-process concurrency (the consumer-framework issue) still caps at one process/box. extract (reads a full body) and
classify (lighter) have very different cost/latency profiles and should scale ...
agents
scaling
Problem
Durable at-least-once delivery (the consumer-framework issue) redelivers a message if a worker crashes or exceeds
AckWait. Today s handlers would then re-extract / re-classify and double-publish, ...
agents
tech-debt
Problem
maat/bus.run_agent is a core NATS subscriber that processes strictly serially — async for msg: await handler(...), one
event fully handled before the next, single process. Two consequences:
1. ...
agents
scaling
tech-debt
Umbrella for the widget architecture audit. Full write-up: docs/widget-architecture-audit.md.
Goal: an internal boundary — a small, stable widget SDK widgets import from, a host they cannot import, data ...
Summary
Ship the rendered-page / DOM read primitive — option 2 from #54, deliberately deferred when we shipped option 1 (the
inspect_code source-read tool in #56). With both, Roadie has the whole vision: ...
enhancement
Router policy: pre-consult devops (advisory) before code-writer for design-bearing infra-implementation tasks
Spun off from the #364 gold re-adjudication (Milestone 14).
Background
Adjudicated: infra_deploy/build ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.