Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 427 Bytes

File metadata and controls

14 lines (9 loc) · 427 Bytes

Contributing

Thanks for your interest in the AgenticEmail Python SDK.

This repository is an exported snapshot of the SDK developed in the AgenticEmail monorepo, so pull requests may be ported rather than merged directly. Issues and PRs are welcome either way.

Development

pip install -e ".[events,langchain]"
python tests/test_langchain.py

Please keep changes small and include a test when you fix a bug.