重构DPML Agent模块,全面迁移至RxJS架构,更新API以支持Observable流,优化会话管理和消息处理逻辑,新增LLM请求接… #4
Annotations
30 warnings
|
packages/agent/src/__tests__/contract/dpml/schema.contract.test.ts#L38
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `schema.contract.test.ts` to same directory as `../../../config/schema` or consider making `../../../config/schema` a package
|
|
packages/agent/src/__tests__/contract/dpml/schema.contract.test.ts#L26
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `schema.contract.test.ts` to same directory as `../../../config/schema` or consider making `../../../config/schema` a package
|
|
packages/agent/src/__tests__/contract/dpml/schema.contract.test.ts#L11
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `schema.contract.test.ts` to same directory as `../../../config/schema` or consider making `../../../config/schema` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L43
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L28
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L20
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L10
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/api/agent.contract.test.ts#L30
`../../../core/agentService` import should occur before type import of `../../../types/AgentConfig`
|
|
packages/agent/src/__tests__/contract/api/agent.contract.test.ts#L29
`../../../api/agent` import should occur before type import of `../../../types/AgentConfig`
|
|
packages/agent/src/__tests__/contract/api/agent.contract.test.ts#L10
There should be no empty line within import group
|
|
packages/core/src/__tests__/contract/api/processing.contract.test.ts#L30
Unexpected any. Specify a different type
|
|
packages/core/src/__tests__/contract/api/processing.contract.test.ts#L28
'processor' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
packages/core/src/__tests__/contract/api/processing.contract.test.ts#L12
`../../../core/processing/processingService` import should occur before type import of `../../../types`
|
|
packages/core/src/__tests__/contract/api/processing.contract.test.ts#L4
There should be no empty line within import group
|
|
packages/core/src/__tests__/contract/api/parser.contract.test.ts#L123
Unexpected any. Specify a different type
|
|
packages/core/src/__tests__/contract/api/parser.contract.test.ts#L96
Unexpected any. Specify a different type
|
|
packages/core/src/__tests__/contract/api/parser.contract.test.ts#L77
Unexpected any. Specify a different type
|
|
packages/core/src/__tests__/contract/api/parser.contract.test.ts#L51
Unexpected any. Specify a different type
|
|
packages/core/src/__tests__/contract/api/framework.contract.test.ts#L48
Unexpected any. Specify a different type
|
|
packages/core/src/__tests__/contract/api/framework.contract.test.ts#L48
Unexpected any. Specify a different type
|
|
packages/agent/src/__tests__/contract/dpml/schema.contract.test.ts#L38
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `schema.contract.test.ts` to same directory as `../../../config/schema` or consider making `../../../config/schema` a package
|
|
packages/agent/src/__tests__/contract/dpml/schema.contract.test.ts#L26
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `schema.contract.test.ts` to same directory as `../../../config/schema` or consider making `../../../config/schema` a package
|
|
packages/agent/src/__tests__/contract/dpml/schema.contract.test.ts#L11
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `schema.contract.test.ts` to same directory as `../../../config/schema` or consider making `../../../config/schema` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L43
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L28
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L20
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/dpml/cli.contract.test.ts#L10
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `cli.contract.test.ts` to same directory as `../../../config/cli` or consider making `../../../config/cli` a package
|
|
packages/agent/src/__tests__/contract/api/agent.contract.test.ts#L30
`../../../core/agentService` import should occur before type import of `../../../types/AgentConfig`
|
|
packages/agent/src/__tests__/contract/api/agent.contract.test.ts#L29
`../../../api/agent` import should occur before type import of `../../../types/AgentConfig`
|
|
packages/agent/src/__tests__/contract/api/agent.contract.test.ts#L10
There should be no empty line within import group
|
The logs for this run have expired and are no longer available.
Loading