Skip to content

Conversation

@WannaTen
Copy link
Contributor

Features

  • extract the core logic of metagpt into core subfolder, making whole project more clear.

Signed-off-by: Lin Yi <teroincn@gmail.com>
@@ -0,0 +1,13 @@
from pydantic import BaseModel

Copy link
Member

Choose a reason for hiding this comment

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

seems missing tool_*.py

from typing import Optional, Union

from metagpt.core.base.base_serialization import BaseSerialization

Copy link
Member

Choose a reason for hiding this comment

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

seems missing RoleZero

@@ -0,0 +1,29 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copy link
Member

Choose a reason for hiding this comment

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

seems missing action_*.py

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