Akshit97
1847008e0f
feat: Streamable HTTP support ( #643 )
...
Co-authored-by: aagarwal25 <akshit_agarwal@intuit.com>
2025-05-14 14:45:14 -04:00
Carmen(Jia) Liu
e827dfe75f
Fix: Correct the trace path in examples ( #395 )
...
### What changed?
The trace URL was using the wrong path format:
- Old: `/traces/{trace_id}`
- Fixed: `/traces/trace?trace_id={trace_id}`
<img width="781" alt="Screenshot 2025-03-30 at 5 54 11 pm"
src="https://github.com/user-attachments/assets/982fbb1d-7163-4438-b237-493e3100b5c7 "
/>
2025-04-01 11:51:52 -04:00
Toufik Airane
757b7dafb1
Update README.md ( #405 )
...
fix typo
2025-04-01 11:50:40 -04:00
amri369
377ddbace6
Hotfix mcp example ( #365 )
...
Small typo in uv command fixed
2025-03-27 13:05:30 -04:00
Rohan Mehta
bd47a41d0b
MCP example for SSE ( #354 )
...
Simple example with a local SSE server.
2025-03-26 12:56:35 -04:00
Rohan Mehta
2261aabeeb
Adding Git MCP server example ( #343 )
...
- Adding new example showing a single agent interacting with local MCP
server for git
2025-03-25 19:54:59 -04:00
Dmitry Pimenov
5385f8b10e
added readme, fixed typo
2025-03-25 16:52:52 -07:00
Dmitry Pimenov
88c8acbc5a
fixing lint issues
2025-03-25 16:34:00 -07:00
Dmitry Pimenov
0944390c3f
adding Git MCP server example
2025-03-25 16:30:50 -07:00
Rohan Mehta
010022777b
[5/n] MCP tracing
...
## Summary:
Adds tracing and tests for tracing.
- Tools are added to the agents
- Theres a span for the mcp tools lookup
- Functions have MCP data
## Test Plan:
Unit tests
.
2025-03-25 19:28:48 -04:00
Rohan Mehta
de1e9a754d
[3/n] Add an MCP stdio example
...
### Summary:
Spins up a stdio server with some local files, then asks the model questions.
### Test Plan:
Run the example, see it work.
2025-03-25 13:24:18 -04:00