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

[Bug] [Agent] self.actions.append(action(language=self.language)) TypeError: SummaryAction.__init__() got an unexpected keyword argument 'language' #2040

Open
4 of 15 tasks
long135 opened this issue Sep 24, 2024 · 2 comments
Labels
bug Something isn't working Waiting for reply

Comments

@long135
Copy link

long135 commented Sep 24, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Operating system information

Windows

Python version information

3.10

DB-GPT version

latest release

Related scenes

  • Chat Data
  • Chat Excel
  • Chat DB
  • Chat Knowledge
  • Model Management
  • Dashboard
  • Plugins

Installation Information

Device information

gpu

Models information

yi:9b

What happened

when I custom agent like doc: https://www.yuque.com/eosphoros/dbgpt-docs/de03l1n9kkg661wi#, I use "dbgpt new app -t agent --definition_type python -n test_agent2" create agent in my local reposity, then I use "dbgpt app install -r local/dbgpts test_agent2" to install this agent. then i got this problem

What you expected to happen

install the agent to project

How to reproduce

1.dbgpt new app -t agent --definition_type python -n test_agent2
2.dbgpt app install -r local/dbgpts test_agent2

Additional context

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@long135 long135 added bug Something isn't working Waiting for reply labels Sep 24, 2024
@long135
Copy link
Author

long135 commented Sep 24, 2024

this is my agent in local reposity
Snipaste_2024-09-24_11-18-39

@long135
Copy link
Author

long135 commented Sep 24, 2024

图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant