| #712 |
Agentic Bot Demo - Conference Presentation
## Overview
Implement a full agentic conversational bot demo for conference presentation, showcasin...
|
open |
high |
2025-12-25 18:32 |
- |
|
| #709 |
TEST-01: Missing unit tests for core orchestrator components
Location: tests/unit/. Issue: No unit tests for orchestrator.py, durable_context.py, absurd_client.p...
|
open |
high |
2025-12-25 02:56 |
- |
|
| #703 |
SCALE-02: No memory limits per task - crash propagation risk
Location: Not implemented. Issue: Worker-level memory limit only. Single memory-hungry task can cras...
|
open |
high |
2025-12-25 02:56 |
- |
|
| #702 |
SCALE-01: Single queue table bottleneck under high load
Location: absurd_client.py. Issue: All workers contend on single queue table. FOR UPDATE SKIP LOCKED...
|
open |
high |
2025-12-25 02:56 |
- |
|
| #699 |
DB-02: Destructive data deletion without archival
Location: migration 0.0.38. Issue: DELETE FROM workflow_run WHERE definition_id IS NULL without arch...
|
open |
high |
2025-12-25 02:56 |
- |
|
| #698 |
DB-01: Missing DOWN migrations for rollback
Location: Multiple migration files. Issue: Many migrations have TODO for down migration. Cannot roll...
|
open |
high |
2025-12-25 02:56 |
- |
|
| #671 |
Add OrphanDetectionService for stuck workflows
Need a background service that periodically scans for orphaned workflows where:
- workflow_run.statu...
|
open |
high |
2025-12-24 03:30 |
- |
|
| #632 |
Audit: Identify misplaced business logic in tools/sdk/engine/api
Audit codebase for business logic wrongly placed in core components. Tools=building blocks, SDK=thin...
|
open |
high |
2025-12-20 05:57 |
- |
|
| #630 |
test_join_all_success_with_failure times out
JoinOperator test with failure branch times out after 60s. The workflow has a failing branch and use...
|
open |
low |
2025-12-19 04:54 |
- |
|
| #628 |
test_durable_cron_rejects_invalid_cron expects 'failed' but gets 'cancelled'
Test expects invalid cron expression to result in 'failed' state but actually gets 'cancelled'. This...
|
open |
low |
2025-12-19 02:34 |
- |
|
| #627 |
test_idempotent_payment_prevents_double_charge times out
Workflow events did not stabilize within 30 seconds. The first payment completes successfully but th...
|
open |
low |
2025-12-19 02:34 |
- |
|
| #624 |
Cython optimization: inline_executor.py execute_workflow_graph()
**Target:** engine/interpreters/inline_executor.py - execute_workflow_graph() and related methods
*...
|
open |
high |
2025-12-19 00:08 |
- |
|
| #623 |
Cython optimization: apps/executor.py _sanitize_for_log()
**Target:** engine/apps/executor.py - _sanitize_for_log() method
**Expected Gain:** 30-40%
**Bottl...
|
open |
high |
2025-12-19 00:08 |
- |
|
| #622 |
Cython optimization: secure_logging.py SensitiveDataFilter.filter()
**Target:** engine/utils/secure_logging.py - SensitiveDataFilter.filter() method
**Expected Gain:**...
|
open |
high |
2025-12-19 00:08 |
- |
|
| #621 |
Cython: Optimize workflow validator
Convert WorkflowCodeValidator in compiler/validator.py to Cython. AST traversal on workflow submissi...
|
open |
low |
2025-12-18 21:52 |
- |
|
| #616 |
Feature Marked as Broken, Work Halted
A user reported that Lia advised against further work on a specific feature, stating it is broken. N...
|
open |
medium |
2025-12-18 14:09 |
- |
|
| #613 |
f-string in logging: 528 remaining occurrences across codebase
Top files: activity_worker.py(35), platform.py(25), http_request.py(20), llm.py(16), docker/network....
|
open |
high |
2025-12-17 22:36 |
- |
|
| #611 |
Nested .get() calls without default handling
Chained .get().get() calls may fail. Example: operators.py:897. Consider using proper nested dict ac...
|
open |
medium |
2025-12-17 22:28 |
- |
|
| #610 |
List instead of tuple for constant returns
Many functions return list literals where tuple would be more memory efficient. Check return [] stat...
|
open |
low |
2025-12-17 22:28 |
- |
|
| #608 |
File reads without size limit
File reads in CLI tools and artifact storage. Size limits exist for artifacts. Low priority - review...
|
open |
low |
2025-12-17 22:27 |
- |
|