Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>
<p align="center">
<a href="https://www.npmjs.com/package/agentkit-mesh"><img src="https://img.shields.io/npm/v/agentkit-mesh?label=npm" alt="npm version"></a>
<a href="https://opensource.org/licenses/ISC"><img src="https://img.shields.io/badge/license-ISC-blue.svg" alt="License: ISC"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
<a href="https://github.com/agentkitai/agentkit-mesh/actions"><img src="https://img.shields.io/github/actions/workflow/status/agentkitai/agentkit-mesh/ci.yml?branch=main" alt="CI"></a>
</p>
</p>
Expand Down Expand Up @@ -229,4 +229,4 @@ Contributions are welcome! Fork the repo, make your changes, and open a pull req

## License

[ISC](LICENSE) © [Amit Paz](https://github.com/amitpaz)
[MIT](LICENSE) © AgentKit AI
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"type": "module",
"dependencies": {
"@hono/node-server": "^1.19.9",
Expand Down
Loading