提交参赛作品:西天取经智能招聘网络(XiyouRecruitment)#hackathon-submission#2
Open
biao994 wants to merge 1 commit intoopenagents-org:mainfrom
Open
提交参赛作品:西天取经智能招聘网络(XiyouRecruitment)#hackathon-submission#2biao994 wants to merge 1 commit intoopenagents-org:mainfrom
biao994 wants to merge 1 commit intoopenagents-org:mainfrom
Conversation
c4c26c5 to
eb41929
Compare
880be80 to
220399d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenAgents PR Hackathon 参赛提交
hackathons/networks/xiyou-recruitment-network/作品简介
基于 OpenAgents 的多智能体协作招聘评估网络:简历解析 → 路由分流 → 三条评估通道(核心团队/配角安排/人才发展),结果输出到 Feed 与 Artifact。
快速启动
pip install -U openagents
cd hackathons/networks/xiyou-recruitment-network
openagents network start ./network.yaml
另开 5 个终端分别启动
openagents agent start ./agents/resume_parser.yaml
openagents agent start ./agents/router.yaml
openagents agent start ./agents/core_team.yaml
openagents agent start ./agents/supporting_role.yaml
openagents agent start ./agents/talent_dev.yamlStudio: http://localhost:8700 ,进入
recruitment频道体验。