mattermost/plugins/langchain-agent/plugin.json
Nick Misasi c83ec9656e feat(14-01): create LangChain Agent plugin structure
- Add plugin.json manifest with plugin metadata
- Add requirements.txt with placeholder for future LangChain deps
- Add Makefile with venv, dist, clean targets

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 11:29:39 -05:00

14 lines
463 B
JSON

{
"id": "com.mattermost.langchain-agent",
"name": "LangChain Agent",
"description": "AI agent plugin demonstrating LangChain integration with OpenAI and Anthropic",
"homepage_url": "https://github.com/mattermost/mattermost",
"support_url": "https://github.com/mattermost/mattermost/issues",
"version": "0.1.0",
"min_server_version": "10.0.0",
"server": {
"executable": "plugin.py",
"runtime": "python",
"python_version": ">=3.9"
}
}