Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ag2ai/ag2studio
/ functions
Functions
312 in github.com/ag2ai/ag2studio
⨍
Functions
312
◇
Types & classes
47
↳
Endpoints
32
Function
TagsView
({ tags }: { tags: string[] })
frontend/src/components/views/gallery/gallery.tsx:102
Function
WorflowViewer
({ workflow, setWorkflow, close, }: { workflow: IWorkflow; setWorkflow: (workflow: IWorkflow) => voi
frontend/src/components/views/builder/utils/workflowconfig.tsx:209
Function
WorkflowAgentSelector
({ workflowId, }: { workflowId: number; })
frontend/src/components/views/builder/utils/selectors.tsx:966
Function
WorkflowModal
({ workflow, setWorkflow, showModal, setShowModal, handler, }: { workflow: IWorkflow
frontend/src/components/views/builder/workflow.tsx:205
Function
WorkflowSelector
({ workflow, setWorkflow, disabled, }: { workflow: IWorkflow | null; setWorkflow: (workflow: IWorkfl
frontend/src/components/views/playground/utils/selectors.tsx:11
Function
WorkflowTypeSelector
({ workflow, setWorkflow, }: { workflow: IWorkflow; setWorkflow: (workflow: IWorkflow) => void; })
frontend/src/components/views/builder/utils/selectors.tsx:363
Function
WorkflowView
({ workflow }: { workflow: IWorkflow })
frontend/src/components/views/playground/chatbox.tsx:517
Function
WorkflowView
({}: any)
frontend/src/components/views/builder/workflow.tsx:26
Function
WorkflowViewConfig
({ 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
Function
agentOnClick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:571
Function
agentsMenuItemOnClick
({ key })
frontend/src/components/views/builder/agents.tsx:299
Method
broadcast
Broadcasts a JSON message to all active WebSocket connections. :param message: A JSON serializable dictionary containing the message
ag2studio/chatmanager.py:247
Function
capitalize
(s: string)
frontend/src/components/utils.ts:110
Function
closeDrawer
()
frontend/src/components/views/builder/utils/workflowconfig.tsx:88
Function
code
({ node, inline, className, children, ...props }: CodeProps)
frontend/src/components/atoms.tsx:455
Function
createModel
(model: IModelConfig)
frontend/src/components/views/builder/models.tsx:114
Function
create_agent
Create a new agent
ag2studio/web/app.py:218
Function
create_model
Create a new model
ag2studio/web/app.py:181
Function
create_session
Create a new session
ag2studio/web/app.py:368
Function
create_skill
Create a new skill
ag2studio/web/app.py:160
Function
create_workflow
Create a new workflow
ag2studio/web/app.py:315
Function
delete_agent
Delete an agent
ag2studio/web/app.py:224
Function
delete_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
Function
delete_model
Delete a model
ag2studio/web/app.py:204
Function
delete_session
Delete a session
ag2studio/web/app.py:374
Function
delete_skill
Delete a skill
ag2studio/web/app.py:167
Function
delete_workflow
Delete a workflow
ag2studio/web/app.py:321
Function
getCaretCoordinates
()
frontend/src/components/utils.ts:126
Function
getCookie
(name: string)
frontend/src/components/utils.ts:32
Function
getPrefixSuffix
(container: any)
frontend/src/components/utils.ts:141
Function
getRandomIntFromDateAndSalt
(salt: number = 43444)
frontend/src/components/utils.ts:288
Function
get_agent_models
Get all models linked to an agent
ag2studio/web/app.py:247
Function
get_agent_skills
Get all skills linked to an agent
ag2studio/web/app.py:269
Method
get_default_system_message
(agent_type: str)
ag2studio/workflowmanager.py:185
Function
get_linked_agents
Get all agents linked to an agent
ag2studio/web/app.py:295
Function
get_linked_workflow_agents
Get all agents linked to a workflow
ag2studio/web/app.py:350
Function
get_version
()
ag2studio/web/app.py:426
Function
get_workflow
Get a workflow
ag2studio/web/app.py:308
Function
handleKeyDown
( event: React.KeyboardEvent<HTMLTextAreaElement> )
frontend/src/components/views/playground/chatbox.tsx:490
Function
handleTextChange
( event: React.ChangeEvent<HTMLTextAreaElement> )
frontend/src/components/views/playground/chatbox.tsx:484
Function
isValidConfig
( jsonObj: any, templateObj: any, diffThreshold: number = 4 )
frontend/src/components/utils.ts:671
Function
lifespan
(app: FastAPI)
ag2studio/web/app.py:78
Function
link_agent_agent
Link an agent to another agent
ag2studio/web/app.py:275
Function
link_agent_model
Link a model to an agent
ag2studio/web/app.py:231
Function
link_agent_skill
Link an a skill to an agent
ag2studio/web/app.py:253
Function
link_workflow_agent
Link an agent to a workflow
ag2studio/web/app.py:328
Function
list_agents
List all agents for a user
ag2studio/web/app.py:211
Function
list_messages
List all messages for a use session
ag2studio/web/app.py:381
Function
list_models
List all models for a user
ag2studio/web/app.py:174
Function
list_sessions
List all sessions for a user
ag2studio/web/app.py:361
Function
list_skills
List all skills for a user
ag2studio/web/app.py:153
Function
list_workflows
List all workflows for a user
ag2studio/web/app.py:301
Function
message_handler
()
ag2studio/web/app.py:44
Function
modelOnClick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:835
Function
modelsMenuItemOnClick
({ key })
frontend/src/components/views/builder/models.tsx:326
Function
onEditorDidMount
(editor: any, monaco: any)
frontend/src/components/atoms.tsx:754
Function
onError
(err: any)
frontend/src/components/views/playground/sessions.tsx:79
Function
onError
(err: any)
frontend/src/components/views/playground/chatbox.tsx:397
Function
onError
(err: any)
frontend/src/components/views/playground/utils/selectors.tsx:54
Function
onError
(err: any)
frontend/src/components/views/builder/models.tsx:80
Function
onError
(err: any)
frontend/src/components/views/builder/workflow.tsx:68
Function
onError
(err: any)
frontend/src/components/views/builder/skills.tsx:75
Function
onError
(err: any)
frontend/src/components/views/builder/agents.tsx:78
Function
onError
(err: any)
frontend/src/components/views/builder/utils/selectors.tsx:64
Function
onError
(err: any)
frontend/src/components/views/builder/utils/workflowconfig.tsx:68
Function
onError
(err: any)
frontend/src/components/views/builder/utils/modelconfig.tsx:162
Function
onError
(err: any)
frontend/src/components/views/builder/utils/agentconfig.tsx:97
Function
onError
(err: any)
frontend/src/components/views/gallery/gallery.tsx:80
Function
onFinal
()
frontend/src/components/views/builder/utils/workflowconfig.tsx:73
Function
onFinal
()
frontend/src/components/views/builder/utils/agentconfig.tsx:102
Function
onSuccess
(data: any)
frontend/src/components/views/playground/sessions.tsx:70
Function
onSuccess
(data: any)
frontend/src/components/views/playground/chatbox.tsx:388
Function
onSuccess
(data: any)
frontend/src/components/views/playground/utils/selectors.tsx:42
Function
onSuccess
(data: any)
frontend/src/components/views/builder/models.tsx:71
Function
onSuccess
(data: any)
frontend/src/components/views/builder/workflow.tsx:60
Function
onSuccess
(data: any)
frontend/src/components/views/builder/skills.tsx:66
Function
onSuccess
(data: any)
frontend/src/components/views/builder/agents.tsx:69
Function
onSuccess
(data: any)
frontend/src/components/views/builder/utils/selectors.tsx:55
Function
onSuccess
(data: any)
frontend/src/components/views/builder/utils/workflowconfig.tsx:57
Function
onSuccess
(data: any)
frontend/src/components/views/builder/utils/modelconfig.tsx:152
Function
onSuccess
(data: any)
frontend/src/components/views/builder/utils/agentconfig.tsx:85
Function
onSuccess
(data: any)
frontend/src/components/views/gallery/gallery.tsx:64
Function
openDrawer
()
frontend/src/components/views/builder/utils/workflowconfig.tsx:84
Method
process_message
Processes the message and adds it to the agent history. Args: sender: The sender of the message. receiver:
ag2studio/workflowmanager.py:104
Function
publishSession
()
frontend/src/components/views/playground/sessions.tsx:119
Method
receive
( self, message: Union[Dict, str], sender: autogen.Agent, request_reply: Optio
ag2studio/workflowmanager.py:308
Function
receiverOnclick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:1145
Function
renderFile
(file: IMetadataFile, i: number)
frontend/src/components/views/playground/metadata.tsx:191
Function
run
()
ag2studio/cli.py:66
Method
run
(self)
setup.py:23
Function
run_migration
(engine_uri: str)
ag2studio/database/utils.py:99
Function
senderOnClick
({ key })
frontend/src/components/views/builder/utils/selectors.tsx:1154
Function
serialize_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
Function
setCaretToEnd
(element: HTMLElement)
frontend/src/components/utils.ts:168
Function
setCookie
(name: string, value: any, days: number)
frontend/src/components/utils.ts:22
← previous
next →
201–300 of 312, ranked by callers