Tencent / Tencent/digitalhuman

ScriptAgent代码问题

Open
#29 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
361
Forks
52
PR merge metrics
No merged PRs in 30d

Description

ScriptAgent代码里面有个Api类,
执行后会去请求这个HOST:
HOST = "trpc-gpt-eval.production.polaris"
self.host = "http://{}:8080".format(HOST)

这个服务的启动代码好像没找到

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the ScriptAgent Api class and tracing the code that builds requests to trpc-gpt-eval.production.polaris:8080. Search the repository for this host and any service startup or deployment entry points. Done means the service startup path is identified or the missing service setup is clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.