Skip to content

support AI Agent execution in on-prem and hybrid environments and - #476

Merged
frikky merged 30 commits into
Shuffle:mainfrom
satti-hari-krishna-reddy:onprem-hybrid
Sep 14, 2026
Merged

frikky merged 30 commits into
Shuffle:mainfrom
satti-hari-krishna-reddy:onprem-hybrid

Conversation

@satti-hari-krishna-reddy

Copy link
Copy Markdown
Collaborator

No description provided.

This reverts commit 32b584a.

@frikky frikky left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few things:

  • Timeout edgecases will be a nightmare if we enforce it
  • The "Hybrid" also sounds like issues, as I don't see why it's necessary. I can't understand when or how the Agent itself is hybrid

Check comments (:

Comment thread cloudSync.go Outdated
//ExecutionDelay: selectedDelay,
timeout := time.Duration(30) * time.Second
toolTimeout := 120
if v := os.Getenv("AGENT_TOOL_TIMEOUT"); len(v) > 0 {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will 100% cause issues.

Comment thread cloudSync.go Outdated
baseUrl := "https://shuffler.io"
baseUrl := "http://localhost:5001"
if project.Environment == "cloud" {
baseUrl = "https://shuffler.io"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhm, do we pass in CLOUDRUN URL as well? shuffler.io is only used for the main region, and the actual correct one is uk.shuffler.io

And for localhost:5001. That's the default port only, passed by PORT env.

Comment thread shared.go Outdated

log.Printf("[HEYOOO-PARSED] ParsedExecutionResult: Label='%s', AppName='%s', ActionName='%s', isAgentHybrid=%t, ResultPreview=%.150s", actionResult.Action.Label, actionResult.Action.AppName, actionResult.Action.Name, isAgentHybrid, actionResult.Result)

if isAgentHybrid && actionResult.Status != "SKIPPED" {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand "isAgentHybrid"..?

What is the point of this? The agent itself wouldn't be hybrid? That just runs wherever the backend is. The actions it takes however, can be hybrid

Comment thread shared.go
foundApp = &foundApps[0]
}
if foundApp.ID == "" {
algoliaApp, err := HandleAlgoliaAppSearch(ctx, cleanName)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we validate whether Algolia checks if it's cloud?

Backend onprem doesn't have Algolia access

Comment thread shared.go Dismissed
@frikky
frikky merged commit 00e4ece into Shuffle:main Sep 14, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants