mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
- 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>
14 lines
463 B
JSON
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"
|
|
}
|
|
}
|