feat: add Sealos support agent use case (Track G)#255
feat: add Sealos support agent use case (Track G)#255ankaisen merged 3 commits intoNevaMind-AI:mainfrom
Conversation
|
Hi @david-mamani, I'm from the Sealos team. This is a brilliant implementation of Track G! I especially love the MockLLM approach for reproducibility and the focus on CLI for transparency. Would love to feature this as an official use case. Do you have a Twitter or Discord where we can chat further? |
Hey @Fmaverick, thanks! Glad you liked the approach. I'm totally down to chat about featuring this as a use case. |
4d6c89f to
696a659
Compare
ankaisen
left a comment
There was a problem hiding this comment.
@david-mamani Thank you! LGTM 👍
Fixes #228
Description
This PR adds a practical use case for MemU running on Sealos Devbox (Track G).
It implements a "Context-Aware Support Agent" that remembers user issues across sessions using MemU's storage capabilities without external cloud dependencies.
Changes
examples/sealos_support_agent.py: The mock-enabled agent script.docs/sealos_use_case.md: Documentation with setup guide and demo logs.Track
Validation
Tested on Sealos Devbox (Python 3.13). See
docs/sealos_use_case.mdfor the execution log.Example in terminal
resolves #228