[PR #41] Feature/jwt ravi #42

Open
opened 2026-02-15 20:17:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/oap-langgraph-tools-agent/pull/41
Author: @RavitejaInfinite
Created: 12/18/2025
Status: 🔄 Open

Base: mainHead: feature/jwt_ravi


📝 Commits (7)

📊 Changes

12 files changed (+1661 additions, -785 deletions)

View changed files

.dockerignore (+9 -0)
.github/workflows/build-and-push.yml (+105 -0)
📝 .gitignore (+7 -1)
Dockerfile.oap (+24 -0)
📝 langgraph.json (+2 -1)
oap_supervisor/agent.py (+227 -0)
oap_supervisor/security/auth.py (+156 -0)
📝 pyproject.toml (+5 -1)
📝 tools_agent/agent.py (+10 -3)
tools_agent/fastapi_wrapper.py (+112 -0)
tools_agent/middleware.py (+95 -0)
📝 uv.lock (+909 -779)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/oap-langgraph-tools-agent/pull/41 **Author:** [@RavitejaInfinite](https://github.com/RavitejaInfinite) **Created:** 12/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/jwt_ravi` --- ### 📝 Commits (7) - [`f3393e2`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/f3393e297ffb3e3c4e65d2d1564fcab6db5f87fb) added docker - [`f77a3d8`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/f77a3d8fee59ff579fb4117000f2518aeebd4e9d) Create build-and-push.yml - [`daa9cf6`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/daa9cf678090dac2fb6535b8a6b2550d514e7ebf) updated for RAG - [`bf7b832`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/bf7b8321b8e335ea12a094bc43c1bd3c58efa071) fixed tools - [`dd14370`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/dd143703c0c14ea5fc1ce021646b114fd265df9a) added supervisor - [`cfcc0a3`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/cfcc0a3526680c0474147b3bf6b8142066136011) fixed error - [`05fb618`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/05fb618982b771b8f33491051f3dc167b525308f) jwt changes ### 📊 Changes **12 files changed** (+1661 additions, -785 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+9 -0) ➕ `.github/workflows/build-and-push.yml` (+105 -0) 📝 `.gitignore` (+7 -1) ➕ `Dockerfile.oap` (+24 -0) 📝 `langgraph.json` (+2 -1) ➕ `oap_supervisor/agent.py` (+227 -0) ➕ `oap_supervisor/security/auth.py` (+156 -0) 📝 `pyproject.toml` (+5 -1) 📝 `tools_agent/agent.py` (+10 -3) ➕ `tools_agent/fastapi_wrapper.py` (+112 -0) ➕ `tools_agent/middleware.py` (+95 -0) 📝 `uv.lock` (+909 -779) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:17:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/oap-langgraph-tools-agent#42