-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Create README for Generative Computing Org #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+42
−0
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0e9733d
Create README.md
mmcelaney 7bfab62
Change from code to projects
mmcelaney d839c45
getting started
mmcelaney dea1035
change anchors
mmcelaney a9b31d9
getting started header
mmcelaney a03f1da
fix typo
mmcelaney e438cb3
move :
mmcelaney 924d91b
update to anchor
mmcelaney 8858565
Update README.md
abrahamdaniels 5a9e324
Added period to Mellea description
mmcelaney f8cf105
Capitalization and trailing period
mmcelaney ce13e1a
Drop anchors
mmcelaney ca8ceae
Streamine blurb on examples
mmcelaney 0f963a0
Improve PyPI description
mmcelaney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| <img src="https://github.com/generative-computing/mellea/raw/main/docs/mellea_draft_logo_300.png" alt="Mellea logo" height=100> | ||
|
|
||
| # Mellea — build predictable AI without guesswork | ||
|
|
||
| Inside every AI-powered pipeline, the unreliable part is the same: the LLM call itself. | ||
| Silent failures, untestable outputs, no guarantees. | ||
| Mellea is a Python library for writing *generative programs* — replacing brittle prompts and flaky agents | ||
| with structured, testable AI workflows built around type-annotated outputs, verifiable requirements, and automatic retries. | ||
|
|
||
| Skip to: | ||
| * [Code](#latest-projects) | ||
| * [Tools](#tools) | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
| * [Documentation](https://docs.mellea.ai/) | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Latest Projects | ||
| * <a href="https://github.com/generative-computing/mellea">Mellea</a> | ||
| * <a href="https://github.com/generative-computing/granite-switch">Granite Switch</a> | ||
| * <a href="https://github.com/generative-computing/mellea-skills-compiler">Mellea Skills Compiler</a> | ||
| * <a href="https://github.com/generative-computing/mellea-contribs">mellea-contribs</a> | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Tools | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
|
|
||
| 1. [Installation](https://docs.mellea.ai/getting-started/installation) | ||
| 2. [Quick Start](https://docs.mellea.ai/getting-started/quickstart) | ||
| 3. [API Reference](https://docs.mellea.ai/api-reference) | ||
|
|
||
| ## Documentation | ||
|
|
||
| The general Mellea [Documentation](https://docs.mellea.ai/) is updated regularly. | ||
|
|
||
| **Learning Resources** provide in-depth educational material in comprehensive formats. | ||
|
|
||
| - [Mellea Examples](https://github.com/generative-computing/mellea/tree/main/docs/examples) - comprehensive examples demonstrating Mellea's features and capabilities. | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
| [Mellea Demos](https://github.com/generative-computing/mellea-demos) - A collection of Mellea demos. | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
| - [Mellea Tutorials](https://github.com/generative-computing/mellea-tutorials) - Long-form workshops and tutorials for Mellea. The main Mellea repo keeps its examples short and focused; the notebooks here have more room to walk through end-to-end workflows, conference material, and exploratory demos. | ||
|
|
||
| ## Other Resources | ||
| - [Mellea Website:](https://mellea.ai/) More information about Mellea. | ||
| - [Blog:](https://mellea.ai/blogs/) Deep-dives on agentic systems, generative computing, and the ideas behind Mellea. | ||
| - [Mellea on PyPI:](https://pypi.org/project/mellea/) The Mellea organization on PyPI. You can download Mellea there. | ||
|
mmcelaney marked this conversation as resolved.
Outdated
|
||
|
|
||
|
|
||
| ## Discussion | ||
|
|
||
| If you have any questions, please visit our [discussions page](https://github.com/generative-computing/mellea/discussions). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.