mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
19 lines
314 B
YAML
19 lines
314 B
YAML
identity:
|
|
author: langgenius
|
|
name: agent
|
|
label:
|
|
en_US: Agent
|
|
zh_Hans: Agent
|
|
pt_BR: Agent
|
|
description:
|
|
en_US: Agent
|
|
zh_Hans: Agent
|
|
pt_BR: Agent
|
|
icon: icon.svg
|
|
strategies:
|
|
- strategies/function_calling.yaml
|
|
- strategies/ReAct.yaml
|
|
extra:
|
|
python:
|
|
source: provider/agent.py
|