sourcegraph / scip

SCIP Code Intelligence Protocol
Apache License 2.0
231 stars 32 forks source link

Python bindings? #259

Open sansmoraxz opened 5 days ago

sansmoraxz commented 5 days ago

We am trying to build a tool for inferring existing codebase. The tooling around go and rust are not as mature for interacting with LLMs. For various reasons we are trying to avoid the JS/TS approach.

Building a parser around the protobuf definition is likely to be a pain. So my question is python in the roadmap?