You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add comprehensive LangChain integration section to README (#20)
* docs: add comprehensive LangChain integration section to README
- Add detailed LangChain integration examples showing tool conversion and usage
- Include CrewAI integration section demonstrating LangChain compatibility
- Provide practical code examples for model binding and tool execution
- Position section after Meta Tools for logical flow
* docs: move Features section above examples for better structure
- Relocated Features section to appear after Quick Start but before detailed examples
- Improves README flow by highlighting key features early
- Maintains logical progression from installation -> features -> examples
* docs: restructure README sections and fix documentation links
- Move Features section immediately after project overview
- Restructure LangChain and CrewAI integrations into collapsible Integration Examples section
- Reorder Meta Tools section to appear after Integration Examples
- Replace broken docs/ links with working examples/ directory links
- Consolidate documentation sections into single Examples section
* docs: add PyPI and GitHub release badges to README
- Add PyPI version badge linking to package page
- Add GitHub release badge showing latest version
- Improve README visual appeal and provide quick access to version info
---------
Co-authored-by: Guillaume <[email protected]>
[](https://github.com/StackOneHQ/stackone-ai-python/releases)
5
+
3
6
StackOne AI provides a unified interface for accessing various SaaS tools through AI-friendly APIs.
4
7
8
+
## Features
9
+
10
+
- Unified interface for multiple SaaS tools
11
+
- AI-friendly tool descriptions and parameters
12
+
-**Tool Calling**: Direct method calling with `tool.call()` for intuitive usage
13
+
-**Glob Pattern Filtering**: Advanced tool filtering with patterns like `"hris_*"` and exclusions `"!hris_delete_*"`
14
+
-**Meta Tools** (Beta): Dynamic tool discovery and execution based on natural language queries
0 commit comments