diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-01 07:56:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-01 07:56:36 +0800 |
| commit | 632acd0fd640ece63c6c65c83eb21445c356ca0e (patch) | |
| tree | beceaacb32cec6bb7f80d332b92b699ad422d179 | |
| parent | 2afd0fc19e3597d7736a6c7a12617f2fc25752c6 (diff) | |
| download | llm-functions-docker-632acd0fd640ece63c6c65c83eb21445c356ca0e.tar.gz | |
chore: add github issue template `add_agent` (#135)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/add_agent.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/add_agent.md b/.github/ISSUE_TEMPLATE/add_agent.md new file mode 100644 index 0000000..a42d1b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add_agent.md @@ -0,0 +1,24 @@ +--- +name: Add a New AI Agent +about: Propose an idea or submit a new AI agent for inclusion +title: '' +labels: enhancement +assignees: '' + +--- + +<!-- Your issue may already be reported! Please search for it before creating one. --> + +**Agent Description** +<!-- Summarize the purpose and functionality of the proposed agent in a few concise sentences. --> + +**Agent Conversation Starters** +<!-- Provide examples of natural language prompts a user may use to interact with the agent. --> + +**Agent Tools** +<!-- List and describe the tools (if any) your agent requires or uses. --> +<!-- foo: Brief description of tool foo --> +<!-- bar: Brief description of tool bar --> + +**Additional context** +<!-- Include details to help reviewers understand the feature request, such as relevant documentation, use cases, or screenshots. --> |
