Skip to content

Commit

Permalink
Merge pull request #1407 from abhishekshankr/UI/Custom-Icons
Browse files Browse the repository at this point in the history
UI/Custom Icons for Nodes
  • Loading branch information
HenryHengZJ authored Dec 19, 2023
2 parents 94a5d28 + f553637 commit c636a9c
Show file tree
Hide file tree
Showing 235 changed files with 950 additions and 500 deletions.
12 changes: 4 additions & 8 deletions packages/components/nodes/agents/AirtableAgent/airtable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/components/nodes/agents/AutoGPT/AutoGPT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AutoGPT_Agents implements INode {
this.version = 1.0
this.type = 'AutoGPT'
this.category = 'Agents'
this.icon = 'autogpt.png'
this.icon = 'autogpt.svg'
this.description = 'Autonomous agent with chain of thoughts for self-guided task completion'
this.baseClasses = ['AutoGPT']
this.inputs = [
Expand Down
Binary file removed packages/components/nodes/agents/AutoGPT/autogpt.png
Binary file not shown.
11 changes: 11 additions & 0 deletions packages/components/nodes/agents/AutoGPT/autogpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/components/nodes/agents/BabyAGI/BabyAGI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BabyAGI_Agents implements INode {
this.version = 1.0
this.type = 'BabyAGI'
this.category = 'Agents'
this.icon = 'babyagi.jpg'
this.icon = 'babyagi.svg'
this.description = 'Task Driven Autonomous Agent which creates new task and reprioritizes task list based on objective'
this.baseClasses = ['BabyAGI']
this.inputs = [
Expand Down
Binary file removed packages/components/nodes/agents/BabyAGI/babyagi.jpg
Binary file not shown.
7 changes: 7 additions & 0 deletions packages/components/nodes/agents/BabyAGI/babyagi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/components/nodes/agents/CSVAgent/CSVAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CSV_Agents implements INode {
this.version = 1.0
this.type = 'AgentExecutor'
this.category = 'Agents'
this.icon = 'csvagent.png'
this.icon = 'CSVagent.svg'
this.description = 'Agent used to to answer queries on CSV data'
this.baseClasses = [this.type, ...getBaseClasses(AgentExecutor)]
this.inputs = [
Expand Down
9 changes: 9 additions & 0 deletions packages/components/nodes/agents/CSVAgent/CSVagent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
16 changes: 7 additions & 9 deletions packages/components/nodes/agents/ConversationalAgent/agent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 7 additions & 9 deletions packages/components/nodes/agents/MRKLAgentChat/agent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 7 additions & 9 deletions packages/components/nodes/agents/MRKLAgentLLM/agent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class OpenAIAssistant_Agents implements INode {
this.version = 2.0
this.type = 'OpenAIAssistant'
this.category = 'Agents'
this.icon = 'openai.png'
this.icon = 'assistant.svg'
this.description = `An agent that uses OpenAI Assistant API to pick the tool and args to call`
this.baseClasses = [this.type]
this.inputs = [
Expand Down
12 changes: 12 additions & 0 deletions packages/components/nodes/agents/OpenAIAssistant/assistant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OpenAIFunctionAgent_Agents implements INode {
this.version = 3.0
this.type = 'AgentExecutor'
this.category = 'Agents'
this.icon = 'openai.png'
this.icon = 'function.svg'
this.description = `An agent that uses Function Calling to pick the tool and args to call`
this.baseClasses = [this.type, ...getBaseClasses(AgentExecutor)]
this.inputs = [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/components/nodes/analytic/LLMonitor/LLMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LLMonitor_Analytic implements INode {
this.name = 'llmonitor'
this.version = 1.0
this.type = 'LLMonitor'
this.icon = 'llmonitor.png'
this.icon = 'Lunary.svg'
this.category = 'Analytic'
this.baseClasses = [this.type]
this.inputs = []
Expand Down
7 changes: 7 additions & 0 deletions packages/components/nodes/analytic/LLMonitor/Lunary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/components/nodes/analytic/LangFuse/LangFuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LangFuse_Analytic implements INode {
this.name = 'langFuse'
this.version = 1.0
this.type = 'LangFuse'
this.icon = 'langfuse.png'
this.icon = 'Langfuse.svg'
this.category = 'Analytic'
this.baseClasses = [this.type]
this.inputs = []
Expand Down
Loading

0 comments on commit c636a9c

Please sign in to comment.