Skip to content
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9e59779
refactor: replace icon imports with specific icon components in Evalu…
bekossy Dec 30, 2025
23b05c0
refactor: improve layout and styling in evaluation result components
bekossy Dec 31, 2025
b0e9904
refactor: enhance layout and add typography to AggregatedOverviewSect…
bekossy Dec 31, 2025
e301624
refactor: enhance EvaluatorMetricsChart with delta computation and im…
bekossy Dec 31, 2025
d73c4e5
refactor: add toneOverride and showIconOverride props to reference la…
bekossy Dec 31, 2025
3ebb2e5
refactor: enhance PreviewEvalRunMeta with comparison functionality an…
bekossy Dec 31, 2025
aed9351
refactor: streamline CompareRunsMenu and PreviewEvalRunHeader compone…
bekossy Jan 2, 2026
fbf2cba
refactor: implement EvaluationRunTag component and integrate it into …
bekossy Jan 2, 2026
710daa4
refactor: update EvalRunDetailsTable and evaluations.css for improved…
bekossy Jan 2, 2026
89f2c0a
refactor: simplify FocusDrawerSidePanel by removing unused metric nod…
bekossy Jan 2, 2026
0a7fa80
refactor: enhance CustomTreeComponent integration and improve styling…
bekossy Jan 2, 2026
08ee759
refactor: enhance GeneralSection and InvocationSection components, im…
bekossy Jan 3, 2026
7bac587
refactor: enhance FocusDrawer component structure and styling, improv…
bekossy Jan 3, 2026
31be0ce
Merge branch 'AGE-3539-/-frontend-unify-evaluation-result-scenarios-p…
bekossy Jan 3, 2026
0718d75
fix(frontend): keep scenario row tint on hover
bekossy Jan 5, 2026
67eb181
fix
bekossy Jan 5, 2026
2e858c2
Merge pull request #3349 from Agenta-AI/AGE-3539-/-frontend-unify-eva…
bekossy Jan 5, 2026
5ac29f8
Merge pull request #3348 from Agenta-AI/AGE-3539-/-frontend-unify-eva…
bekossy Jan 5, 2026
5ae542b
fix
bekossy Jan 5, 2026
8f99c1b
Merge branch 'main' into AGE-3539-/-frontend-unify-evaluation-result-…
bekossy Jan 5, 2026
dcdaae8
Merge branch 'frontend-feat/new-testsets-integration' into AGE-3539-/…
bekossy Jan 5, 2026
2a22514
Merge branch 'frontend-feat/new-testsets-integration' into AGE-3539-/…
bekossy Jan 5, 2026
fe8c7b9
fix
bekossy Jan 5, 2026
3cae37b
fix
bekossy Jan 5, 2026
18a430e
Merge branch 'release/v0.73.0' into AGE-3539-/-frontend-unify-evaluat…
bekossy Jan 5, 2026
aaaca36
Merge branch 'main' into AGE-3539-/-frontend-unify-evaluation-result-…
bekossy Jan 6, 2026
0b8183f
Enhance accessibility and keyboard navigation for tree and configurat…
bekossy Jan 6, 2026
5350265
Refactor layout and styles for EvaluatorMetricsChart, AggregatedOverv…
bekossy Jan 6, 2026
a57b9e3
Enhance evaluation result overview: refactor table export logic, impr…
bekossy Jan 7, 2026
44b7efc
updated compare runs menu
bekossy Jan 7, 2026
d46b80c
Refactor EvalRunDetails components: improve overflow handling in Tabl…
bekossy Jan 7, 2026
7f99d05
fix
bekossy Jan 7, 2026
4c291e4
Refactor EvalRunDetails components: streamline layout, enhance access…
bekossy Jan 8, 2026
9d14463
fix
bekossy Jan 8, 2026
f5606dd
Merge branch 'main' into AGE-3539-/-frontend-unify-evaluation-result-…
bekossy Jan 8, 2026
3e9aefb
fix
bekossy Jan 8, 2026
3399f74
fix
bekossy Jan 8, 2026
8cd277a
fix
bekossy Jan 8, 2026
2b5f929
fix
bekossy Jan 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 76 additions & 33 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 11 additions & 23 deletions hosting/docker-compose/ee/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,15 @@ services:
- ../../../web/ee/public:/app/ee/public
- ../../../web/oss/src:/app/oss/src
- ../../../web/oss/public:/app/oss/public

env_file:
- ${ENV_FILE:-./.env.ee.dev}

ports:
- "3000:3000"

restart: always

networks:
- agenta-network

labels:
- "traefik.http.routers.agenta-web.rule=PathPrefix(`/`)"
- "traefik.http.routers.agenta-web.entrypoints=web"
Expand Down Expand Up @@ -287,22 +284,22 @@ services:

postgres:
image: postgres:16

env_file:
- ${ENV_FILE:-./.env.ee.dev}

ports:
- "5432:5432"

restart: always

networks:
- agenta-network

volumes:
- postgres-data:/var/lib/postgresql/data/
- ../../../api/ee/databases/postgres/init-db-ee.sql:/docker-entrypoint-initdb.d/init-db.sql

healthcheck:
test: ["CMD-SHELL", "pg_isready -U username -d agenta_ee_core"]
interval: 10s
Expand All @@ -320,9 +317,6 @@ services:
--maxmemory-policy volatile-lru
--port 6379

ports:
- "6379:6379"

networks:
- agenta-network

Expand Down Expand Up @@ -350,9 +344,6 @@ services:
--maxmemory-policy noeviction
--port 6381

ports:
- "6381:6381"

networks:
- agenta-network

Expand Down Expand Up @@ -407,20 +398,17 @@ services:
alembic:
condition: service_completed_successfully

ports:
- "3567:3567"

env_file:
- ${ENV_FILE:-./.env.ee.dev}

environment:
POSTGRESQL_CONNECTION_URI: ${POSTGRES_URI_SUPERTOKENS}

restart: always

networks:
- agenta-network

healthcheck:
test: >
bash -c 'exec 3<>/dev/tcp/127.0.0.1/3567 && echo -e "GET /hello HTTP/1.1\r\nhost: 127.0.0.1:3567\r\nConnection: close\r\n\r\n" >&3 && cat <&3 | grep "Hello"'
Expand Down
23 changes: 8 additions & 15 deletions hosting/docker-compose/oss/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,24 @@ services:
build:
context: ../../../web
dockerfile: oss/docker/Dockerfile.dev

volumes:
- ../../../web/oss/src:/app/oss/src
- ../../../web/oss/public:/app/oss/public

env_file:
- ${ENV_FILE:-./.env.oss.dev}

ports:
- "3000:3000"

networks:
- agenta-network

labels:
- "traefik.http.routers.agenta-web.rule=PathPrefix(`/`)"
- "traefik.http.routers.agenta-web.entrypoints=web"
- "traefik.http.services.agenta-web.loadbalancer.server.port=3000"

command: sh -c "pnpm dev-oss"

restart: always

api:
Expand Down Expand Up @@ -299,9 +298,6 @@ services:
--maxmemory-policy volatile-lru
--port 6379

ports:
- "6379:6379"

networks:
- agenta-network

Expand Down Expand Up @@ -329,9 +325,6 @@ services:
--maxmemory-policy noeviction
--port 6381

ports:
- "6381:6381"

networks:
- agenta-network

Expand Down Expand Up @@ -366,9 +359,7 @@ services:
depends_on:
postgres:
condition: service_healthy
ports:
- 3567:3567


env_file:
- ${ENV_FILE:-./.env.oss.dev}

Expand All @@ -377,12 +368,14 @@ services:

networks:
- agenta-network

healthcheck:
test: >
bash -c 'exec 3<>/dev/tcp/127.0.0.1/3567 && echo -e "GET /hello HTTP/1.1\r\nhost: 127.0.0.1:3567\r\nConnection: close\r\n\r\n" >&3 && cat <&3 | grep "Hello"'
interval: 10s
timeout: 5s
retries: 5

restart: always

networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ export const useStyles = createUseStyles((theme: JSSTheme) => ({
position: "absolute",
left: 6,
top: 0,
bottom: -6,
bottom: -12,
width: 1,
backgroundColor: theme.colorBorder,
},
"&.last::before": {
height: "50%",
bottom: "auto",
},
},
nodeLabel: {
position: "relative",
cursor: "default",
display: "flex",
alignItems: "center",
marginTop: 4,
marginBottom: 4,
marginTop: 12,
marginBottom: 12,
"&::before": {
content: "''",
position: "absolute",
Expand Down
Loading
Loading