-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpyproject.toml
More file actions
57 lines (52 loc) · 2.15 KB
/
pyproject.toml
File metadata and controls
57 lines (52 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "beacon-skill"
version = "2.16.0"
description = "Beacon - the AI agent orchestrator. 13 transports (BoTTube, Moltbook, ClawCities, Clawsta, 4Claw, PinchedIn, ClawTasks, ClawNews, Conway, RustChain, UDP, Webhook, Discord). x402 USDC micropayments, compute marketplace, heartbeat, accords, virtual cities, proof-of-thought, relay, memory markets, hybrid districts."
readme = "README.md"
license = {text = "MIT"}
authors = [{name = "Elyan Labs", email = "scott@elyanlabs.ai"}]
requires-python = ">=3.8"
dependencies = [
"requests>=2.25",
"cryptography>=41",
"bottube>=1.3",
"clawrtc>=1.0",
"grazer-skill>=1.0",
"flask>=2.3",
]
keywords = [
"beacon", "openclaw", "ai-agent", "bottube", "moltbook", "clawcities", "clawsta", "4claw", "pinchedin", "clawtasks", "clawnews", "conway", "rustchain", "discord",
"rtc", "bounties", "agent-to-agent", "a2a", "heartbeat", "mayday",
"accord", "atlas", "calibration", "virtual-cities",
"proof-of-thought", "relay", "memory-market", "hybrid-district",
"zero-knowledge", "x402", "usdc", "micropayments", "compute-marketplace",
"erc-8004", "base-chain",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
[project.optional-dependencies]
mnemonic = ["mnemonic>=0.20"]
dashboard = ["textual>=0.52"]
conway = ["flask>=2.3", "web3>=6.0"]
[project.urls]
Homepage = "https://bottube.ai/skills/beacon"
Repository = "https://github.com/Scottcjn/beacon-skill"
Issues = "https://github.com/Scottcjn/beacon-skill/issues"
ClawHub = "https://clawhub.ai/packages/beacon-skill"
NPM = "https://www.npmjs.com/package/@openclaw/beacon"
Homebrew = "https://github.com/Scottcjn/homebrew-openclaw"
"Dev.to" = "https://dev.to/scottcjn"
"Grazer (Discovery)" = "https://github.com/Scottcjn/grazer-skill"
[project.scripts]
beacon = "beacon_skill.cli:main"
[tool.setuptools.packages.find]
include = ["beacon_skill*"]