This dynamic agent capability connects directly to live streaming data pipelines (via frameworks like Pathway). The SKILL.md autonomously updates its own schema context as the underlying database evolves, ensuring the agent never hallucinates outdated table structures.
Install · Quick Start · Features · Architecture · Demo
pip install datafly-mddatafly-md --helpdatafly-md/
├── pyproject.toml
├── README.md
├── src/
│ └── datafly_md/
│ ├── __init__.py
│ └── cli.py
├── tests/
│ └── test_datafly_md.py
└── AGENTS.md
Coming soon
git clone https://github.com/avasis-ai/datafly-md
cd datafly-md
pip install -e .
pytest tests/ -v- Repository: https://github.com/avasis-ai/datafly-md
- PyPI: https://pypi.org/project/datafly-md
- Issues: https://github.com/avasis-ai/datafly-md/issues
Part of the AVASIS AI open-source ecosystem