Code Monkey home page Code Monkey logo

agentuniverse's People

Contributors

aniviatn avatar antfin-oss avatar edwininau avatar goodgood-good avatar keithkiden avatar landjerry avatar weizjajj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

agentuniverse's Issues

Connection to LLM Baidu

Hi,

In the provided example, the llm.yaml file was built upon OpenAI's model. I am wondering about the documentation needed for linking Baidu's model. More specifically, I am quoting the model name and module part of the framework that need to be changed, as highlighted by the two arrows.

name: 'demo_llm'
description: 'demo openai'
-> model_name: 'gpt-4o' <-
max_tokens: 8000
max_retries: 2
metadata:
type: 'LLM'
-> module: 'agentuniverse.llm.default.default_openai_llm' <-
class: 'DefaultOpenAILLM'

Thank you!

call service error:Worker (pid:30345) was sent SIGKILL! Perhaps out of memory?

after run python server_application.py, the server cannot work properly.

image

use curl to call demo service,but always return error:
curl http://127.0.0.1:8000/service_run -X POST --header "Content-Type: application/json;charset=UTF-8" -d '{"service_id":"demo_service", "params":{"input":"Your input text here"}}'

curl: (52) Empty reply from server

Also another problem:
the project cannot be closed properly after started, hang at shutting down
[2024-05-30 17:12:26 +0800] [30341] [INFO] Shutting down: Master

Please help to check what's the problem.
Thanks.

ModuleNotFoundError: No module named 'agentuniverse'

hi, When I followed the document:https://github.com/alipay/agentUniverse/blob/master/docs/guidebook/en/1_3_Quick_Start.md
step by step , I encountered an error:
ModuleNotFoundError: No module named 'agentuniverse'

python3 server_application.py
Traceback (most recent call last):
File "/opt/agentUniverse/sample_standard_app/app/bootstrap/server_application.py", line 8, in
from agentuniverse.agent_serve.web.web_booster import start_web_server
ModuleNotFoundError: No module named 'agentuniverse'

Maybe I miss any key settings or something?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.