08a0e5f4a4
* add retry loop to json generation * update retry loop * add json retry test * version bump * update lockfile |
||
---|---|---|
.devcontainer | ||
.github/workflows | ||
.vscode | ||
.yarn | ||
archived/graphql-api-commons | ||
assets | ||
docs | ||
javascript | ||
python | ||
.gitattributes | ||
.gitignore | ||
.vsts-ci.yml | ||
.yarnrc.yml | ||
CODE_OF_CONDUCT.md | ||
FLUENT_9_MIGRATION.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
biome.json | ||
mkdocs.yml | ||
package.json | ||
pyproject.toml | ||
ruff.toml | ||
tsconfig.json | ||
turbo.json | ||
uv.lock | ||
yarn.lock |
README.md
essex-toolkit
Provides a set of useful tools, utilities, reusable components, and React hooks built to support our team built library ecosystem. Packages are designed to capture common components and utilities common among projects. See individual package README for specific information.
Python Packages
essex-config
A configuration library that allows for easy configuration of Python applications using environment variables, files, and Azure Key Vault.
fnllm
An LLM wrapper library that provides rate limiting, retry logic, caching, JSON model parsing, and more.
reactivedataflow
A library for creating reactive data flows in Python.
JavaScript Packages
@essex/hooks
Provides a set of useful react hooks to address common use-cases in webGL/canvas/svg applications
@essex/msal-interactor
A wrapper around @azure/msal-browser.
@essex/hierarchy-browser
This component creates tables to view connected data, allowing theming with Thematic.
@essex/thematic-lineup
This component uses the standard LineUp.js table, and does (a) injection of Thematic, (b) cleans it up a little bit, and (c) adds a custom filtering mechanism ThematicLineupStory displays a LineUp instance, while also applying default thematic styles and data colors. Use it for a React-style JSX wrapper around LineUp that has more potential flexibility than the very configuration limited version exposed by the LineUp project. This allows arbitrary column configurations via jsx, and a set of global filters if desired.
@essex/components
Provides a set of React components Works in harmony with Thematic library styling and contains ready-to-use data visuals
@essex/toolbox
Provides is a collection of helper functions
@essex/boolean-expression-component
An expression component to view and toggle filters
Tests
Limited tests are provided within the packages and most components/functions are experimental
License
Licensed under the MIT License.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.