Conversation
AB metrics: - Replace ':days::integer' with 'CAST(:days AS integer)' in the textual SQL query — asyncpg misparses ':param::type' as a malformed named parameter and raises PostgresSyntaxError on every page load. - Regression test: test_ab_metrics_sql_uses_cast_not_double_colon. Poller: - Add dedicated OSError handler in polling_loop() — covers socket.gaierror (DNS, [Errno -2] Name or service not known), ConnectionRefusedError, and other network-level failures. - Backs off exponentially (30 s → 60 s → 120 s, cap 300 s) instead of retrying at the normal poll interval and flooding logs. - Regression tests: test_polling_loop_oserror_triggers_backoff, test_polling_loop_oserror_backoff_doubles_on_repeat. Co-authored-by: AgentCeption Bot <agent@agentception.io>
…#1058) The warning text was crammed inside the .od-header flex row alongside all the other buttons, stretching the row and breaking the layout. - Pull loneWorkerWarning out of od-header__launch-group entirely. - Add a dedicated .od-warn-strip element rendered just below the header (still inside the OD panel flex column) with amber colouring. - Launch button stays in the header row unobstructed. - Strip strips the leading emoji from the JS string to avoid duplication with the icon span. - New SCSS: .od-warn-strip with icon/text sub-elements. Co-authored-by: AgentCeption Bot <agent@agentception.io>
Updates all 40 files that referenced port 10003 — Docker images, compose files, CI workflow, app entrypoint, scripts, all docs, tests, and derived .agentception role prompts — to use port 1337. Verified zero remaining 10003 references, clean mypy, no template drift, and health check passes on the new port. Co-authored-by: AgentCeption Bot <agent@agentception.io>
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
10003to1337across all 40 files (Dockerfiles, compose, CI, docs, scripts, tests, role prompts)[Errno -2] Name or service not knownDNS errors now trigger exponential backoff (30 s → 300 s max) instead of tight-looping:days::integertoCAST(:days AS integer)to fixPostgresSyntaxErrorlocal-llm-mlx.mdrenamed tolocal-llm.md, MLX/Apple-Silicon-only framing removed throughout/root/.cacheto/home/agentception/.cacheso the non-root container user can write itTest plan
curl -sf http://localhost:1337/health→{"status":"ok"}(verified locally)mypy agentception/ tests/→ 0 errors (verified locally)