forked from jangles-byte/Pythia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 910 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (23 loc) · 910 Bytes
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
[project]
name = "pythia"
version = "0.1.0"
description = "A local, keyless world-watching prediction oracle — fuses Osiris live global feeds and a local agent swarm (MiroFish-style) with a local LLM to forecast what happens next, and exposes the whole world-view as an agent API."
requires-python = ">=3.11"
license = "MIT"
keywords = ["ai-agents", "agent-api", "local-llm", "ollama", "prediction", "forecasting", "self-hosted", "world-model", "real-time"]
authors = [{ name = "Jangles", email = "267653011+jangles-byte@users.noreply.github.com" }]
dependencies = [
"fastapi>=0.115",
"uvicorn[standard]>=0.30",
"httpx>=0.27",
"python-dotenv>=1.0",
"pydantic>=2.7",
"mcp>=1.2",
]
[project.urls]
Homepage = "https://github.com/jangles-byte/Pythia"
Repository = "https://github.com/jangles-byte/Pythia"
[tool.uv]
package = false
[tool.pythia]
# placeholder for future tooling config