Skip to content

Commit b9b7255

Browse files
authored
Feat: add observability support with Langfuse integration (#20)
* add langfuse and laminar as peer deps for observability * add langfuse observability * add laminar observability * add observability to mcp agent through observability manager * add run manager for observability callbacks * add info to runner * minor * remove laminar since it's not working properly in ESM * remove laminar from imports * update package * min
1 parent fd986cf commit b9b7255

File tree

11 files changed

+1072
-17
lines changed

11 files changed

+1072
-17
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ static/browser_history/*.gif
5454

5555
# user conf
5656
conf.yaml
57+
58+
# Agents
59+
.cursor
60+
.cursorrules
61+
.claude

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
npm install mcp-use
6262
# LangChain.js and your LLM provider (e.g., OpenAI)
6363
npm install langchain @langchain/openai dotenv
64+
65+
# Optional: Install observability packages for monitoring
66+
npm install langfuse langfuse-langchain # For Langfuse observability
6467
```
6568

6669
Create a `.env`:

0 commit comments

Comments
 (0)