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.

What We Offer

  • The build function enables quick and easy prototyping of new functions that use foundational models 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 here.
  • The query function allows you to test your newly created functions and deploy it in your code.

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 or in an object oriented paradigm.
  • weco.query and weco.build to be used when you only require sparse usage or a functional paradigm.

Features

  • Structured Output
  • Grounding (Web Access)
  • Multimodal (Language & Vision)
  • Versatile Client (Synchronous, Asynchronous, Batch Processing)
  • Interpretable (Observe Reasoning Behind Outputs)

Getting Started

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

pip install weco

When using the Weco API, you will need to set the API key: You can find/setup your API key here. Once you have your API key, pass it directly to the client using the api_key argument or set it as an environment variable as shown:

export WECO_API_KEY=<YOUR_WECO_API_KEY>

Example

We created 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)."

Here's how you can 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,docs]"
    
  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
    

    If you're just making changes to the docs, feel free to skip this step.

  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.11.tar.gz (175.0 kB view details)

Uploaded Source

Built Distribution

weco-0.1.11-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: weco-0.1.11.tar.gz
  • Upload date:
  • Size: 175.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for weco-0.1.11.tar.gz
Algorithm Hash digest
SHA256 6f54ef470e7a6862d56d726533a1e418b3189dd8fbe10db287b6d8dc8a3feca3
MD5 9062a7c641814c8fe2cfaa7b3f1ae305
BLAKE2b-256 e51abab4fba877a040229e83313a90cd1fd08930667b7e8f038272a9e9ac4e6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: weco-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for weco-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 d62c9de3d2dbf1fffccc73a7b6135d101bd4497506e5bccc0ea719d87c3944cc
MD5 9e947ae8f01cdb194eb4a2986d5709e8
BLAKE2b-256 3f1784f15f4d99f4b938837eb303d1e0f21435f82b4c056f043c944e4a9eb50e

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