Skip to content

Commit 0d32f7a

Browse files
committed
feat: update
1 parent 4ceef9e commit 0d32f7a

File tree

13 files changed

+39
-33
lines changed

13 files changed

+39
-33
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
title: JLB AI Agent
2+
title: Solana AI Agent
33
message: >-
44
If you use this software, please cite it using the
55
metadata from this file.
@@ -20,7 +20,7 @@ license: Apache-2.0
2020
version: 1.2.0
2121
preferred-citation:
2222
type: software
23-
title: JLB AI Agent
23+
title: Solana AI Agent
2424
abstract: Connect any AI Agents to Solana Protocols
2525
version: 1.2.0
2626
date-released: '2024-12-21'

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Contributing to JLB AI Agent
1+
# Contributing to Solana AI Agent
22

3-
First off, thank you for considering contributing to JLB AI Agent! 🎉 Your contributions are **greatly appreciated**.
3+
First off, thank you for considering contributing to Solana AI Agent! 🎉 Your contributions are **greatly appreciated**.
44

55
## Table of Contents
66

7-
- [Contributing to JLB AI Agent](#contributing-to-solana-ai-agents)
7+
- [Contributing to Solana AI Agent](#contributing-to-solana-ai-agents)
88
- [Table of Contents](#table-of-contents)
99
- [Code of Conduct](#code-of-conduct)
1010
- [How Can I Contribute?](#how-can-i-contribute)
@@ -27,7 +27,7 @@ First off, thank you for considering contributing to JLB AI Agent! 🎉 Your con
2727

2828
## Code of Conduct
2929

30-
This project adheres to the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). By participating, you are expected to uphold this code. Please report unacceptable behavior to [TQ Ventures](https://x.com/JLB_company).
30+
This project adheres to the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). By participating, you are expected to uphold this code. Please report unacceptable behavior to [TQ Ventures](https://x.com/Solana_company).
3131

3232
## How Can I Contribute?
3333

@@ -41,7 +41,7 @@ This project adheres to the [Contributor Covenant Code of Conduct](https://www.c
4141

4242
### Suggesting Enhancements
4343

44-
We welcome your ideas for improving JLB AI Agent! To suggest an enhancement:
44+
We welcome your ideas for improving Solana AI Agent! To suggest an enhancement:
4545

4646
1. **Search** the [existing issues](https://github.com/earthzetaorg/solana-ai-agents/issues) to see if it's already been suggested.
4747
2. **Open a new issue** and describe your idea in detail.
@@ -145,7 +145,7 @@ The documentation will be available in the `docs/` directory.
145145

146146
This toolkit handles sensitive information such as private keys and API keys. **Ensure you never commit `.env` files or any sensitive data**. Review the `.gitignore` to confirm that sensitive files are excluded.
147147

148-
For security vulnerabilities, please follow the [TQ Ventures](https://x.com/JLB_company) process.
148+
For security vulnerabilities, please follow the [TQ Ventures](https://x.com/Solana_company) process.
149149

150150
## License
151151

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,14 @@ Apache-2 License
252252

253253
This toolkit handles private keys and transactions. Always ensure you're using it in a secure environment and never share your private keys.
254254

255-
# 👋 Contact Here
256-
257-
<a href="https://x.com/earthzeta" target="_blank">
258-
<img src="https://img.shields.io/static/v1?message=Twitter&logo=twitter&label=&color=1DA1F2&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="twitter logo" />
259-
</a>
255+
## 👋 Contact Me
256+
257+
###
258+
Telegram: https://t.me/earthzeta
259+
###
260+
<div style={{display:flex; justify-content:space-evenly}}>
261+
<a href="https://t.me/earthzeta" target="_blank"><img alt="Telegram"
262+
src="https://img.shields.io/badge/Telegram-26A5E4?style=for-the-badge&logo=telegram&logoColor=white"/></a>
263+
<a href="https://discordapp.com/users/339619501081362432" target="_blank"><img alt="Discord"
264+
src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white"/></a>
265+
</div>

examples/agent-kit-langgraph/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/agent-kit-nextjs-langchain/pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/discord-bot-starter/pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/market-making-agent/pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/persistent-agent/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tg-bot-starter/advanced-tg-bot/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tg-bot-starter/basic-tg-bot/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tg-bot-starter/group-tg-bot/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"node": ">=22.0.0",
2020
"pnpm": ">=8.0.0"
2121
},
22-
"keywords": ["solana", "agent", "ai", "jlb ai agent", "sendai"],
22+
"keywords": ["solana", "agent", "ai", "Solana ai agent", "sendai"],
2323
"author": "earthzetaorg",
2424
"license": "Apache-2.0",
2525
"dependencies": {

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)