MCPcopy Create free account

hub / github.com/ag2ai/ag2studio / functions

Functions312 in github.com/ag2ai/ag2studio

FunctionTagsView
({ tags }: { tags: string[] })
frontend/src/components/views/gallery/gallery.tsx:102
FunctionWorflowViewer
({ workflow, setWorkflow, close, }: { workflow: IWorkflow; setWorkflow: (workflow: IWorkflow) => voi
frontend/src/components/views/builder/utils/workflowconfig.tsx:209
FunctionWorkflowAgentSelector
({ workflowId, }: { workflowId: number; })
frontend/src/components/views/builder/utils/selectors.tsx:966
FunctionWorkflowModal
({ workflow, setWorkflow, showModal, setShowModal, handler, }: { workflow: IWorkflow
frontend/src/components/views/builder/workflow.tsx:205
FunctionWorkflowSelector
({ workflow, setWorkflow, disabled, }: { workflow: IWorkflow | null; setWorkflow: (workflow: IWorkfl
frontend/src/components/views/playground/utils/selectors.tsx:11
FunctionWorkflowTypeSelector
({ workflow, setWorkflow, }: { workflow: IWorkflow; setWorkflow: (workflow: IWorkflow) => void; })
frontend/src/components/views/builder/utils/selectors.tsx:363
FunctionWorkflowView
({ workflow }: { workflow: IWorkflow })
frontend/src/components/views/playground/chatbox.tsx:517
FunctionWorkflowView
({}: any)
frontend/src/components/views/builder/workflow.tsx:26
FunctionWorkflowViewConfig
({ workflow, setWorkflow, close, }: { workflow: IWorkflow; setWorkflow: (newFlowConfig: IWorkflow) =
frontend/src/components/views/builder/utils/workflowconfig.tsx:15
Method__init__
(self, message_processor=None, *args, **kwargs)
ag2studio/workflowmanager.py:282
Method__init__
(self, message_processor=None, *args, **kwargs)
ag2studio/workflowmanager.py:304
Method__init__
Initializes the AutoGenChatManager with a message queue. :param message_queue: A queue to use for sending messages asynchronously.
ag2studio/chatmanager.py:33
Method__init__
Initializes WebSocketConnectionManager with an optional list of active WebSocket connections. :param active_connections: A list of t
ag2studio/chatmanager.py:176
Method__init__
(self, engine_uri: str)
ag2studio/database/dbmanager.py:33
FunctionagentOnClick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:571
FunctionagentsMenuItemOnClick
({ key })
frontend/src/components/views/builder/agents.tsx:299
Methodbroadcast
Broadcasts a JSON message to all active WebSocket connections. :param message: A JSON serializable dictionary containing the message
ag2studio/chatmanager.py:247
Functioncapitalize
(s: string)
frontend/src/components/utils.ts:110
FunctioncloseDrawer
()
frontend/src/components/views/builder/utils/workflowconfig.tsx:88
Functioncode
({ node, inline, className, children, ...props }: CodeProps)
frontend/src/components/atoms.tsx:455
FunctioncreateModel
(model: IModelConfig)
frontend/src/components/views/builder/models.tsx:114
Functioncreate_agent
Create a new agent
ag2studio/web/app.py:218
Functioncreate_model
Create a new model
ag2studio/web/app.py:181
Functioncreate_session
Create a new session
ag2studio/web/app.py:368
Functioncreate_skill
Create a new skill
ag2studio/web/app.py:160
Functioncreate_workflow
Create a new workflow
ag2studio/web/app.py:315
Functiondelete_agent
Delete an agent
ag2studio/web/app.py:224
Functiondelete_files_in_folder
Delete all files and directories in the specified folders. :param folders: A list of folders or a single folder string
ag2studio/utils/utils.py:345
Functiondelete_model
Delete a model
ag2studio/web/app.py:204
Functiondelete_session
Delete a session
ag2studio/web/app.py:374
Functiondelete_skill
Delete a skill
ag2studio/web/app.py:167
Functiondelete_workflow
Delete a workflow
ag2studio/web/app.py:321
FunctiongetCaretCoordinates
()
frontend/src/components/utils.ts:126
FunctiongetCookie
(name: string)
frontend/src/components/utils.ts:32
FunctiongetPrefixSuffix
(container: any)
frontend/src/components/utils.ts:141
FunctiongetRandomIntFromDateAndSalt
(salt: number = 43444)
frontend/src/components/utils.ts:288
Functionget_agent_models
Get all models linked to an agent
ag2studio/web/app.py:247
Functionget_agent_skills
Get all skills linked to an agent
ag2studio/web/app.py:269
Methodget_default_system_message
(agent_type: str)
ag2studio/workflowmanager.py:185
Functionget_linked_agents
Get all agents linked to an agent
ag2studio/web/app.py:295
Functionget_linked_workflow_agents
Get all agents linked to a workflow
ag2studio/web/app.py:350
Functionget_version
()
ag2studio/web/app.py:426
Functionget_workflow
Get a workflow
ag2studio/web/app.py:308
FunctionhandleKeyDown
( event: React.KeyboardEvent<HTMLTextAreaElement> )
frontend/src/components/views/playground/chatbox.tsx:490
FunctionhandleTextChange
( event: React.ChangeEvent<HTMLTextAreaElement> )
frontend/src/components/views/playground/chatbox.tsx:484
FunctionisValidConfig
( jsonObj: any, templateObj: any, diffThreshold: number = 4 )
frontend/src/components/utils.ts:671
Functionlifespan
(app: FastAPI)
ag2studio/web/app.py:78
Functionlink_agent_agent
Link an agent to another agent
ag2studio/web/app.py:275
Functionlink_agent_model
Link a model to an agent
ag2studio/web/app.py:231
Functionlink_agent_skill
Link an a skill to an agent
ag2studio/web/app.py:253
Functionlink_workflow_agent
Link an agent to a workflow
ag2studio/web/app.py:328
Functionlist_agents
List all agents for a user
ag2studio/web/app.py:211
Functionlist_messages
List all messages for a use session
ag2studio/web/app.py:381
Functionlist_models
List all models for a user
ag2studio/web/app.py:174
Functionlist_sessions
List all sessions for a user
ag2studio/web/app.py:361
Functionlist_skills
List all skills for a user
ag2studio/web/app.py:153
Functionlist_workflows
List all workflows for a user
ag2studio/web/app.py:301
Functionmessage_handler
()
ag2studio/web/app.py:44
FunctionmodelOnClick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:835
FunctionmodelsMenuItemOnClick
({ key })
frontend/src/components/views/builder/models.tsx:326
FunctiononEditorDidMount
(editor: any, monaco: any)
frontend/src/components/atoms.tsx:754
FunctiononError
(err: any)
frontend/src/components/views/playground/sessions.tsx:79
FunctiononError
(err: any)
frontend/src/components/views/playground/chatbox.tsx:397
FunctiononError
(err: any)
frontend/src/components/views/playground/utils/selectors.tsx:54
FunctiononError
(err: any)
frontend/src/components/views/builder/models.tsx:80
FunctiononError
(err: any)
frontend/src/components/views/builder/workflow.tsx:68
FunctiononError
(err: any)
frontend/src/components/views/builder/skills.tsx:75
FunctiononError
(err: any)
frontend/src/components/views/builder/agents.tsx:78
FunctiononError
(err: any)
frontend/src/components/views/builder/utils/selectors.tsx:64
FunctiononError
(err: any)
frontend/src/components/views/builder/utils/workflowconfig.tsx:68
FunctiononError
(err: any)
frontend/src/components/views/builder/utils/modelconfig.tsx:162
FunctiononError
(err: any)
frontend/src/components/views/builder/utils/agentconfig.tsx:97
FunctiononError
(err: any)
frontend/src/components/views/gallery/gallery.tsx:80
FunctiononFinal
()
frontend/src/components/views/builder/utils/workflowconfig.tsx:73
FunctiononFinal
()
frontend/src/components/views/builder/utils/agentconfig.tsx:102
FunctiononSuccess
(data: any)
frontend/src/components/views/playground/sessions.tsx:70
FunctiononSuccess
(data: any)
frontend/src/components/views/playground/chatbox.tsx:388
FunctiononSuccess
(data: any)
frontend/src/components/views/playground/utils/selectors.tsx:42
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/models.tsx:71
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/workflow.tsx:60
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/skills.tsx:66
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/agents.tsx:69
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/utils/selectors.tsx:55
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/utils/workflowconfig.tsx:57
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/utils/modelconfig.tsx:152
FunctiononSuccess
(data: any)
frontend/src/components/views/builder/utils/agentconfig.tsx:85
FunctiononSuccess
(data: any)
frontend/src/components/views/gallery/gallery.tsx:64
FunctionopenDrawer
()
frontend/src/components/views/builder/utils/workflowconfig.tsx:84
Methodprocess_message
Processes the message and adds it to the agent history. Args: sender: The sender of the message. receiver:
ag2studio/workflowmanager.py:104
FunctionpublishSession
()
frontend/src/components/views/playground/sessions.tsx:119
Methodreceive
( self, message: Union[Dict, str], sender: autogen.Agent, request_reply: Optio
ag2studio/workflowmanager.py:308
FunctionreceiverOnclick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:1145
FunctionrenderFile
(file: IMetadataFile, i: number)
frontend/src/components/views/playground/metadata.tsx:191
Functionrun
()
ag2studio/cli.py:66
Methodrun
(self)
setup.py:23
Functionrun_migration
(engine_uri: str)
ag2studio/database/utils.py:99
FunctionsenderOnClick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:1154
Functionserialize_file
Reads a file from a given file path, base64 encodes its content, and returns the base64 encoded string along with the file type. The fil
ag2studio/utils/utils.py:162
FunctionsetCaretToEnd
(element: HTMLElement)
frontend/src/components/utils.ts:168
FunctionsetCookie
(name: string, value: any, days: number)
frontend/src/components/utils.ts:22
← previousnext →201–300 of 312, ranked by callers