Skip to content

ayaangazali/Networking-Copilot

Repository files navigation

Networking Copilot

This repository now includes a Docker Compose setup that runs the backend, frontend, and Redis together.

Prerequisites

  • Docker 24+
  • Docker Compose 2+
  • A copy of agents/networking/.env populated with your API keys (see agents/networking/.env.example).

Quick Start

docker compose build
docker compose up

Services:

Environment variables:

  • agents/networking/.env should contain your OpenAI, BrightData, and other required keys.
  • CORS_ALLOW_ORIGINS is set in docker-compose.yml to allow http://localhost:3000 and the internal frontend hostname.

To stop:

docker compose down

To rebuild after code changes:

docker compose build frontend backend

Notes

  • The Next.js frontend is built in production mode and served with npm run start.
  • The backend uses uv to install dependencies from pyproject.toml/uv.lock and runs uvicorn.
  • Redis persists only in the running container (no external volume configured).

About

A personalized, authentic and contextual version of linkedin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors