Skip to main content

AI Agent Orchestration Platform

Project description

Concrete

Installation

pip install concrete-operators

Quickstart

export OPENAI_API_KEY=<your-api-key-here>
python -m concrete "Create a simple program that says 'Hello, World!'"

Dev Setup

Run the following commands to get your local environment setup

brew install poetry
poetry install
poetry shell
pre-commit install

Pre-commit will check for code formatting before completing the commit. If code is formatted by black, you will need to add the changes files to staged and re-try the commit. Flake8 generally have to be handled manually.

To force a commit locally add the flag --no-verify as an option to git commit e.g. git commit --no-verify -m "...". Github workflows should mirror local pre commit checks.

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

concrete_operators-0.1.5.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

concrete_operators-0.1.5-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

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