Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: KnowNo implementation #1629

Merged
merged 3 commits into from
Feb 22, 2025
Merged

feat: KnowNo implementation #1629

merged 3 commits into from
Feb 22, 2025

Conversation

MuggleJinx
Copy link
Collaborator

Description

Close #1542.

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • I have read the CONTRIBUTION guide (required)
  • I have linked this PR to an issue using the Development section on the right sidebar or by adding Fixes #issue-number in the PR description (required)
  • I have checked if any dependencies need to be added or updated in pyproject.toml and poetry.lock
  • I have updated the tests accordingly (required for a bug fix or a new feature)
  • I have updated the documentation if needed:
  • I have added examples if this is a new feature

If you are unsure about any of these, don't hesitate to ask. We are here to help!

@MuggleJinx MuggleJinx requested review from lightaime and Wendong-Fan and removed request for lightaime February 19, 2025 15:01
@Wendong-Fan Wendong-Fan modified the milestones: Sprint 23, Sprint 22 Feb 20, 2025
Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

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

thanks @MuggleJinx ! Left some comment for minor suggestion and updated in commit: 4650779

Comment on lines 525 to 530
def update_reasoning(
self,
input_message: BaseMessage,
reason_params: Optional[Dict[str, Any]] = None,
) -> BaseMessage:
r"""Update the reasoning of the agent."""
Copy link
Member

Choose a reason for hiding this comment

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

make this function internal and add docstring

Copy link
Member

Choose a reason for hiding this comment

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

file naming is not standard

Comment on lines 25 to 28
model_platform=ModelPlatformType.OPENAI,
model_type=ModelType.GPT_4O,
model_config_dict=ChatGPTConfig().as_dict(),
)
Copy link
Member

Choose a reason for hiding this comment

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

use ModelPlatformType.DEFAULT and ModelType.DEFAULT for examples

openai_agent = ChatAgent(
system_message=sys_msg,
model=openai_model,
message_window_size=10,
Copy link
Member

Choose a reason for hiding this comment

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

remove this

@Wendong-Fan Wendong-Fan merged commit a88723d into master Feb 22, 2025
5 of 6 checks passed
@Wendong-Fan Wendong-Fan deleted the knowno branch February 22, 2025 11:06
JoyceXu02 pushed a commit that referenced this pull request Feb 24, 2025
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong <w3ndong.fan@gmail.com>
ZackZikaiXiao pushed a commit to ZackZikaiXiao/camel that referenced this pull request Mar 23, 2025
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong <w3ndong.fan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[Feature Request] Implement KnowNO for HITL with structure output
2 participants