Metadata-Version: 2.4
Name: blue-cli
Version: 1.1
Summary: Command line interface for blue installation and deployment
Author-email: Megagon Labs <blue@megagon.ai>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/megagonlabs/blue
Project-URL: Issues, https://github.com/megagonlabs/blue/issues
Project-URL: Discussions, https://github.com/megagonlabs/blue/discussions
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: blue-platform==1.1
Requires-Dist: click==8.2.1
Requires-Dist: tabulate==0.9.0
Requires-Dist: requests==2.31.0
Requires-Dist: websockets==15.0.1
Requires-Dist: nest_asyncio==1.6.0
Requires-Dist: traitlets==5.14.3
Requires-Dist: pydash==7.0.6
Requires-Dist: pandas==2.2.3
Requires-Dist: jsonmerge==1.9.2
Requires-Dist: jsonpath-ng==1.5.3
Requires-Dist: jsonschema==4.21.1
Requires-Dist: redis==5.2.0
Requires-Dist: docker==7.0.0
Requires-Dist: uuid==1.30
Dynamic: license-file
Dynamic: requires-dist

# What is Blue?

Blue is an agent orchestration platform for building and deploying applications with agentic workflows for the enterprise. 

Blue is currently a research project at [Megagon Labs](http://www.megagon.ai) to explore the design space of agent orchestration systems. 

This repository contains the blue-cli python library for installing and deploying blue platform..

# Want to try out blue?

To install the latest stable version, use:

```
pip install blue-cli
```


# What can you build with Blue?

Here are a few examples to inspire you to build with blue:

* a set of agents that convert natural language to SQL, executes, and summarizes results in natural language 
* agents that produces interactive graphical user interfaces and visualizations with your data (e.g. self-service business intelligence) 
* a conversational agent that interfaces to existing predictive models and APIs (e.g. job search agent with predictive models and data)
* agents that execute workflows processing text data, extracting and populating databases.

# Want to learn more?

To learn more about blue, please visit our [blue](http://github.com/megagonlabs/blue) and [blue-example](http://github.com/megagonlabs/blue-example) repos.

# Further reading

To get a glimpse of where we are heading with agentic architectures, read our papers:

* [A Blueprint Architecture of Compound AI Systems for Enterprise](https://arxiv.org/abs/2406.00584) [Compound AI Systems Workshop](https://sites.google.com/view/compound-ai-systems-workshop/home)
* [Orchestrating Agents and Data for Enterprise: A Blueprint Architecture for Compound AI]() [Data-AI Systems Workshop at ICDE'25](https://dais-workshop-icde.github.io/)
