microsoft / microsoft/aspire

Agent-mode research: Agent struggles with persistent containers

Open
#13,357 0 comments 0 reactions 0 assignees View on GitHub
area-cli area-mcp
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

When updating the weather app to have an iteractive map, a list of cities and live weather it often struggles to deal with schema creation in the database. The reason is that it creates the server first and launches the app host, but in the process it makes it persistent, then when it adds the database with a creation script the script doesn't run because the database is persistent.

It then spins its wheels trying to get out of this situation by removing volumes etc.

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.