loregraph
Copyright 2026 Nicholas Lu Chee Seng and the loregraph contributors

This product includes software developed by the loregraph contributors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this software except in compliance with the License. You may obtain a copy of the
License in the LICENSE file or at:

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

-------------------------------------------------------------------------------
Third-party / edition notes:

* The optional local-embedding backend (feature `localmodel`, not yet vendored)
  uses a model2vec/potion-style static embedder.
* The optional precise-symbol backend (feature `treesitter`, not yet vendored)
  uses tree-sitter grammars (the only C dependency; off by default).
* The canvas vendors prebuilt MIT-licensed graph-rendering bundles (Cytoscape.js
  for the default tier, Sigma.js + graphology for the scale tier) under
  frontend/vendor/, each retaining its upstream LICENSE. The PoC ships a small
  hand-rolled Canvas2D renderer instead; the vendored libraries land at MVP.
