File size: 430 Bytes
4354e29
 
 
 
 
 
f9f6b95
 
 
30844f5
f9f6b95
30844f5
f9f6b95
a2dea64
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "axiom-2-0"
version = "0.1.0"
description = "An Advanced version of Axiom Agent"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "chainlit>=2.5.5",
    "openai-agents>=0.0.11",
    "prompt-toolkit>=3.0.51",
    "python-dotenv>=1.1.0",
    "rich>=14.0.0",
]

[tool.hatch.build.targets.wheel]
packages = ["src/axiom"] 

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"