Start adding tests #1
Annotations
10 errors
config.py#L5
config.py:5:8: F401 `logging` imported but unused
|
hybrid_agi/interpreter/graph_program_interpreter.py#L5
hybrid_agi/interpreter/graph_program_interpreter.py:5:25: F401 `pydantic.v1.BaseModel` imported but unused
|
hybrid_agi/interpreter/graph_program_interpreter.py#L5
hybrid_agi/interpreter/graph_program_interpreter.py:5:36: F401 `pydantic.v1.Extra` imported but unused
|
hybrid_agi/interpreter/graph_program_interpreter.py#L8
hybrid_agi/interpreter/graph_program_interpreter.py:8:25: F401 `collections.OrderedDict` imported but unused
|
hybrid_agi/interpreter/graph_program_interpreter.py#L10
hybrid_agi/interpreter/graph_program_interpreter.py:10:34: F401 `langchain.chains.llm.LLMChain` imported but unused
|
hybrid_agi/interpreter/graph_program_interpreter.py#L14
hybrid_agi/interpreter/graph_program_interpreter.py:14:30: F401 `langchain.schema.BaseMemory` imported but unused
|
hybrid_agi/interpreter/graph_program_interpreter.py#L250
hybrid_agi/interpreter/graph_program_interpreter.py:250:9: F841 Local variable `node_name` is assigned to but never used
|
hybrid_agi/interpreter/program_trace_memory.py#L4
hybrid_agi/interpreter/program_trace_memory.py:4:30: F401 `typing.List` imported but unused
|
hybrid_agi/interpreter/program_trace_memory.py#L4
hybrid_agi/interpreter/program_trace_memory.py:4:36: F401 `typing.Dict` imported but unused
|
hybrid_agi/interpreter/program_trace_memory.py#L4
hybrid_agi/interpreter/program_trace_memory.py:4:42: F401 `typing.Any` imported but unused
|
The logs for this run have expired and are no longer available.
Loading