-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (44 loc) · 1.44 KB
/
setup.cfg
File metadata and controls
47 lines (44 loc) · 1.44 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
[metadata]
name = cortexpilot-orchestrator
version = 0.1.0a4
description = CortexPilot orchestrator and read-only MCP runtime
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://github.com/xiaojiou176-open/OpenVibeCoding
project_urls =
Homepage = https://xiaojiou176-open.github.io/OpenVibeCoding/
Repository = https://github.com/xiaojiou176-open/OpenVibeCoding
Documentation = https://xiaojiou176-open.github.io/OpenVibeCoding/mcp/
Issues = https://github.com/xiaojiou176-open/OpenVibeCoding/issues
Discussions = https://github.com/xiaojiou176-open/OpenVibeCoding/discussions
Changelog = https://github.com/xiaojiou176-open/OpenVibeCoding/releases
[options]
package_dir =
= src
packages = find:
install_requires =
pydantic==2.12.5
jsonschema==4.26.0
typer==0.21.1
rich==14.3.3
fastapi==0.128.1
uvicorn==0.42.0
python-dotenv==1.2.1
opentelemetry-api==1.40.0
opentelemetry-sdk==1.40.0
opentelemetry-exporter-otlp-proto-grpc==1.40.0
opentelemetry-exporter-otlp-proto-http==1.40.0
playwright==1.58.0
google-genai==1.68.0
openai-agents==0.7.0
temporalio==1.22.0
duckduckgo-search==8.1.1
httpx==0.28.1
mcp>=1.9.4,<2.0.0
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
cortexpilot = cortexpilot_orch.cli:main
cortexpilot-readonly-mcp = cortexpilot_orch.mcp_entrypoints:readonly_mcp_main