diff --git a/README.md b/README.md index 21135e9..495d951 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,7 @@ $ uv sync && uv run pytest ## Clients - LLMModel - LLMResult + +## Examples +- [PaperQA](https://github.com/Future-House/paper-qa/compare/main...llm-result-client) +- [LDP](https://github.com/Future-House/ldp/compare/main...llm-result-client) diff --git a/uv.lock b/uv.lock index be1326c..05939e8 100644 --- a/uv.lock +++ b/uv.lock @@ -537,16 +537,16 @@ wheels = [ [[package]] name = "fhaviary" -version = "0.9.1" +version = "0.10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "docstring-parser" }, { name = "httpx" }, { name = "pydantic" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1f/ea/0c2511682159c41aeb41b70d07e80d9905c5fea2a378e9a43fde329f4a37/fhaviary-0.9.1.tar.gz", hash = "sha256:dc219f0f5da88783d7d5e4e38286a3d91eca0b9b16ff88936c5c3ce42a5bbe5b", size = 197457 } +sdist = { url = "https://files.pythonhosted.org/packages/e4/88/f132078e5bd4fafbfd6115efcb59a167da2850c135be895d53b288a728a6/fhaviary-0.10.0.tar.gz", hash = "sha256:625f7bbe9f1729f3ddea9e64ecb6c29653b9c6edf302d8d25be1474212472e0e", size = 230750 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ec/f1/d8a69fc705469ce3957e8a018f406a862d6b4417b1b62e80e4cd732a7074/fhaviary-0.9.1-py3-none-any.whl", hash = "sha256:10e121a53ccebd686f243a6fc2ce7a921908ff38c83ac345e4220750b71aa5cd", size = 42075 }, + { url = "https://files.pythonhosted.org/packages/df/3c/8194f303d6ae72e2711f9707244f916787a3c29bce063d8e58f6523009a5/fhaviary-0.10.0-py3-none-any.whl", hash = "sha256:0c801292b55588c85c7d5cf0a773f3a7cfa3d12fce98cc5df91391185a86792d", size = 42334 }, ] [package.optional-dependencies] @@ -1753,11 +1753,11 @@ wheels = [ [[package]] name = "packaging" -version = "24.1" +version = "24.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", size = 148788 } +sdist = { url = "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f", size = 163950 } wheels = [ - { url = "https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124", size = 53985 }, + { url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 }, ] [[package]]