rewrote client-router mcall arch, added funcdocs, removed requests dep

This commit is contained in:
2025-03-13 14:15:36 +05:30
parent 0d88c2f61e
commit f09756d591
6 changed files with 103 additions and 43 deletions

View File

@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "harmoney"
version = "0.2.0"
description = "Simple Remote Function Calling Framework"
version = "0.3.0"
description = "Scalable Remote Function Calling Framework"
authors = [{name = "Phani Pavan K", email = "kphanipavan@gmail.com"}]
license = {text = "AGPLv3"}
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["websockets>=15.0", "uvicorn>=0.34.0", "fastapi>=0.115.8", "pydantic>=2.10.6", "requests>=2.31.0"]
dependencies = ["websockets>=15.0", "uvicorn>=0.34.0", "fastapi>=0.115.8", "pydantic>=2.10.6"]
[project.urls]
Homepage = "https://git.pvnweb.dedyn.io/phanipavank/harmoney"
Homepage = "https://github.com/kphanipavan/harmoney"