maddy

Results 7 issues of maddy

Fixing [Issue705](https://github.com/causify-ai/helpers/issues/705). Made a utility module which wraps commands at runtime and integrated with pytest to cover every type of subprocess or hsystem calls.

PR for reviewers

#986 pure langchain implementation. No langgraph.

Implement a module to parse a schema file (JSON or YAML) for AutoEDA, extracting: - Column names - Declared data types - Metadata: primary keys, time indices, target variables Input:...

URLs in backticks with leading spaces are incorrectly converted to malformed markdown links. Input: ` http://local/link` Expected: ` http://local/link` (rendered as inline code) Actual: ` [http://local/lin](http://local/lin)k` (broken link with truncated...