跳转到主要内容

你好 waving, 我是 wuyuxiangX hi

GitHub viewsLast updatedGitHub followersTotal stars

关于我

  • 全栈工程师,喜欢从头到尾交付 AI 驱动的产品。
  • 目前痴迷于 agents —— 把模型连接到工具、数据和真实工作流。
  • 把 AI 当作队友:一起头脑风暴、写代码、debug、迭代。
  • 天生好奇,总是在学习和尝试新的技术栈和想法。
  • 喜欢把混乱重复的任务变成小巧好用的工具。

联系方式

微信: wyx_hhhh (点击复制)

技术栈

编程语言
PythonGoJavaDartJavaScriptTypeScript
Web、客户端与扩展
FastAPINode.jsReactNext.jsVue.jsFlutterVite
数据与机器学习
PyTorchJupyterSelenium
Agent 框架
LangChainLangGraph
AI 模型与产品
ChatGPTClaudeGemini
数据库与基础设施
MySQLMongoDBDocker
工具
GitGitHubVS CodeRaycast

我可能在折腾的东西

import randomplans = {    "Python": "spin up a small backend service that talks to everything",    "Go": "build a tiny CLI that does one thing extremely well",    "Dart": "prototype a mobile UI I may or may not ever finish",    "TypeScript": "refactor a React component until it finally feels clean",    "JavaScript": "write a quick browser hack and then forget why it works",}language, idea = random.choice(list(plans.items()))print(f"Today I'm probably using {language} to {idea}.")