-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
96 lines (68 loc) · 4.19 KB
/
TODO.txt
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
# List of minor Todos
?? Default Translation Configuration in AEM?
https://wcm.io/caconfig/editor/usage.html translation config drop down
Generated with ... in conf pages
http://localhost:4502/editor.html/content/dam/wknd/en/magazine/arctic-surfing/aloha-spirits-in-northern-norway doesnt add page text or component text!!!
- default icon for ai.composum site
!!! Dictation in Chat repeat in history bar.
!! Empty prompt text
!! http://localhost:5502/editor.html/content/xxx/com/en/about-us/going-forward.html "Explore the world..." RTE
PDF and markdown as possible datatypes for the content creation dialog
https://www.stoerr.net/outgoing/adaptto-speedwalking.txt als URL - Format geht verloren!!!!
The content creation dialog should know about the current text even if the page is the source!!!!
Why are the teasers in
https://author-p43852-e197429.adobeaemcloud.com/editor.html/content/gfps/com/en/products-solutions/systems/primofit.html
not included into the excerpt.
? Add history in content creation dialog, current component, last text, ...
----------------
- Marker on page whenever a translation is in progress
- Display errors in workflows?
- Better document autotranslation configuration at https://ai.composum.com/aem-variant/automaticTranslation.html - see https://ai.composum.com/autogenerated/slingcaconfigurations.html#slingca.AutoTranslateCaConfig
Offer parent container as content creation dialog source
Document using Claude, Gemini, https://octo.ai/product/text-generation/ , local
Problems in Composum version:
- when using assistant on creation dialog, and then opening it again, it should have the same settings as when creating (?)
- last 20 prompts not yet implemented
perhaps: chat could be high intelligence powered
Image description from URL?
AEM for content fragments?
URL as base text , inner links
Append button for AEM
https://cloud.composum.com/bin/pages.html/content/ist/composum/home/blog/pages/composumAI/composumAI-AEM
?? BM25 + WAND search?
/content/ist/composum//jcr:content[jcr:contains(., 'package') or jcr:contains(., 'assets') or jcr:contains(., 'installation')] order by @jcr:score descending
Done:
Markdown to HTML transformation in sidebar -> not necessary, white-space: break-spaces is enough.
implement AEM Historie -> DONE
Help-Pages -> DONE for creation assistant; for the side panel ai the help buttons and the initial text should be enough for now.
Enter in Composum Variante -> DONE
Tell ChatGPT when we expect HTML. -> DONE
Restrictions : ??? component -> DONE (except component)
AEMaaCS Konfigurationsart einarbeiten
Announcement, Installation, Doc überarbeiten
AEMaaCS deployment; configuration
Deferred:
AEM 6.5
Append button (?)
Approx. Markdown change:
ignore all attribute with : in them except jcr:title etc., all nodes with : in name, all "true"/ "false" / single number (int / float) attributes or array of numbers attributes, or shorter than 3 digits or path, or array or type date or boolean or {Date} or {Boolean} , inherit, blank, html tags, target
sling:resourceType .*/image
Print as 'attribute: value\n'
ignore: align, fileReference, target, style, element
## Check out Adobe Sensei GenAI
https://business.adobe.com/summit/2023/sessions/opening-keynote-gs1.html at 1:20:00 or something, 1:35:00 text generation
https://business.adobe.com/summit/2024/sessions/getting-started-with-genai-in-adobe-experience-man-s410.html at 16:30 demo
## Images
https://github.com/TheoKanning/openai-java/issues/397
Alternative: https://github.com/namankhurpia/Easy-open-ai
https://mvnrepository.com/artifact/io.github.namankhurpia/easyopenai -> many dependencies :-(
##
DTB Chat Completion Gen
https://chat.openai.com/share/c095d1db-4e72-4abe-8794-c1fe9e01fbf7
## Perhaps refactor the paths
/libs/composum/pages/options/ai -> /apps/composum/ai ? That does fit the other pages extensions -> keep options/ai
/apps/composum-ai -> /apps/composum/ai
/apps/composum-ai-packages/content/install -> /apps/composum/ai/install
/apps/composum-ai-packages/application/install -> /apps/composum/ai/install
Reason was that I'd like to place the sidebar prompt json and the content creation prompt json at the same place, if need
be at /apps / /libs , but that'd mean I'd have to create a new /apps/composum/ai/ just for that.