[project] name = "agent-ui" version = "0.1.0" description = "Multi-agent AI interface" requires-python = ">=3.10" dependencies = [ "fastapi>=0.104.1", "uvicorn>=0.24.0", "httpx", "requests>=2.32.4", "e2b-code-interpreter>=2.2.0", "openai>=1.12.0", "trafilatura>=1.12.2", "transformers", "readability-lxml", "markdownify", "Pillow>=10.0.0", "python-multipart>=0.0.6", ] [project.scripts] agentui = "backend.main:start" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["backend"]