Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Unify worker manager #954

Merged
merged 20 commits into from
Jan 11, 2025

type message for substantial worker

f5f74f5
Select commit
Loading
Failed to load commit list.
Merged

feat: Unify worker manager #954

type message for substantial worker
f5f74f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 7, 2025 in 1s

73.00% of diff hit (target 77.72%)

View this Pull Request on Codecov

73.00% of diff hit (target 77.72%)

Annotations

Check warning on line 62 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L62

Added line #L62 was not covered by tests

Check warning on line 149 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L149

Added line #L149 was not covered by tests

Check warning on line 244 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L242-L244

Added lines #L242 - L244 were not covered by tests

Check warning on line 246 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L246

Added line #L246 was not covered by tests

Check warning on line 289 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L289

Added line #L289 was not covered by tests

Check warning on line 333 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L331-L333

Added lines #L331 - L333 were not covered by tests

Check warning on line 471 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L469-L471

Added lines #L469 - L471 were not covered by tests

Check warning on line 473 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L473

Added line #L473 was not covered by tests

Check warning on line 477 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L477

Added line #L477 was not covered by tests

Check warning on line 488 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L486-L488

Added lines #L486 - L488 were not covered by tests

Check warning on line 490 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L490

Added line #L490 was not covered by tests

Check warning on line 494 in src/typegate/src/runtimes/substantial/agent.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/agent.ts#L494

Added line #L494 was not covered by tests

Check warning on line 67 in src/typegate/src/runtimes/substantial/workflow_worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/substantial/workflow_worker_manager.ts#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 20 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 24 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 72 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 78 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L78

Added line #L78 was not covered by tests

Check warning on line 91 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 123 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 129 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L127-L129

Added lines #L127 - L129 were not covered by tests

Check warning on line 135 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 137 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L137

Added line #L137 was not covered by tests

Check warning on line 170 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 174 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 181 in src/typegate/src/runtimes/utils/worker_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/typegate/src/runtimes/utils/worker_manager.ts#L180-L181

Added lines #L180 - L181 were not covered by tests