Skip to content

POWE-119 / POWE-120: Topic Memory prompt and Dashboard support - #1536

Open
frf12 wants to merge 1 commit into
masterfrom
agent/agent/24b90edf9231
Open

POWE-119 / POWE-120: Topic Memory prompt and Dashboard support#1536
frf12 wants to merge 1 commit into
masterfrom
agent/agent/24b90edf9231

Conversation

@frf12

@frf12 frf12 commented Sep 9, 2026

Copy link
Copy Markdown
Member

Summary

Adds Scope-level Prompt management for Topic Memory generation stages and the read-only Topic Memory/Profile Dashboard views.

Validation

  • Topic Memory processing tests: 40 passed
  • Dashboard self-test: Topic Memory/Profile pages and exact revision view returned HTTP 200
  • Generated API check, compileall, ruff, and diff check: passed

Issues: POWE-119, POWE-120

@frf12
frf12 force-pushed the agent/agent/24b90edf9231 branch from 05e4327 to 92e0385 Compare September 9, 2026 19:22
@frf12 frf12 changed the title POWE-119: add Topic Memory prompt management POWE-119 / POWE-120: Topic Memory prompt and Dashboard support Sep 9, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

license-eye has checked 1434 files.

Valid Invalid Ignored Fixed
1014 1 419 0
Click to see the invalid file list
  • src/powercontext/server/dashboard/templates/topics.html
Use this command to fix any missing license headers
```bash

docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix

</details>

@@ -0,0 +1,27 @@
{% from 'components/page-heading.html' import page_heading %}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
{% from 'components/page-heading.html' import page_heading %}
<!--
~ Copyright (c) 2026 OceanBase.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
{% from 'components/page-heading.html' import page_heading %}

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

license-eye has checked 1435 files.

Valid Invalid Ignored Fixed
1014 2 419 0
Click to see the invalid file list
  • src/powercontext/server/dashboard/templates/profile.html
  • src/powercontext/server/dashboard/templates/topics.html
Use this command to fix any missing license headers
```bash

docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix

</details>

@@ -0,0 +1,14 @@
{% from 'components/page-heading.html' import page_heading %}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
{% from 'components/page-heading.html' import page_heading %}
<!--
~ Copyright (c) 2026 OceanBase.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
{% from 'components/page-heading.html' import page_heading %}

@frf12
frf12 force-pushed the agent/agent/24b90edf9231 branch 3 times, most recently from 7a60dc0 to 92e0385 Compare September 9, 2026 20:25
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.

1 participant