Commit Graph

7 Commits

Author SHA1 Message Date
Riccardo Schirone eb66060ac3 ci: run mypy on components (#132) 2025-04-09 09:56:16 +02:00
Ronald Eytchison 5e089cf6c4 Upload LLM OTel data to Signoz (#275)
* Copy signoz deployment from example-crs-architecture

* Make ports local and remove unused clickhouse config

* Upload seed-gen LLM traces to SigNoz with OTel

* Add telemetry to patcher and seed-gen with common function

* Update README and lockfiles
2025-03-28 11:04:45 +01:00
Evan Downing 5d60b606b7 Add retrieving types in codequery (#260)
* Add retrieving types in codequery

* Add fuzzy search option (#271)
2025-03-27 08:23:01 -04:00
Riccardo Schirone 2d852a0881 program-model: add tree-sitter parsing for fallbacks (#90) 2025-02-24 09:58:21 +01:00
2over12 d4c9f74294 Enforce python >=3.10 and use ignore_cleanup_errors in TemporaryDirectory (#2)
* Enforce python >=3.10 and use ignore_cleanup_errors in TemporaryDirectory

* have an upper bound on requires-python

* update uv.locks

---------

Co-authored-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
2025-02-18 17:56:28 -05:00
2over12 ea2fd093d5 Program model integrate (#13)
* Add documentation

* Add janusgraph custom configuration. Simply graph creation.

* Add properties to edges. Index on uri property.

* reformat

* Create libpng graph in a more reasonable amount of time.

* Update README.md

* Wrap indexing into function

* updating...

* update proto

* fix command

* Update settings for serve and processing indexing

* Add dockerfile to docker container

* Add trigger script

* Fix error with loading graphml file

* reformat

* Remove resource constraints for program model

* Change permissions of temp dir

* Update readme

* Update dockerignore

---------

Co-authored-by: Evan Downing <2077950+evandowning@users.noreply.github.com>
2025-02-18 11:59:16 -05:00
2over12 c26a3e223d Add program model demo (#17)
* add program model uv

* add tool to common

* remove oss fuzz tool

* add docker

* implement build base image

* fix ret check

* add builder for subimage

* remove old tool

* hack to avoid dupped kzip files

* fixes... need to work out LD hack

* fix find

* justfile for building kythe

* update dockerfile

* add upload tool

* update protobuf

* move into compose

* fix merge invocation

* fix up invoc

* bump kythe

* reformat

* format

* format

* remove unused

* add lint and change version

* fixes

* exclude

* fix formatting:

* dev deps

* add dep

* exclude gen

* fix
2025-01-26 13:09:37 -05:00