Commit graph

1342 commits

Author SHA1 Message Date
Daulet Amirkhanov
3e35c49ebd feat: make all authentication optional 2025-08-27 16:39:30 +01:00
Daulet Amirkhanov
624b4a6a61 fix: health endpoint is failing 2025-08-27 16:39:30 +01:00
Igor Ilic
94cbef44ed feat: Return async gather for documents 2025-08-27 16:42:53 +02:00
vasilije
cc5e68472b added fix to tests 2025-08-27 16:10:04 +02:00
vasilije
235015bf48 linter fix 2025-08-27 16:03:48 +02:00
vasilije
9df34662cc format 2025-08-27 15:51:45 +02:00
vasilije
c933290886 fixes to CLI 2025-08-27 15:49:38 +02:00
vasilije
792452b735 added fix 2025-08-27 14:39:32 +02:00
vasilije
5e6ada2a65 fix issue 2025-08-27 14:38:32 +02:00
Igor Ilic
6ca46f1e53 refactor: ruff format 2025-08-27 14:23:53 +02:00
Igor Ilic
d4ce0e18fd Merge branch 'main' into merge-main-vol-6 2025-08-27 14:21:25 +02:00
Vasilije
fddd34421e
feat: Extend CodeGraph pipeline for multi-language support (closes #1160) (#1233)
<!-- .github/pull_request_template.md -->

## Description

This pull request extends the CodeGraph pipeline to support
multi-language code analysis, addressing the requirements in #1160.

### What’s included:
- **Multi-language file discovery:** The pipeline now detects and
processes source files for Python, JavaScript, TypeScript, Java, C#, Go,
Rust, and C/C++ using a configurable extension mapping.
- **Configurable language support:** The pipeline and file discovery
functions accept a `supported_languages` parameter, making it easy to
add or remove language support.
- **Language field in CodeFile:** The `CodeFile` entity now includes a
`language` field, allowing downstream tasks to distinguish between
different programming languages.
- **Stub support for non-Python languages:** All supported files are
represented as `CodeFile` objects with the correct language. Python
files retain full dependency extraction; other languages are ready for
future parser integration.

### What’s not included (future work):
- Language-specific dependency extraction for non-Python languages
(e.g., using tree-sitter for JS, Java, etc.).
- Cross-language dependency detection.

This PR lays the foundation for comprehensive, multi-language code graph
analysis and makes it easy to extend support for additional languages
and dependency systems in the future.

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-27 14:14:41 +02:00
Vasilije
62afced9a5
feat: Added custom prompt to cognify (#1278)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-27 14:10:21 +02:00
Igor Ilic
11934cdf7f fix: Resolve integration test issue 2025-08-27 12:51:38 +02:00
Igor Ilic
eb65a89621 fix: Resolve integration tests path issue 2025-08-27 12:41:13 +02:00
Igor Ilic
23a46e54aa
Merge branch 'dev' into fix-windows-path 2025-08-27 10:11:18 +02:00
Boris
6e5acec292
refactor: make run_pipeline a high-level api for running pipelines (#1294)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-27 09:49:20 +02:00
Igor Ilic
58655ca41e refactor: Add proper path to test file 2025-08-26 21:51:42 +02:00
Igor Ilic
9c31617c2f fix: Resovle windows file path issue 2025-08-26 21:41:56 +02:00
Igor Ilic
229a7a1db3 refactor: Speed up CI/CD execution time 2025-08-26 21:28:11 +02:00
Igor Ilic
8c69653912 fix: Resolve issue with Windows path 2025-08-26 20:22:20 +02:00
Vasilije
e5f0c22363
Merge branch 'dev' into add_cli 2025-08-26 19:13:11 +02:00
Boris
007399b1c6
feat: migrate pipeline status reset to add pipeline (#1289)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-26 19:06:08 +02:00
Andrej Milicevic
c013499f19 Fix tests failing for python 3.10 2025-08-26 18:34:38 +02:00
Boris
ea4f58e8fa
feat: migrate pipeline input validation to a layer (#1284)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-26 18:25:48 +02:00
Igor Ilic
5771b36c4c
feat: cognee pipeline layers (#1287)
<!-- .github/pull_request_template.md -->

## Description
Add dataset authorization layer
Add pipeline processing status layer

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-26 16:35:05 +02:00
Igor Ilic
0d77649716 Merge branch 'cognee-pipeline-layers' of github.com:topoteretes/cognee into cognee-pipeline-layers 2025-08-26 15:59:32 +02:00
Igor Ilic
5ea3056564 refactor: Rename auth layer 2025-08-26 15:58:53 +02:00
hajdul88
42d33fcd00
fix: fixes search test behaviour and adds comments to new pipeline executor logic (#1293)
<!-- .github/pull_request_template.md -->

## Description
fix: fixes search test behaviour and adds comments to new pipeline
executor logic

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-26 15:52:10 +02:00
hajdul88
d91b0f6aa3
feature: adds pipeline execution layer to cognify (#1291)
<!-- .github/pull_request_template.md -->

## Description
feature: adds pipeline execution layer to cognify

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-26 14:07:19 +02:00
Igor Ilic
03fc3c82f9
Merge branch 'dev' into cognee-pipeline-layers 2025-08-26 14:05:18 +02:00
Igor Ilic
950d29a678 refactor: Update typing 2025-08-26 14:04:33 +02:00
Andrej Milicevic
454358ea28 Solution for the API key error. 2025-08-25 20:26:59 +02:00
Andrej Milicevic
4b593aa523 And another potential fix for the API error. 2025-08-25 20:07:15 +02:00
Andrej Milicevic
66b8bb39b5 Another potential fix for the invalid API key error. 2025-08-25 19:16:59 +02:00
Andrej Milicevic
a3d5164129 Fix formatting. Potential fix to invalid api key error. 2025-08-25 18:57:45 +02:00
Andrej Milicevic
e85fd3504a Fix linter error. 2025-08-25 18:10:45 +02:00
Igor Ilic
9a4e8ddc4d refactor: Make the authorized_user_datasets function more understandable 2025-08-25 17:22:37 +02:00
Igor Ilic
d4b23aa565 feat: Add process_pipeline_check 2025-08-25 17:16:08 +02:00
Andrej Milicevic
573e24fb50 Remove duplicate test files. 2025-08-25 16:29:31 +02:00
Andrej Milicevic
a805c640ec Fix, remove, improve cli tests. 2025-08-25 16:21:02 +02:00
hajdul88
6f230c5a38
feature: adds environment_setup_and_checks general purpose layer to cognee_pipeline (#1283)
<!-- .github/pull_request_template.md -->

## Description
feature: adds environment_setup_and_checks general purpose layer to
cognee_pipeline

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-25 16:20:49 +02:00
Igor Ilic
6d438c8800 feat: Add dataset and pipeline status layer 2025-08-25 12:47:48 +02:00
hajdul88
5d402899aa chore deleting empty notebook from cognee 2025-08-25 11:52:54 +02:00
vasilije
d69669b527 added ability to send custom prompts to cognify 2025-08-22 12:37:51 +02:00
hajdul88
b8cac4c29f feat: adds weight test at the end of test_search_db 2025-08-19 17:23:47 +02:00
hajdul88
67d88c4e85
Merge branch 'dev' into feature/cog-2734-cognee-feedbacks-interactions-poc-to-prod 2025-08-19 17:04:09 +02:00
hajdul88
f5d8fc6e81 chore: ruff ruff 2025-08-19 16:50:50 +02:00
hajdul88
4a5d5f70d0 feat: adds feedback weights to edges 2025-08-19 16:50:21 +02:00
hajdul88
c6ec22a5a0 feat: adds scores to Feedback node 2025-08-19 13:36:22 +02:00