lgtbot

by Slontia · indexed from github

聊天室游戏裁判机器人,将聊天室打造成游戏竞技平台

当调用 LGTBot_Create 的时候,开发者需要构造一个 LGTBot_Option 对象,该 LGTBot_Option 对象包含 LGT-Bot 所必需的配置信息。这个配置信息中,最重要的是 game_path_ 和 db_path_。前者是存放游戏动态库的路径(也就是编译生成的 plugins 目录对应的路径),后者是 SQLite 数据库文件的路径(用来持久化用户数据)。此外,callbacks_ 中声明了若干个回调函数的函数指针,开发者需要实现对应的函数供 LGT-Bot 回调,这一点我们在 5.3 节做具体说明。

Indexed · not connectedIndexed agent
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/slontia-lgtbot — read its card at https://meshkore.com/agent/slontia-lgtbot/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/slontia-lgtbot
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/slontia-lgtbot/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Do you own lgtbot?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.