MCPcopy Create free account

hub / github.com/ag2ai/ag2studio / functions

Functions312 in github.com/ag2ai/ag2studio

↓ 1 callersFunctioninit_app_folders
Initialize folders needed for a web server, such as static file directories and user-specific data directories. Also load any .env file if it
ag2studio/utils/utils.py:271
↓ 1 callersFunctioninit_db_samples
(dbmanager: Any)
ag2studio/database/utils.py:156
↓ 1 callersFunctionlinkAgentAgent
(agentId: number, targetAgentId: number)
frontend/src/components/views/builder/utils/selectors.tsx:486
↓ 1 callersFunctionlinkAgentModel
(agentId: number, modelId: number)
frontend/src/components/views/builder/utils/selectors.tsx:752
↓ 1 callersFunctionlinkAgentSkill
(agentId: number, skillId: number)
frontend/src/components/views/builder/utils/selectors.tsx:102
↓ 1 callersFunctionload_code_execution_config
Load the code execution configuration based on the code execution type. :param code_execution_type: The code execution type. :param work
ag2studio/utils/utils.py:434
↓ 1 callersFunctionmd5_hash
Compute the MD5 hash of a given text. :param text: The string to hash :return: The MD5 hash of the text
ag2studio/utils/utils.py:26
↓ 1 callersFunctionobscureString
(str: string, n: number = 3)
frontend/src/components/utils.ts:216
↓ 1 callersFunctiononFinal
()
frontend/src/components/views/builder/utils/modelconfig.tsx:193
↓ 1 callersFunctiononSuccess
(data: any)
frontend/src/components/views/playground/ra.tsx:41
↓ 1 callersFunctionparseMessage
(message: any)
frontend/src/components/views/playground/chatbox.tsx:96
↓ 1 callersFunctionparseMessages
(messages: any)
frontend/src/components/views/playground/chatbox.tsx:112
↓ 1 callersFunctionprocessString
(inputString: string)
frontend/src/components/atoms.tsx:440
↓ 1 callersFunctionprocess_socket_message
(data: dict, websocket: WebSocket, client_id: str)
ag2studio/web/app.py:437
↓ 1 callersMethodreceive
( self, message: Union[Dict, str], sender: autogen.Agent, request_reply: Optio
ag2studio/workflowmanager.py:286
↓ 1 callersFunctionrenderFileContent
(file: IMetadataFile, i: number)
frontend/src/components/views/playground/metadata.tsx:25
↓ 1 callersFunctionrun_migrations_offline
Run migrations in 'offline' mode. This configures the context with just a URL and not an Engine, though an Engine is acceptable here as w
ag2studio/database/migrations/env.py:38
↓ 1 callersFunctionrun_migrations_online
Run migrations in 'online' mode. In this scenario we need to create an Engine and associate a connection with the context.
ag2studio/database/migrations/env.py:62
↓ 1 callersFunctionrun_session_workflow
Runs a workflow on provided message
ag2studio/web/app.py:388
↓ 1 callersFunctionsampleAgentConfig
(agent_type: string = "assistant")
frontend/src/components/utils.ts:296
↓ 1 callersFunctionsampleModelConfig
(modelType: string = "open_ai")
frontend/src/components/utils.ts:256
↓ 1 callersMethodsanitize_agent
ag2studio/workflowmanager.py:176
↓ 1 callersFunctionsummarize_chat_history
Summarize the chat history using the model endpoint and returning the response.
ag2studio/utils/utils.py:462
↓ 1 callersFunctiontestModel
(model: IModelConfig)
frontend/src/components/views/builder/utils/modelconfig.tsx:140
↓ 1 callersFunctiontest_model
Test the model endpoint by sending a simple message to the model and returning the response.
ag2studio/utils/utils.py:421
↓ 1 callersFunctionunLinkAgentAgent
(agentId: number, targetAgentId: number)
frontend/src/components/views/builder/utils/selectors.tsx:515
↓ 1 callersFunctionunLinkAgentModel
(agentId: number, modelId: number)
frontend/src/components/views/builder/utils/selectors.tsx:780
↓ 1 callersFunctionunLinkAgentSkill
(agentId: number, skillId: number)
frontend/src/components/views/builder/utils/selectors.tsx:129
↓ 1 callersFunctionunlinkWorkflowAgent
( workflowId: number, targetAgentId: number, agentType: string )
frontend/src/components/views/builder/utils/selectors.tsx:1079
↓ 1 callersFunctionuploadAgent
()
frontend/src/components/views/builder/agents.tsx:252
↓ 1 callersFunctionuploadModel
()
frontend/src/components/views/builder/models.tsx:285
↓ 1 callersFunctionuploadSkill
()
frontend/src/components/views/builder/skills.tsx:314
↓ 1 callersFunctionuploadWorkflow
()
frontend/src/components/views/builder/workflow.tsx:262
↓ 1 callersFunctionworkflow_from_id
(workflow_id: int, dbmanager: Any)
ag2studio/database/utils.py:34
FunctionAddAgentDropDown
()
frontend/src/components/views/builder/utils/selectors.tsx:594
FunctionAddModelsDropDown
()
frontend/src/components/views/builder/utils/selectors.tsx:856
FunctionAddSkillsDropDown
()
frontend/src/components/views/builder/utils/selectors.tsx:197
FunctionAgentConfigView
({ agent, setAgent, close, }: { agent: IAgent; setAgent: (agent: IAgent) => void; close: () => voi
frontend/src/components/views/builder/utils/agentconfig.tsx:31
FunctionAgentModal
({ agent, setAgent, showAgentModal, setShowAgentModal, handler, }: { agent: IAgent |
frontend/src/components/views/builder/agents.tsx:205
FunctionAgentRow
({ message }: { message: any })
frontend/src/components/atoms.tsx:822
FunctionAgentSelector
({ agentId }: { agentId: number })
frontend/src/components/views/builder/utils/selectors.tsx:419
FunctionAgentTypeSelector
({ agent, setAgent, }: { agent: IAgent | null; setAgent: (agent: IAgent) => void; })
frontend/src/components/views/builder/utils/selectors.tsx:295
FunctionAgentViewer
({ agent, setAgent, close, }: { agent: IAgent | null; setAgent: (newAgent: IAgent) => void; close:
frontend/src/components/views/builder/utils/agentconfig.tsx:434
FunctionAgentsView
({}: any)
frontend/src/components/views/builder/agents.tsx:23
FunctionAppProvider
({ children }: { children: React.ReactNode })
frontend/src/hooks/provider.tsx:39
FunctionBounceLoader
({ className, title = "", }: { className?: string; title?: string; })
frontend/src/components/atoms.tsx:392
FunctionBuildView
()
frontend/src/components/views/builder/build.tsx:14
FunctionCard
({ children, title, subtitle, hoverable = true, active, cursor = "cursor-pointer", className = "
frontend/src/components/atoms.tsx:163
FunctionCardHoverBar
({ items, }: { items: { title: string; icon: any; hoverText: string; onClick: (e: any) =>
frontend/src/components/atoms.tsx:786
FunctionChatBox
({ initMessages, session, editable = true, heightOffset = 160, }: { initMessages: IMessage[] | null;
frontend/src/components/views/playground/chatbox.tsx:39
FunctionClientLayout
({ children, }: { children: React.ReactNode })
frontend/src/app/client-layout.tsx:45
FunctionCodeBlock
({ code, language = "python", showLineNumbers = false, className = " ", wrapLines = false, maxHeig
frontend/src/components/atoms.tsx:486
FunctionCodeLoader
({ url, className, }: { url: string; className?: string; })
frontend/src/components/atoms.tsx:680
FunctionCodeView
({ children, language, showCode = true }: CodeViewProps)
frontend/src/components/atoms.tsx:54
FunctionCollapseBox
({ title, subtitle, children, className = " p-3", open = false, }: IProps)
frontend/src/components/atoms.tsx:198
FunctionColorTween
( startColor: string, endColor: string, percent: number )
frontend/src/components/utils.ts:179
FunctionControlRowView
({ title, description, value, control, className, truncateLength = 20, }: { title: string; des
frontend/src/components/atoms.tsx:550
FunctionCsvLoader
({ csvUrl, className, }: { csvUrl: string; className?: string; })
frontend/src/components/atoms.tsx:610
FunctionDarkModeToggle
()
frontend/src/components/header.tsx:36
FunctionExpandView
({ children, icon = null, className = "", title = "Detail View", }: any)
frontend/src/components/atoms.tsx:334
FunctionFooter
()
frontend/src/components/footer.tsx:6
FunctionGalleryContent
({ item }: { item: IGalleryItem })
frontend/src/components/views/gallery/gallery.tsx:88
FunctionGalleryContent
()
frontend/src/app/gallery/page.tsx:16
FunctionGalleryPage
()
frontend/src/app/gallery/page.tsx:8
FunctionGalleryView
({ location }: any)
frontend/src/components/views/gallery/gallery.tsx:17
FunctionGroupView
({ children, title, className = "text-primary bg-primary ", }: any)
frontend/src/components/atoms.tsx:317
FunctionHeader
({ meta = { title: "Studio", description: "AgentOS" }, link }: any)
frontend/src/components/header.tsx:22
FunctionHighLight
({ children }: IProps)
frontend/src/components/atoms.tsx:242
FunctionHome
()
frontend/src/app/page.tsx:10
FunctionIcon
({ icon = "app", size = 4, className = "" }: Props)
frontend/src/components/icons.tsx:11
FunctionIconButton
({ onClick, icon, className, active = false, }: IProps)
frontend/src/components/atoms.tsx:117
FunctionImageLoader
({ src, className = "", }: { src: string; className?: string; })
frontend/src/components/atoms.tsx:582
FunctionLaunchButton
({ children, onClick, className = "p-3 px-5 ", }: any)
frontend/src/components/atoms.tsx:135
FunctionLayout
({ meta, title, link, children, showHeader = true, restricted = false, }: Props)
frontend/src/components/layout.tsx:18
FunctionLoadBox
({ subtitle, className = "my-2 text-accent ", }: IProps)
frontend/src/components/atoms.tsx:246
FunctionLoadingBar
({ children }: IProps)
frontend/src/components/atoms.tsx:262
FunctionLoadingOverlay
({ children, loading }: IProps)
frontend/src/components/atoms.tsx:406
FunctionMarkdownView
({ data, className = "", showCode = true, }: { data: string; className?: string; showCode?: boolea
frontend/src/components/atoms.tsx:431
FunctionMessageBox
({ title, children, className }: IProps)
frontend/src/components/atoms.tsx:279
FunctionMetaDataView
({ metadata }: { metadata: any | null })
frontend/src/components/views/playground/metadata.tsx:23
FunctionModelConfigMainView
({ model, setModel, close, }: { model: IModelConfig; setModel: (newModel: IModelConfig) => void; c
frontend/src/components/views/builder/utils/modelconfig.tsx:121
FunctionModelConfigView
({ model, setModel, close, }: { model: IModelConfig; setModel: (newModel: IModelConfig) => void; c
frontend/src/components/views/builder/utils/modelconfig.tsx:370
FunctionModelModal
({ model, setModel, showModelModal, setShowModelModal, handler, }: { model: IModelCo
frontend/src/components/views/builder/models.tsx:233
FunctionModelSelector
({ agentId }: { agentId: number })
frontend/src/components/views/builder/utils/selectors.tsx:687
FunctionModelTypeSelector
({ model, setModel, }: { model: IModelConfig; setModel: (newModel: IModelConfig) => void; })
frontend/src/components/views/builder/utils/modelconfig.tsx:13
FunctionModelsView
({}: any)
frontend/src/components/views/builder/models.tsx:30
FunctionMonacoEditor
({ value, editorRef, language, onChange, minimap = true, }: { value: string; onChange?: (value:
frontend/src/components/atoms.tsx:740
FunctionNewSessionModal
({ session }: { session: IChatSession | null })
frontend/src/components/views/playground/sessions.tsx:320
FunctionNotFound
()
frontend/src/app/not-found.tsx:29
FunctionPdfViewer
({ url }: { url: string })
frontend/src/components/atoms.tsx:712
FunctionProviders
({ children }: { children: React.ReactNode })
frontend/src/app/providers.tsx:5
FunctionRAView
()
frontend/src/components/views/playground/ra.tsx:11
FunctionRootLayout
({ children, }: { children: React.ReactNode })
frontend/src/app/layout.tsx:12
FunctionSecondaryButton
({ children, onClick, className }: any)
frontend/src/components/atoms.tsx:151
FunctionSectionHeader
({ children, title, subtitle, count, icon, }: IProps)
frontend/src/components/atoms.tsx:94
FunctionSessionsView
({}: any)
frontend/src/components/views/playground/sessions.tsx:19
FunctionSideBarView
()
frontend/src/components/views/playground/sidebar.tsx:5
FunctionSkillModal
({ skill, setSkill, showSkillModal, setShowSkillModal, handler, }: { skill: ISkill |
frontend/src/components/views/builder/skills.tsx:233
FunctionSkillSelector
({ agentId }: { agentId: number })
frontend/src/components/views/builder/utils/selectors.tsx:34
FunctionSkillsView
({}: any)
frontend/src/components/views/builder/skills.tsx:29
← previousnext →101–200 of 312, ranked by callers