Commit f3a0e8d
feishu-classmate dev
feat: 飞书同学 v0.1 — lab-scenario AI assistant on OpenClaw + MetaClaw
28 agentic skills covering PDF spec + robotics-lab + supervisor + collaboration + knowledge scenarios:
- Teaching: conduct-lab-tour, lab-onboarding
- Project: manage-gantt, weekly-digest, daily-standup
- Experiment: training-run-tracker, robot-checkpoint, simulation-log, log-experiment
- Papers: manage-papers, submission-tracking, idle-research
- Equipment: manage-equipment, reserve-equipment
- Supervisor: supervisor-dashboard, supervisor-task-assign, one-on-one-scheduler, supervise-student
- Meetings: meeting-agenda, meeting-minutes, reading-group
- People: mentor-dispatch, skill-tree, initiate-conversation
- Knowledge: failure-archive, lab-faq-search, lab-meme
- Evolution: evolve-telemetry
Plugin architecture:
- Delegates Bitable/Doc/Drive/Calendar ops to @larksuite/openclaw-lark raw tools
- Classmate tools only cover: data-layout, temi sidecar HTTP, stateful supervision,
chat throttle, arxiv search
- 20+ Bitable tables auto-created by ensureBitableSchema
- ToolTrace telemetry (Phase-1 self-evolution) logs every tool call for MetaClaw
- Temi sidecar (Python FastAPI) mock-capable for pre-hardware development
Test: 44/44 vitest passing, pnpm typecheck clean, pnpm build → 208 KB ESM.
Designed from 飞书同学.pdf by 董廷霄 / 纪昊年 / 许愿.0 parents commit f3a0e8d
106 files changed
Lines changed: 21786 additions & 0 deletions
File tree
- .github/workflows
- docs
- scripts
- skills
- conduct-lab-tour
- daily-standup
- evolve-telemetry
- failure-archive
- idle-research
- initiate-conversation
- lab-faq-search
- lab-meme
- lab-onboarding
- log-experiment
- manage-equipment
- manage-gantt
- manage-papers
- meeting-agenda
- meeting-minutes
- mentor-dispatch
- one-on-one-scheduler
- reading-group
- reserve-equipment
- robot-checkpoint
- simulation-log
- skill-tree
- submission-tracking
- supervise-student
- supervisor-dashboard
- supervisor-task-assign
- training-run-tracker
- weekly-digest
- src
- bitable
- commands
- services
- tools
- chat
- equipment
- gantt
- project
- research
- supervision
- temi
- util
- temi-sidecar
- adapters
- tests
- tests
- bitable
- helpers
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments