Issue not found
ID Title Status Priority Created Due Date Actions
#752 run_goal workflow variables are not agent-scoped; two agents in one workflow collide
tools.agent.run_goal/init_goal use fixed workflow-variable names (agent_done, agent_turn, agent_mess...
open medium 2026-06-20 22:10 -
Edit
#751 call_llm implements only Ollama; Anthropic/OpenAI raise NotImplementedError (blocks Claude support)
engine/tools/llm/core/providers.py:87-112 — _call_openai/_call_anthropic/_call_grok/_call_gemini/_ca...
open high 2026-06-20 22:10 -
Edit
#750 run_goal tool execution is at-least-once; needs scoped sub-step for exactly-once
tools.agent.run_goal (issue #749) gates each tool observation with a workflow variable (agent_tool_<...
open high 2026-06-20 21:39 -
Edit
#749 Phase 0: MCP front-door + durable run_goal agent tool
Highway Agents Phase 0 (option B, durable). Two parts: 1) Engine: new tool tools.agent.run_goal — a ...
in-progress high 2026-06-20 21:26 -
Edit
#748 Fix flaky rate limit test parallel interference
cleanup_rate_limits fixture used broad LIKE pattern that deleted config rows from concurrently runni...
closed medium 2026-02-09 00:31 -
#747 CLAUDE.md updated for modular architecture
Updated CLAUDE.md to reflect: nested submodules (highway-core + jumper), replicated workers, new ser...
closed low 2026-02-09 00:30 -
#746 health_monitor_cron template passes invalid alert_threshold parameter
Removed alert_threshold=2 from kwargs - HealthMonitorApp.check_and_alert() does not accept it.
closed low 2026-02-09 00:16 -
#745 Cross-run event pollution causes deadlock in parallel workflows
Static event names in DSL templates persist in jumper.e_highway_default between runs. When a subsequ...
closed high 2026-02-08 23:38 -
#744 Bootstrap only registers pre-installed apps, not example apps
The register_apps internal tool only scans enterprise/apps/pre_installed/ (8 apps). The 9 example ap...
closed high 2026-02-08 21:47 -
#743 SMTP email timeout in Docker environment
Email sends from workers timeout. mail.highway.rodmena.app may not be reachable from Docker network....
open low 2026-02-08 21:39 -
Edit
#742 database_demo app returns non-JSON-serializable datetime
App returns datetime objects in query results. Needs to convert to ISO format strings before returni...
closed medium 2026-02-08 21:39 -
#741 approval_email app uses ctx.db_connection in IPC mode
App tries direct DB access which is unavailable in IPC isolation mode. App code needs refactoring to...
closed medium 2026-02-08 21:39 -
#740 Enterprise CLI submit broken after modularization
hwe submit fails with TypeError: submit_workflow() got unexpected keyword argument queue. Signature ...
closed high 2026-02-08 20:59 -
#739 engine.config.get_secret does not read from Vault despite Vault access
get_secret() only checks SECRET_* env vars and [secrets] INI section. It never reads from Vault even...
open high 2026-02-07 23:18 -
Edit
#738 ProxyDurableContext missing 'now' property causes isoformat error in IPC apps
ProxyDurableContext.__getattr__ catches all attribute access and returns a method_proxy function. Wh...
open high 2026-02-07 23:14 -
Edit
#737 Ollama provider does not auto-resolve API key from env/config
In _route_to_provider (engine/tools/llm/core/providers.py), the ollama provider reads base_url from ...
open high 2026-02-07 23:12 -
Edit
#736 Artifact and docker workflow tests failing post-modularization
test_artifact_system (2 tests) and test_docker_with_logging fail with workflow status=failed. Need t...
open medium 2026-02-07 20:12 -
Edit
#735 Enterprise tools not available in unit test ToolRegistry context
Tests that instantiate ToolRegistry() directly get core-only tools. internal.health.check_db (test_h...
open medium 2026-02-07 20:12 -
Edit
#734 App tools not registered in worker tool registry during execution
Apps installed via API (test_app_ipc_final, test_app_ipc_security) fail at runtime because app tools...
open high 2026-02-07 20:12 -
Edit
#733 Missing tools in test workflows: list_generator, long_running, shell.retry
Test workflow examples reference tools that dont exist: tools.list_generator.generate_items (foreach...
open high 2026-02-07 20:11 -
Edit
Previous Page 1 of 37 Next