Skip to main content

build extremely 'nano' llm workflows

Project description

xnano

pip install xnano

Examples

The most extensive llm completion function any library provides

import xnano as x

response = x.completion(
    # messages can be a list of messages or just a string
    # you can also pass a list of lists of messages to create batch completions
    messages = "what os am i running?",

    # any litellm model is supported
    model = "openai/gpt-4o-mini",

    # tools can be python functions, pydantic models, openai functions or even strings!
    # string tools are generated & optionally executed at runtime in a sandboxed environment
    tools = ["run_cli_command"],

    # automatically run tools!
    run_tools = True,

    # structured responses with instructor!
    # response models can be defined as pydantic models, or just like tools; even strings, lists of strings & dictionaries!
    # you can also pass in a generic type into the list or as is (str, int, etc...)
    response_model = ["operating_system", "version"]
)

print(response)
# OUTPUT
Response(operating_system='Darwin', version='23.6.0')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xnano-0.0.40.tar.gz (9.0 MB view details)

Uploaded Source

Built Distribution

xnano-0.0.40-py3-none-any.whl (103.6 kB view details)

Uploaded Python 3

File details

Details for the file xnano-0.0.40.tar.gz.

File metadata

  • Download URL: xnano-0.0.40.tar.gz
  • Upload date:
  • Size: 9.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for xnano-0.0.40.tar.gz
Algorithm Hash digest
SHA256 4e6f0eec188985b0a28769e3a9581493550c5da13b3d03a563645a0d1a3726be
MD5 e7fdf7d2c6d8a043339bf969d3febbb9
BLAKE2b-256 ca078a6af97b5fdd98d45581405269661e6b1712a5211ff3400fb36b690a498c

See more details on using hashes here.

File details

Details for the file xnano-0.0.40-py3-none-any.whl.

File metadata

  • Download URL: xnano-0.0.40-py3-none-any.whl
  • Upload date:
  • Size: 103.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for xnano-0.0.40-py3-none-any.whl
Algorithm Hash digest
SHA256 ffd01e98e009e60537bbd57b796ae8fb6c5cd80b549893973cd14e6a6a5e851a
MD5 47a5504f3bfc29443a5d5ff19f7ff0e0
BLAKE2b-256 2e4b08e4476eb1b4a3bec316f222e7f22becde85d5788a7b9fc59674df3f7502

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page