Skip to content

Refactor and fix Enhanced AGI Pipeline#25

Merged
OneFineStarstuff merged 2 commits into
mainfrom
refactor-and-fix-agi-pipeline-17049544687311068943
Feb 20, 2026
Merged

Refactor and fix Enhanced AGI Pipeline#25
OneFineStarstuff merged 2 commits into
mainfrom
refactor-and-fix-agi-pipeline-17049544687311068943

Refactor AGI pipeline into modular structure and fix CI failures

dde8d49
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 18, 2026 in 0s

159 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 53
- Added 159
           

Complexity increasing per file
==============================
- cv_module.py  4
- nlp_module.py  3
- speech_processor.py  13
- fix_agi.py  2
- tmp.py  67
         

Complexity decreasing per file
==============================
+ main.py  -10
         

Clones added
============
- agi-pipeline.py  17
- test_speech_processor.py  1
- test_main.py  1
- tmp.py  17
         

See the complete overview on Codacy

Annotations

Check notice on line 11 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L11

Module level import not at top of file (E402)

Check notice on line 14 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L14

Module level import not at top of file (E402)

Check notice on line 17 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L17

Module level import not at top of file (E402)

Check notice on line 20 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L20

Module level import not at top of file (E402)

Check notice on line 21 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L21

Module level import not at top of file (E402)

Check notice on line 22 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L22

Module level import not at top of file (E402)

Check notice on line 22 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L22

Possibly found usage of AI tooling: PyTorch

Check notice on line 23 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L23

Module level import not at top of file (E402)

Check notice on line 24 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L24

Module level import not at top of file (E402)

Check notice on line 25 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L25

Module level import not at top of file (E402)

Check warning on line 25 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L25

`fastapi.File` imported but unused (F401)

Check notice on line 26 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L26

Module level import not at top of file (E402)

Check notice on line 27 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L27

Module level import not at top of file (E402)

Check notice on line 28 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L28

Module level import not at top of file (E402)

Check notice on line 29 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L29

Module level import not at top of file (E402)

Check notice on line 30 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L30

Module level import not at top of file (E402)

Check notice on line 31 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L31

Module level import not at top of file (E402)

Check notice on line 32 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L32

Module level import not at top of file (E402)

Check notice on line 33 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L33

Module level import not at top of file (E402)

Check notice on line 320 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L320

Method extract_frames has 22 lines of code (limit is 20)

Check notice on line 320 in agi-pipeline.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

agi-pipeline.py#L320

Missing method docstring

Check notice on line 5 in cv_module.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

cv_module.py#L5

Possibly found usage of AI tooling: PyTorch

Check warning on line 5 in cv_module.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

cv_module.py#L5

import missing `from __future__ import absolute_import`

Check notice on line 11 in cv_module.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

cv_module.py#L11

Too few public methods (1/2)

Check notice on line 11 in cv_module.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

cv_module.py#L11

Too few public methods (1/2)