mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
35 lines
630 B
YAML
35 lines
630 B
YAML
version: 0.0.16
|
|
type: plugin
|
|
author: "langgenius"
|
|
name: "agent"
|
|
label:
|
|
en_US: "Dify Agent Strategies"
|
|
zh_Hans: "Dify Agent 策略"
|
|
created_at: "2025-01-08T15:22:00.000000000Z"
|
|
icon: icon.svg
|
|
description:
|
|
en_US: Dify official Agent strategies collection
|
|
zh_Hans: Dify 官方 Agent 策略集合
|
|
tags:
|
|
- "agent"
|
|
resource:
|
|
memory: 1048576
|
|
permission:
|
|
tool:
|
|
enabled: true
|
|
model:
|
|
enabled: true
|
|
llm: true
|
|
plugins:
|
|
agent_strategies:
|
|
- "provider/agent.yaml"
|
|
meta:
|
|
version: 0.0.2
|
|
arch:
|
|
- "amd64"
|
|
- "arm64"
|
|
runner:
|
|
language: "python"
|
|
version: "3.12"
|
|
entrypoint: "main"
|