Skip to content

Feat/frontend agent pipeline#53

Merged
legendary-acp merged 60 commits intomainfrom
feat/frontend-agent-pipeline
Apr 9, 2025
Merged

Feat/frontend agent pipeline#53
legendary-acp merged 60 commits intomainfrom
feat/frontend-agent-pipeline

Conversation

@Eyepatch5263
Copy link
Copy Markdown
Contributor

Added the Readme file for frontend folder, added axios interceptors for processing requests and some minor changes.

@legendary-acp legendary-acp self-requested a review March 31, 2025 17:20
Copy link
Copy Markdown
Contributor

@legendary-acp legendary-acp left a comment

Choose a reason for hiding this comment

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

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @jsonforms/material-renderers@3.5.1
npm ERR! Found: @mui/icons-material@7.0.1
npm ERR! node_modules/@mui/icons-material
npm ERR!   @mui/icons-material@"^7.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @mui/icons-material@"^5.11.16 || ^6.0.0" from @jsonforms/material-renderers@3.5.1
npm ERR! node_modules/@jsonforms/material-renderers
npm ERR!   @jsonforms/material-renderers@"^3.5.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @mui/icons-material@6.4.9
npm ERR! node_modules/@mui/icons-material
npm ERR!   peer @mui/icons-material@"^5.11.16 || ^6.0.0" from @jsonforms/material-renderers@3.5.1
npm ERR!   node_modules/@jsonforms/material-renderers
npm ERR!     @jsonforms/material-renderers@"^3.5.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /Users/pradyuman/.npm/_logs/2025-03-31T17_19_34_797Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /Users/pradyuman/.npm/_logs/2025-03-31T17_19_34_797Z-debug-0.log

there is still some package conflicts on fresh setup. Fix these

Comment thread frontend/src/services/agentServices.ts Outdated
import axios, { AxiosError } from 'axios';
import { AxiosError } from 'axios';

const apiUrl = "http://localhost:8096"
Copy link
Copy Markdown
Contributor

@legendary-acp legendary-acp Mar 31, 2025

Choose a reason for hiding this comment

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

Read apiUrl from env file. Not hardcoded

@legendary-acp legendary-acp added the Frontend Changes made to frontend code label Mar 31, 2025
@legendary-acp
Copy link
Copy Markdown
Contributor

Screenshot 2025-04-01 at 10 52 47 AM Backend is being called for agent and pipeline page twice for a single request

@legendary-acp
Copy link
Copy Markdown
Contributor

Screenshot 2025-04-01 at 10 57 01 AM Both add source and destination are hardcoded. Need to be fetched dynamically from backend

Copy link
Copy Markdown
Contributor

@legendary-acp legendary-acp left a comment

Choose a reason for hiding this comment

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

I have added some comments, Please fix them

legendary-acp and others added 26 commits April 2, 2025 18:32
…n and processor forms and options in pipeline canvas view
…base queries; add utility functions for string manipulation
…eating onboarding flow, integrated jsonforms
@legendary-acp legendary-acp self-requested a review April 9, 2025 09:55
@legendary-acp legendary-acp merged commit 4a96ce3 into main Apr 9, 2025
@legendary-acp legendary-acp deleted the feat/frontend-agent-pipeline branch April 9, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Frontend Changes made to frontend code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants