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

Support to serialize message objects in AgentScope and remove unused arguments. #388

Merged
merged 10 commits into from
Aug 27, 2024

Commits on Aug 6, 2024

  1. 1. Remove unused parameter memory_config from the memory module; 2.…

    … Add a new serialize and deserialize function in AgentScope
    DavdGao committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed9d59b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. [DONE] Remove MessageBase class; Message doesn't inherit from dict an…

    …ymore; Unify msg serialization in both local and distribute scenarios and pass all unittests locally; Add new test for message; Fix errors in distribution.
    DavdGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f362d5f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'modelscope/main' into dev/deserialize_msg

    # Conflicts:
    #	src/agentscope/logging.py
    #	src/agentscope/server/servicer.py
    DavdGao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3000472 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix bugs in examples.

    DavdGao committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f9ceaac View commit details
    Browse the repository at this point in the history
  2. To warning

    DavdGao committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    18c597f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix msg for pr388

    qbc2016 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    967c7b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge remote-tracking branch 'modelscope/main' into dev/deserialize_msg

    # Conflicts:
    #	src/agentscope/logging.py
    DavdGao committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    963ec48 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    05a8c27 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    dc4ccea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from qbc2016/dev_msg

    Dev msg
    DavdGao authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    19ec5f7 View commit details
    Browse the repository at this point in the history