Skip to content

KeyValueSoftwareSystems/netra-ai-loan-agent

Repository files navigation

Nova Loan Agent

An AI-powered loan agent application with a FastAPI backend and Next.js frontend.

Getting Started

1. Create the .env file

Copy the example environment file and fill in your API keys:

cp .env.example .env

Open .env and update the following values:

Variable Description Required
NETRA_API_KEY Your Netra API key Yes
NETRA_OTLP_ENDPOINT Netra telemetry endpoint Yes
OPENAI_API_KEY Your OpenAI API key (or use LiteLLM instead) Yes*
LITELLM_API_KEY Your LiteLLM API key (alternative to OpenAI) Yes*

* Provide at least one of OPENAI_API_KEY or LITELLM_API_KEY.

2. Start the application

docker compose up -d

This starts two services in the background:

3. Verify the services are running

docker compose ps

Stopping the application

docker compose down

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors