Skip to content

loyal-labs/loyal-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loyal Permissionless LLM Inquiry Backend

Description

  • grpc folder contains protobuff autogen.
  • src contains the main code for the backend.
  • .env.example contains required .env variables, the rest are fetched through 1Password Connect Server

Running

  • Running the service:
uv run main.py
  • Using betterproto2 to generate files:
protoc -I . --python_betterproto2_out=grpc src/query/query_schemas.proto --python_betterproto2_opt=client_generation=async --python_betterproto2_opt=server_generation=async

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages