This commit is contained in:
a2a-platform
2026-06-29 01:09:08 +00:00
parent eaaa1f2e0e
commit 5cf3dbe409
7 changed files with 64 additions and 5 deletions

View File

@@ -17,6 +17,14 @@ Deployment context:
LearnHouse Enterprise multi-organization mode.
- Course creation uses multipart form fields: `name`, `description`, `public`,
and `about`.
- When creating lesson/module content, create at least one activity per chapter
using that chapter's own `chapter_id`. Do not attach all activities to the
first chapter.
- Visible lesson activities should normally use `TYPE_DYNAMIC` /
`SUBTYPE_DYNAMIC_MARKDOWN`, markdown content/details, `lock_type=public`, and
`published=true` unless the user explicitly asks for drafts.
- Activity updates must not send `published_version`; this LearnHouse backend
currently rejects that field.
- Auth setup is required as `LEARNHOUSE_AUTH`. Use `Bearer <access_token>`, a
raw access token, or a Cookie header containing `LH_access`/`LH_refresh`.