Skip to main content

A client facing API for interacting with the WeCo AI function builder service.

Project description

WeCo AI Typing SVG

Python License

$f$(👷‍♂️)

Open In Colab Open in Studio

A client facing API for interacting with the WeCo AI function builder service!

Use this API to build complex systems fast. We lower the barrier of entry to software engineer, data science and machine learning by providing an interface to prototype difficult solutions quickly in just a few lines of code.

Installation

Install the weco package simply by calling this in your terminal of choice:

pip install weco

Features

  • The build function enables quick and easy prototyping of new functions via LLMs through just natural language. We encourage users to do this through our web console for maximum control and ease of use, however, you can also do this through our API as shown in here.
  • The query function allows you to test and use the newly created function in your own code.
  • We offer asynchronous versions of the above clients.
  • We provide a batch_query functions that allows users to batch functions for various inputs as well as multiple inputs for the same function in a query. This is helpful to make a large number of queries more efficiently.
  • We also offer multimodality capabilities. You can now query our client with both language AND vision inputs!

We provide both services in two ways:

  • weco.WecoAI client to be used when you want to maintain the same client service across a portion of code. This is better for dense service usage.
  • weco.query and weco.build to be used when you only require sparse usage.

Usage

When using the WeCo API, you will need to set the API key: You can find/setup your API key here by navigating to the API key tab. Once you have your API key, you may pass it to the weco client using the api_key argument input or set it as an environment variable such as:

export WECO_API_KEY=<YOUR_WECO_API_KEY>

Example

We create a function on the web console for the following task:

"Analyze a business idea and provide a structured evaluation. Output a JSON with 'viability_score' (0-100), 'strengths' (list), 'weaknesses' (list), and 'next_steps' (list)."

Now, you're ready to query this function anywhere in your code!

from weco import query
response = query(
    fn_name="BusinessIdeaAnalyzer-XYZ123",  # Replace with your actual function name
    text_input="A subscription service for personalized, AI-generated bedtime stories for children."
)

For more examples and an advanced user guide, check out our function builder cookbook.

Happy building $f$(👷‍♂️)!

Contributing

We value your contributions! If you believe you can help to improve our package enabling people to build AI with AI, please contribute!

Use the following steps as a guideline to help you make contributions:

  1. Download and install package from source:

    git clone https://github.com/WecoAI/weco-python.git
    cd weco-python
    pip install -e ".[dev]"
    
  2. Create a new branch for your feature or bugfix:

    git checkout -b feature/your-feature-name
    
  3. Make your changes and run tests to ensure everything is working:

    Tests can be expensive to run as they make LLM requests with the API key being used so it is the developers best interests to write small and simple tests that adds coverage for a large portion of the package.

    pytest -n auto tests
    
  4. Commit and push your changes, then open a PR for us to view 😁

Please ensure your code follows our style guidelines (Numpy docstrings) and includes appropriate tests. We appreciate your contributions!

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

weco-0.1.5.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

weco-0.1.5-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file weco-0.1.5.tar.gz.

File metadata

  • Download URL: weco-0.1.5.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for weco-0.1.5.tar.gz
Algorithm Hash digest
SHA256 95d5abbb5a981ace0879f4a9f66b253aec3686f2055da2f78322f4576aea1c47
MD5 6a49d69e9d388f8651e5023db84fa032
BLAKE2b-256 185a9ddd5dd284251d3c1d1d0617b81645cdfad52bf339d2f1cdd475c645ecf5

See more details on using hashes here.

File details

Details for the file weco-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: weco-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for weco-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f80da03f8b8f5c7a8d999e217d94630fc9a8f86a60980dccb4dbf66f0c9d0587
MD5 ee70167102beb0be34125eb4c67f41d2
BLAKE2b-256 ea8913bea46d8fe7a932eb2d415603c92772c57472a745c25e9544e54a14be16

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