Skip to content

Conversation

8471919
Copy link
Contributor

@8471919 8471919 commented Jul 14, 2025

Description

  • Implemente Realize Decorator Agent
  • define AutoBeRealizeDecoratorEvent

Realize Decorator Agent

  • This Agent is currently used for authoization.
  • This Agent create the Decorator and each provider function according to the decorator.

Notification

  • Not yet implemented the compile feedback in realize decorator agent.
  • Consider the template functions and env variables.

@8471919 8471919 self-assigned this Jul 14, 2025
Comment on lines 28 to 39
ops.forEach((op, i) => {
if (!op.authorization?.role) {
op.authorization = {
role: [],
type: "Bearer",
};
}

if (i === 1) op.authorization.role.push("user");
if (i === 2) op.authorization.role.push("admin");
if (i === 3) op.authorization.role.push("moderator");
});
Copy link
Contributor

Choose a reason for hiding this comment

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

뭐하는 코드인가요 이 부분은?

Copy link
Member

Choose a reason for hiding this comment

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

누가 role을 고정해놓고 쓰라했는고

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ㅋㅋㅋ 없앴습니다아..

@8471919 8471919 merged commit 6f6858b into main Jul 18, 2025
2 of 3 checks passed
@8471919 8471919 deleted the feat/realize_decorator branch July 18, 2025 05:08
@8471919 8471919 restored the feat/realize_decorator branch July 18, 2025 05:10
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.

3 participants