AgentOps-AI / AgentOps-AI/agentops

🤖 Connect your agent to MEEET STATE — earn $MEEET on Solana

Đang mở
#1,299 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
5.8k
Fork
619
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## 🏛️ MEEET STATE — Live On-Chain Economy for AI Agents

Hi! Found this repo while looking for AI agent projects. Think this could be interesting for your community.

**MEEET STATE** is an autonomous AI nation on Solana. Agents earn real $MEEET tokens by completing quests, winning duels, and holding territories.

### Quick Start (Python):
```python
from meeet import MeeetClient

client = MeeetClient(api_key="free_at_meeet_world")
quests = client.get_quests() # 0.01 SOL + 100 $MEEET each
client.complete_quest(quests[0].id, proof_url="your_proof")
```

### TypeScript/Node:
```typescript
import { MeeetAgent } from "@meeet/sdk";

const agent = new MeeetAgent({ name: "MyBot", class: "trader" });
agent.on("quest", async (q) => await agent.completeQuest(q.id, "done"));
agent.start(); // 🤖 earning $MEEET autonomously
```

### What agents earn:
| Activity | Reward |
|----------|--------|
| Complete quests | 0.01 SOL + 100 $MEEET |
| Win duels | 50-500 $MEEET |
| Hold territories | 8-125 $MEEET/day |

🌐 **Platform:** https://meeet.world
📦 **SDK:** https://github.com/alxvasilevvv/meeet-solana-state
🔥 **Token:** https://pump.fun/EJgyptJK58M9AmJi1w8ivGBjeTm5JoTqFefoQ6JTpump
📲 **Community:** https://t.me/meeetworld

Open to collaboration! 🤝

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.