Skip to content

Commit 5861970

Browse files
committed
Merge remote-tracking branch 'origin/main' into resumable-streams-support
2 parents def4d60 + b4d83b9 commit 5861970

File tree

92 files changed

+15461
-2852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+15461
-2852
lines changed

.changeset/good-coats-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hot-dogs-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plain-pigs-lead.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-oranges-pretend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ready-cows-lie.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Agents SDK
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Version:**
27+
What version of Agents SDK are you having issues with.
28+
29+
**Additional context**
30+
Add any other context about the problem here.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License Copyright (c) 2025 Sunil Pai
1+
MIT License Copyright (c) 2025 Cloudflare, Inc.
22

33
Permission is hereby granted, free of
44
charge, to any person obtaining a copy of this software and associated
@@ -18,4 +18,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1818
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1919
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2020
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

NOTICE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
NOTICE
2+
3+
This project incorporates code and inspiration from the following open source projects:
4+
5+
1. Anthropic MCP TS SDK
6+
- License: MIT License
7+
- Repository: https://github.com/modelcontextprotocol/typescript-sdk
8+
- Copyright: Anthropic, PBC
9+
10+
2. Coinbase x402
11+
- License: Apache License 2.0
12+
- Repository: https://github.com/coinbase/x402
13+
- Copyright: Coinbase, Inc.
14+
15+
3. ethanniser/x402-mcp
16+
- License: MIT License
17+
- Repository: https://github.com/ethanniser/x402-mcp
18+
- Copyright: @ethanniser
19+
20+
4. Vercel AI SDK
21+
- License: Apache License 2.0
22+
- Repository: https://github.com/vercel/ai
23+
- Copyright: Vercel, Inc.
24+
25+
The original licenses and copyright notices from these projects are preserved and should be included with any distribution of this software.
26+
27+
For a complete list of third-party licenses, see [THIRD_PARTY_LICENSES.md](THIRD_PARTY_LICENSES.md).

THIRD_PARTY_LICENSES.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Third-Party Licenses
2+
3+
This project incorporates code from the following open-source projects.
4+
5+
## Dependencies
6+
7+
### Anthropic MCP TS SDK
8+
9+
- **License**: Apache License 2.0
10+
- **Repository**: https://github.com/modelcontextprotocol/typescript-sdk
11+
- **Copyright**: Copyright 2024 Anthropic, PBC
12+
- **Full License**: [licenses/mit-anthropic-mcp-ts-sdk.txt](licenses/mit-anthropic-mcp-ts-sdk.txt)
13+
14+
### Coinbase x402
15+
16+
- **License**: Apache License 2.0
17+
- **Repository**: https://github.com/coinbase/x402
18+
- **Copyright**: Copyright 2024 Coinbase, Inc.
19+
- **Full License**: [licenses/apache-2.0-coinbase-x402.txt](licenses/apache-2.0-coinbase-x402.txt)
20+
- **Notice**:
21+
> Apache-2.0 License
22+
>
23+
> Copyright 2024 Coinbase
24+
>
25+
> Licensed under the Apache License, Version 2.0 (the "License");
26+
> you may not use this file except in compliance with the License.
27+
> You may obtain a copy of the License at
28+
>
29+
> http://www.apache.org/licenses/LICENSE-2.0
30+
>
31+
> Unless required by applicable law or agreed to in writing, software
32+
> distributed under the License is distributed on an "AS IS" BASIS,
33+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34+
> See the License for the specific language governing permissions and
35+
> limitations under the License.
36+
37+
### ethanniser/x402-mcp
38+
39+
- **License**: MIT License
40+
- **Repository**: https://github.com/ethanniser/x402-mcp
41+
- **Copyright**: Copyright (c) 2025 Ethan Niser
42+
- **Full License**: [licenses/mit-ethanniser-x402-mcp.txt](licenses/mit-ethanniser-x402-mcp.txt)
43+
44+
### Vercel AI SDK
45+
46+
- **License**: Apache License 2.0
47+
- **Repository**: https://github.com/vercel/ai
48+
- **Copyright**: Copyright 2023 Vercel, Inc.
49+
- **Full License**: [licenses/apache-2.0-vercel-ai-sdk.txt](licenses/apache-2.0-vercel-ai-sdk.txt)
50+
- **Notice**:
51+
> Apache-2.0 License
52+
>
53+
> Copyright 2023 Vercel, Inc.
54+
>
55+
> Licensed under the Apache License, Version 2.0 (the "License");
56+
> you may not use this file except in compliance with the License.
57+
> You may obtain a copy of the License at
58+
>
59+
> http://www.apache.org/licenses/LICENSE-2.0
60+
>
61+
> Unless required by applicable law or agreed to in writing, software
62+
> distributed under the License is distributed on an "AS IS" BASIS,
63+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
64+
> See the License for the specific language governing permissions and
65+
> limitations under the License.
66+
67+
---

0 commit comments

Comments
 (0)