mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
30 lines
No EOL
602 B
TOML
30 lines
No EOL
602 B
TOML
[project]
|
|
name = "beyond-agent"
|
|
version = "0.1.1"
|
|
description = "Agent "
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"beast-logger",
|
|
"anthropic>=0.45.1",
|
|
"argparse>=1.4.0",
|
|
"httpx>=0.28.1",
|
|
"mcp[cli]>=1.2.1",
|
|
"python-dotenv>=1.0.1",
|
|
"firecrawl-py>=1.14.1",
|
|
"loguru",
|
|
"pillow",
|
|
"regex",
|
|
"fastapi",
|
|
"arxiv",
|
|
"tqdm",
|
|
"requests_oauthlib",
|
|
"teamwork-mcp>=0.2.1",
|
|
"agentscope",
|
|
"beyond @ file:///${PROJECT_ROOT}/beyondagent/third_party/beyond",
|
|
"astor",
|
|
]
|
|
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["beyondagent"] |