wip: planning, action, chat, memory agent implementation #18
Annotations
7 errors and 2 warnings
typecheck:
src/agents/action/llm.test.ts#L8
Module '"./llm"' has no exported member 'initAgent'.
|
typecheck:
src/agents/action/llm.test.ts#L28
Parameter 'c' implicitly has an 'any' type.
|
typecheck:
src/agents/action/tools.test.ts#L9
Module '"./llm"' has no exported member 'initAgent'.
|
typecheck:
src/agents/action/tools.test.ts#L27
Parameter 'c' implicitly has an 'any' type.
|
typecheck:
src/agents/action/tools.test.ts#L48
Parameter 'c' implicitly has an 'any' type.
|
typecheck:
src/agents/planning/llm.ts#L43
Property 'message' does not exist on type '{}'.
|
typecheck
Process completed with exit code 2.
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|