[PR #2] [MERGED] feat: Fix agent #9

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/oap-langgraph-tools-agent/pull/2
Author: @bracesproul
Created: 5/11/2025
Status: Merged
Merged: 5/11/2025
Merged by: @bracesproul

Base: mainHead: brace/fix-agent


📝 Commits (3)

📊 Changes

8 files changed (+217 additions, -149 deletions)

View changed files

Makefile (+14 -0)
📝 pyproject.toml (+9 -2)
📝 tools_agent/__init__.py (+1 -1)
📝 tools_agent/agent.py (+37 -53)
📝 tools_agent/security/auth.py (+25 -9)
📝 tools_agent/utils/token.py (+57 -50)
📝 tools_agent/utils/tools.py (+25 -24)
📝 uv.lock (+49 -10)

📄 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/2 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 5/11/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/fix-agent` --- ### 📝 Commits (3) - [`2e74fce`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/2e74fcecfc53e10089f61f26638a32b0c263af22) feat: Fix agent - [`35607c0`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/35607c02094698cad04a8378fa8ec31c95993f65) cr - [`7b88fed`](https://github.com/langchain-ai/oap-langgraph-tools-agent/commit/7b88fed13e8856955ab757290058e1632dd53eed) Merge branch 'main' into brace/fix-agent ### 📊 Changes **8 files changed** (+217 additions, -149 deletions) <details> <summary>View changed files</summary> ➕ `Makefile` (+14 -0) 📝 `pyproject.toml` (+9 -2) 📝 `tools_agent/__init__.py` (+1 -1) 📝 `tools_agent/agent.py` (+37 -53) 📝 `tools_agent/security/auth.py` (+25 -9) 📝 `tools_agent/utils/token.py` (+57 -50) 📝 `tools_agent/utils/tools.py` (+25 -24) 📝 `uv.lock` (+49 -10) </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:19 -05:00
yindo closed this issue 2026-02-15 20:17:19 -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#9