findyou — Autonomous Recruiting Agent
一个永不停机的 AI 招聘顾问,持续在互联网里找人、认识人、记住人、联系他们。
安装
pip install -e .
配置
复制示例配置并填写:
cp findyou.example.yaml findyou.yaml
编辑 findyou.yaml,填写 LLM API Key、邮箱账号等。也可用环境变量:
export FINDYOU_LLM_API_KEY=your_key
使用
# 启动 Agent(永久运行)
findyou start
# 查看状态
findyou status
# 紧急停止
findyou emergency-stop
# 恢复
findyou resume
# 岗位管理
findyou position add --id pos1 --title "LLM Researcher" --company "ACME"
findyou position list
findyou position pause pos1
findyou position resume pos1
findyou position close pos1
# 候选人管理
findyou candidate list
findyou candidate show <id>
findyou candidate pause <id>
findyou candidate stop <id>
# 触达管理
findyou outreach list
findyou outreach pause <id>
# 人工审核
findyou review list
findyou review approve <id>
findyou review reject <id>
测试
pip install -e ".[dev]"
pytest
文档
架构
CLI (typer) → Agent Runtime → 业务模块 → SQLite
↓
Discovery / Intelligence / Memory
Outreach / Conversation / FAQ
核心原则:LLM 负责理解,程序负责执行边界。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
findyou-0.1.0.tar.gz
(41.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
findyou-0.1.0-py3-none-any.whl
(48.9 kB
view details)
File details
Details for the file findyou-0.1.0.tar.gz.
File metadata
- Download URL: findyou-0.1.0.tar.gz
- Upload date:
- Size: 41.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
359f4ed5732d1165483a3bb1661f7d1e5c152808d22b79bc13a81af700155b80
|
|
| MD5 |
9aa0572782cf7625f13b6f06d925eee7
|
|
| BLAKE2b-256 |
fdf7b5a893f692fa6b91a1d9dc55dd359ff311d0e4475ca7d81da980d3910062
|
File details
Details for the file findyou-0.1.0-py3-none-any.whl.
File metadata
- Download URL: findyou-0.1.0-py3-none-any.whl
- Upload date:
- Size: 48.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c19b9bbf1728906c3d886fa69bb7d20074f80e68396a67cd5b8b67628085a70
|
|
| MD5 |
d8f1d12e0c0b3e48e4a77e2fe15f01e3
|
|
| BLAKE2b-256 |
aea6d069e0e481950c0510c4dd30b5b0dd66772386b4cd3a6a7b1b04f4534ef5
|