markform 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/DOCS.md +546 -0
  2. package/README.md +340 -71
  3. package/SPEC.md +2779 -0
  4. package/dist/ai-sdk.d.mts +2 -2
  5. package/dist/ai-sdk.mjs +5 -3
  6. package/dist/{apply-BQdd-fdx.mjs → apply-00UmzDKL.mjs} +849 -730
  7. package/dist/bin.mjs +6 -3
  8. package/dist/{cli-pjOiHgCW.mjs → cli-D--Lel-e.mjs} +1374 -428
  9. package/dist/cli.mjs +6 -3
  10. package/dist/{coreTypes--6etkcwb.d.mts → coreTypes-BXhhz9Iq.d.mts} +1946 -794
  11. package/dist/coreTypes-Dful87E0.mjs +537 -0
  12. package/dist/index.d.mts +116 -19
  13. package/dist/index.mjs +5 -3
  14. package/dist/session-Bqnwi9wp.mjs +110 -0
  15. package/dist/session-DdAtY2Ni.mjs +4 -0
  16. package/dist/shared-D7gf27Tr.mjs +3 -0
  17. package/dist/shared-N_s1M-_K.mjs +176 -0
  18. package/dist/src-Dm8jZ5dl.mjs +7587 -0
  19. package/examples/celebrity-deep-research/celebrity-deep-research.form.md +912 -0
  20. package/examples/earnings-analysis/earnings-analysis.form.md +6 -1
  21. package/examples/earnings-analysis/earnings-analysis.valid.ts +119 -59
  22. package/examples/movie-research/movie-research-basic.form.md +164 -0
  23. package/examples/movie-research/movie-research-deep.form.md +486 -0
  24. package/examples/movie-research/movie-research-minimal.form.md +54 -0
  25. package/examples/simple/simple-mock-filled.form.md +17 -13
  26. package/examples/simple/simple-skipped-filled.form.md +32 -9
  27. package/examples/simple/simple-with-skips.session.yaml +102 -143
  28. package/examples/simple/simple.form.md +13 -13
  29. package/examples/simple/simple.session.yaml +80 -69
  30. package/examples/startup-deep-research/startup-deep-research.form.md +60 -8
  31. package/examples/startup-research/startup-research-mock-filled.form.md +1 -1
  32. package/examples/startup-research/startup-research.form.md +1 -1
  33. package/package.json +10 -14
  34. package/dist/src-Cs4_9lWP.mjs +0 -2151
  35. package/examples/political-research/political-research.form.md +0 -233
  36. package/examples/political-research/political-research.mock.lincoln.form.md +0 -355
@@ -1,233 +0,0 @@
1
- ---
2
- markform:
3
- markform_version: "0.1.0"
4
- roles:
5
- - user
6
- - agent
7
- role_instructions:
8
- user: "Enter the full name of the political figure you want to research."
9
- agent: |
10
- Research and fill in all biographical fields for the specified political figure.
11
- Guidelines:
12
- 1. Start with Wikipedia - The subject's Wikipedia page is the primary source
13
- 2. Verify with multiple sources - Cross-reference dates and facts
14
- 3. Use official formats - Dates as YYYY-MM-DD, places as "City, State/Country"
15
- 4. Fill offices chronologically - Most recent first
16
- 5. Include predecessors/successors - These provide historical context
17
- 6. Leave unknown fields empty - Don't guess or fabricate information
18
- 7. Keep text fields concise - Aim for 50-100 words max for descriptive fields
19
- (e.g., portrait_description, cause_of_death). Lists should have 3-10 items.
20
- ---
21
-
22
- {% form id="political_research" title="Political Research Form" %}
23
-
24
- {% description ref="political_research" %}
25
- A biographical research form for political figures based on Wikipedia's president infobox structure.
26
- This form demonstrates role-based field assignment: the user provides the subject name,
27
- and the agent researches and fills all remaining fields.
28
- {% /description %}
29
-
30
- {% documentation ref="political_research" %}
31
- **Workflow:**
32
- 1. User enters the political figure's name
33
- 2. Agent researches and fills biographical data using web search
34
- 3. Agent fills office history (up to 3 positions)
35
- 4. Agent includes source citations
36
-
37
- **Data Sources:**
38
- - Wikipedia biographical pages
39
- - Official government websites
40
- - Historical archives
41
- {% /documentation %}
42
-
43
- {% field-group id="basic_info" title="Basic Information" %}
44
-
45
- {% string-field id="name" label="Full Name" role="user" required=true minLength=2 maxLength=200 %}{% /string-field %}
46
-
47
- {% instructions ref="name" %}
48
- Enter the full name of the political figure you want to research (e.g., "Abraham Lincoln").
49
- {% /instructions %}
50
-
51
- {% string-field id="portrait_description" label="Portrait Description" maxLength=500 %}{% /string-field %}
52
-
53
- {% instructions ref="portrait_description" %}
54
- Describe the official portrait or most commonly used photograph. 50-100 words max.
55
- {% /instructions %}
56
-
57
- {% string-field id="birth_date" label="Birth Date" required=true pattern="^\\d{4}-\\d{2}-\\d{2}$" %}{% /string-field %}
58
-
59
- {% instructions ref="birth_date" %}
60
- Format: YYYY-MM-DD (e.g., 1809-02-12)
61
- {% /instructions %}
62
-
63
- {% string-field id="birth_place" label="Birth Place" required=true %}{% /string-field %}
64
-
65
- {% instructions ref="birth_place" %}
66
- Format: City, State/Country (e.g., Hodgenville, Kentucky)
67
- {% /instructions %}
68
-
69
- {% string-field id="death_date" label="Death Date" pattern="^\\d{4}-\\d{2}-\\d{2}$" %}{% /string-field %}
70
-
71
- {% instructions ref="death_date" %}
72
- Format: YYYY-MM-DD. Leave empty if the person is still living.
73
- {% /instructions %}
74
-
75
- {% string-field id="death_place" label="Death Place" %}{% /string-field %}
76
-
77
- {% instructions ref="death_place" %}
78
- Format: City, State/Country. Leave empty if the person is still living.
79
- {% /instructions %}
80
-
81
- {% string-field id="cause_of_death" label="Cause of Death" %}{% /string-field %}
82
-
83
- {% instructions ref="cause_of_death" %}
84
- Brief description if applicable (e.g., "Assassination", "Natural causes"). Leave empty if still living.
85
- {% /instructions %}
86
-
87
- {% string-field id="resting_place" label="Resting Place" %}{% /string-field %}
88
-
89
- {% instructions ref="resting_place" %}
90
- Burial location if applicable (e.g., "Oak Ridge Cemetery, Springfield, Illinois").
91
- {% /instructions %}
92
-
93
- {% /field-group %}
94
-
95
- {% field-group id="political_info" title="Political Affiliation" %}
96
-
97
- {% string-field id="political_party" label="Political Party" required=true %}{% /string-field %}
98
-
99
- {% instructions ref="political_party" %}
100
- Primary party affiliation (e.g., "Republican", "Democratic").
101
- {% /instructions %}
102
-
103
- {% string-list id="other_parties" label="Other Party Affiliations" %}{% /string-list %}
104
-
105
- {% instructions ref="other_parties" %}
106
- List any previous party affiliations, one per line.
107
- {% /instructions %}
108
-
109
- {% /field-group %}
110
-
111
- {% field-group id="personal_life" title="Personal Life" %}
112
-
113
- {% string-field id="spouse" label="Spouse" %}{% /string-field %}
114
-
115
- {% instructions ref="spouse" %}
116
- Format: Name (years married), e.g., "Mary Todd Lincoln (1842-1865)"
117
- {% /instructions %}
118
-
119
- {% string-list id="children" label="Children" %}{% /string-list %}
120
-
121
- {% instructions ref="children" %}
122
- List children's names, one per line.
123
- {% /instructions %}
124
-
125
- {% string-list id="parents" label="Parents" %}{% /string-list %}
126
-
127
- {% instructions ref="parents" %}
128
- List parents' names, one per line.
129
- {% /instructions %}
130
-
131
- {% string-list id="education" label="Education" %}{% /string-list %}
132
-
133
- {% instructions ref="education" %}
134
- List schools, degrees, or educational background, one per line.
135
- {% /instructions %}
136
-
137
- {% /field-group %}
138
-
139
- {% field-group id="office_1" title="Office 1 (Most Recent)" %}
140
-
141
- {% description ref="office_1" %}
142
- Primary or most notable office held. Fill chronologically with most recent first.
143
- {% /description %}
144
-
145
- {% string-field id="office_1_title" label="Office Title" required=true %}{% /string-field %}
146
-
147
- {% instructions ref="office_1_title" %}
148
- Full title including ordinal if applicable (e.g., "16th President of the United States").
149
- {% /instructions %}
150
-
151
- {% string-field id="office_1_term_start" label="Term Start" required=true pattern="^\\d{4}-\\d{2}-\\d{2}$" %}{% /string-field %}
152
-
153
- {% instructions ref="office_1_term_start" %}
154
- Format: YYYY-MM-DD
155
- {% /instructions %}
156
-
157
- {% string-field id="office_1_term_end" label="Term End" required=true pattern="^(\\d{4}-\\d{2}-\\d{2}|Incumbent)$" %}{% /string-field %}
158
-
159
- {% instructions ref="office_1_term_end" %}
160
- Format: YYYY-MM-DD or "Incumbent" if currently serving.
161
- {% /instructions %}
162
-
163
- {% string-field id="office_1_preceded_by" label="Preceded By" %}{% /string-field %}
164
-
165
- {% instructions ref="office_1_preceded_by" %}
166
- Name of the previous office holder.
167
- {% /instructions %}
168
-
169
- {% string-field id="office_1_succeeded_by" label="Succeeded By" %}{% /string-field %}
170
-
171
- {% instructions ref="office_1_succeeded_by" %}
172
- Name of the next office holder, or empty if still in office.
173
- {% /instructions %}
174
-
175
- {% string-field id="office_1_running_mate" label="Running Mate / Vice President" %}{% /string-field %}
176
-
177
- {% instructions ref="office_1_running_mate" %}
178
- For presidential terms, list running mate(s) or Vice President(s).
179
- {% /instructions %}
180
-
181
- {% /field-group %}
182
-
183
- {% field-group id="office_2" title="Office 2" %}
184
-
185
- {% description ref="office_2" %}
186
- Second most notable office held. Leave empty if not applicable.
187
- {% /description %}
188
-
189
- {% string-field id="office_2_title" label="Office Title" %}{% /string-field %}
190
-
191
- {% string-field id="office_2_term_start" label="Term Start" pattern="^\\d{4}-\\d{2}-\\d{2}$" %}{% /string-field %}
192
-
193
- {% string-field id="office_2_term_end" label="Term End" pattern="^(\\d{4}-\\d{2}-\\d{2}|Incumbent)$" %}{% /string-field %}
194
-
195
- {% string-field id="office_2_preceded_by" label="Preceded By" %}{% /string-field %}
196
-
197
- {% string-field id="office_2_succeeded_by" label="Succeeded By" %}{% /string-field %}
198
-
199
- {% string-field id="office_2_running_mate" label="Running Mate / Vice President" %}{% /string-field %}
200
-
201
- {% /field-group %}
202
-
203
- {% field-group id="office_3" title="Office 3" %}
204
-
205
- {% description ref="office_3" %}
206
- Third most notable office held. Leave empty if not applicable.
207
- {% /description %}
208
-
209
- {% string-field id="office_3_title" label="Office Title" %}{% /string-field %}
210
-
211
- {% string-field id="office_3_term_start" label="Term Start" pattern="^\\d{4}-\\d{2}-\\d{2}$" %}{% /string-field %}
212
-
213
- {% string-field id="office_3_term_end" label="Term End" pattern="^(\\d{4}-\\d{2}-\\d{2}|Incumbent)$" %}{% /string-field %}
214
-
215
- {% string-field id="office_3_preceded_by" label="Preceded By" %}{% /string-field %}
216
-
217
- {% string-field id="office_3_succeeded_by" label="Succeeded By" %}{% /string-field %}
218
-
219
- {% string-field id="office_3_running_mate" label="Running Mate / Vice President" %}{% /string-field %}
220
-
221
- {% /field-group %}
222
-
223
- {% field-group id="sources_section" title="Sources" %}
224
-
225
- {% string-list id="sources" label="Sources" %}{% /string-list %}
226
-
227
- {% instructions ref="sources" %}
228
- List source URLs or citations used for research. Include Wikipedia and any additional sources consulted.
229
- {% /instructions %}
230
-
231
- {% /field-group %}
232
-
233
- {% /form %}
@@ -1,355 +0,0 @@
1
- ---
2
- markform:
3
- markform_version: "0.1.0"
4
- roles:
5
- - user
6
- - agent
7
- role_instructions:
8
- user: "Enter the full name of the political figure you want to research."
9
- agent: |
10
- Research and fill in all biographical fields for the specified political figure.
11
- Guidelines:
12
- 1. Start with Wikipedia - The subject's Wikipedia page is the primary source
13
- 2. Verify with multiple sources - Cross-reference dates and facts
14
- 3. Use official formats - Dates as YYYY-MM-DD, places as "City, State/Country"
15
- 4. Fill offices chronologically - Most recent first
16
- 5. Include predecessors/successors - These provide historical context
17
- 6. Leave unknown fields empty - Don't guess or fabricate information
18
- 7. Keep text fields concise - Aim for 50-100 words max for descriptive fields
19
- (e.g., portrait_description, cause_of_death). Lists should have 3-10 items.
20
- ---
21
-
22
- {% form id="political_research" title="Political Research Form" %}
23
-
24
- {% description ref="political_research" %}
25
- A biographical research form for political figures based on Wikipedia's president infobox structure.
26
- This form demonstrates role-based field assignment: the user provides the subject name,
27
- and the agent researches and fills all remaining fields.
28
- {% /description %}
29
-
30
- {% documentation ref="political_research" %}
31
- **Workflow:
32
- 1. User enters the political figure's name
33
- 2. Agent researches and fills biographical data using web search
34
- 3. Agent fills office history (up to 3 positions)
35
- 4. Agent includes source citations
36
-
37
- **Data Sources:**
38
- - Wikipedia biographical pages
39
- - Official government websites
40
- - Historical archives
41
- {% /documentation %}
42
-
43
- {% field-group id="basic_info" title="Basic Information" %}
44
-
45
- {% string-field id="name" label="Full Name" role="user" required=true minLength=2 maxLength=200 %}
46
- ```value
47
- Abraham Lincoln
48
- ```
49
- {% /string-field %}
50
-
51
- {% instructions ref="name" %}
52
- Enter the full name of the political figure you want to research (e.g., "Abraham Lincoln").
53
- {% /instructions %}
54
-
55
- {% string-field id="portrait_description" label="Portrait Description" maxLength=500 %}
56
- ```value
57
- The famous 1863 Alexander Gardner photograph showing Lincoln in three-quarter profile, taken just before his Gettysburg Address. Lincoln appears contemplative, with his distinctive beard and formal attire that became iconic representations of the 16th President.
58
- ```
59
- {% /string-field %}
60
-
61
- {% instructions ref="portrait_description" %}
62
- Describe the official portrait or most commonly used photograph. 50-100 words max.
63
- {% /instructions %}
64
-
65
- {% string-field id="birth_date" label="Birth Date" required=true pattern="^\\d{4}-\\d{2}-\\d{2}$" %}
66
- ```value
67
- 1809-02-12
68
- ```
69
- {% /string-field %}
70
-
71
- {% instructions ref="birth_date" %}
72
- Format: YYYY-MM-DD (e.g., 1809-02-12)
73
- {% /instructions %}
74
-
75
- {% string-field id="birth_place" label="Birth Place" required=true %}
76
- ```value
77
- Hodgenville, Kentucky
78
- ```
79
- {% /string-field %}
80
-
81
- {% instructions ref="birth_place" %}
82
- Format: City, State/Country (e.g., Hodgenville, Kentucky)
83
- {% /instructions %}
84
-
85
- {% string-field id="death_date" label="Death Date" pattern="^\\d{4}-\\d{2}-\\d{2}$" %}
86
- ```value
87
- 1865-04-15
88
- ```
89
- {% /string-field %}
90
-
91
- {% instructions ref="death_date" %}
92
- Format: YYYY-MM-DD. Leave empty if the person is still living.
93
- {% /instructions %}
94
-
95
- {% string-field id="death_place" label="Death Place" %}
96
- ```value
97
- Washington, D.C.
98
- ```
99
- {% /string-field %}
100
-
101
- {% instructions ref="death_place" %}
102
- Format: City, State/Country. Leave empty if the person is still living.
103
- {% /instructions %}
104
-
105
- {% string-field id="cause_of_death" label="Cause of Death" %}
106
- ```value
107
- Assassination
108
- ```
109
- {% /string-field %}
110
-
111
- {% instructions ref="cause_of_death" %}
112
- Brief description if applicable (e.g., "Assassination", "Natural causes"). Leave empty if still living.
113
- {% /instructions %}
114
-
115
- {% string-field id="resting_place" label="Resting Place" %}
116
- ```value
117
- Oak Ridge Cemetery, Springfield, Illinois
118
- ```
119
- {% /string-field %}
120
-
121
- {% instructions ref="resting_place" %}
122
- Burial location if applicable (e.g., "Oak Ridge Cemetery, Springfield, Illinois").
123
- {% /instructions %}
124
-
125
- {% /field-group %}
126
-
127
- {% field-group id="political_info" title="Political Affiliation" %}
128
-
129
- {% string-field id="political_party" label="Political Party" required=true %}
130
- ```value
131
- Republican
132
- ```
133
- {% /string-field %}
134
-
135
- {% instructions ref="political_party" %}
136
- Primary party affiliation (e.g., "Republican", "Democratic").
137
- {% /instructions %}
138
-
139
- {% string-list id="other_parties" label="Other Party Affiliations" %}
140
- ```value
141
- Whig
142
- ```
143
- {% /string-list %}
144
-
145
- {% instructions ref="other_parties" %}
146
- List any previous party affiliations, one per line.
147
- {% /instructions %}
148
-
149
- {% /field-group %}
150
-
151
- {% field-group id="personal_life" title="Personal Life" %}
152
-
153
- {% string-field id="spouse" label="Spouse" %}
154
- ```value
155
- Mary Todd Lincoln (1842-1865)
156
- ```
157
- {% /string-field %}
158
-
159
- {% instructions ref="spouse" %}
160
- Format: Name (years married), e.g., "Mary Todd Lincoln (1842-1865)"
161
- {% /instructions %}
162
-
163
- {% string-list id="children" label="Children" %}
164
- ```value
165
- Robert Todd Lincoln
166
- Edward Baker Lincoln
167
- William Wallace Lincoln
168
- Thomas Lincoln III
169
- ```
170
- {% /string-list %}
171
-
172
- {% instructions ref="children" %}
173
- List children's names, one per line.
174
- {% /instructions %}
175
-
176
- {% string-list id="parents" label="Parents" %}
177
- ```value
178
- Thomas Lincoln
179
- Nancy Hanks Lincoln
180
- ```
181
- {% /string-list %}
182
-
183
- {% instructions ref="parents" %}
184
- List parents' names, one per line.
185
- {% /instructions %}
186
-
187
- {% string-list id="education" label="Education" %}
188
- ```value
189
- Self-educated
190
- ```
191
- {% /string-list %}
192
-
193
- {% instructions ref="education" %}
194
- List schools, degrees, or educational background, one per line.
195
- {% /instructions %}
196
-
197
- {% /field-group %}
198
-
199
- {% field-group id="office_1" title="Office 1 (Most Recent)" %}
200
-
201
- {% description ref="office_1" %}
202
- Primary or most notable office held. Fill chronologically with most recent first.
203
- {% /description %}
204
-
205
- {% string-field id="office_1_title" label="Office Title" required=true %}
206
- ```value
207
- 16th President of the United States
208
- ```
209
- {% /string-field %}
210
-
211
- {% instructions ref="office_1_title" %}
212
- Full title including ordinal if applicable (e.g., "16th President of the United States").
213
- {% /instructions %}
214
-
215
- {% string-field id="office_1_term_start" label="Term Start" required=true pattern="^\\d{4}-\\d{2}-\\d{2}$" %}
216
- ```value
217
- 1861-03-04
218
- ```
219
- {% /string-field %}
220
-
221
- {% instructions ref="office_1_term_start" %}
222
- Format: YYYY-MM-DD
223
- {% /instructions %}
224
-
225
- {% string-field id="office_1_term_end" label="Term End" required=true pattern="^(\\d{4}-\\d{2}-\\d{2}|Incumbent)$" %}
226
- ```value
227
- 1865-04-15
228
- ```
229
- {% /string-field %}
230
-
231
- {% instructions ref="office_1_term_end" %}
232
- Format: YYYY-MM-DD or "Incumbent" if currently serving.
233
- {% /instructions %}
234
-
235
- {% string-field id="office_1_preceded_by" label="Preceded By" %}
236
- ```value
237
- James Buchanan
238
- ```
239
- {% /string-field %}
240
-
241
- {% instructions ref="office_1_preceded_by" %}
242
- Name of the previous office holder.
243
- {% /instructions %}
244
-
245
- {% string-field id="office_1_succeeded_by" label="Succeeded By" %}
246
- ```value
247
- Andrew Johnson
248
- ```
249
- {% /string-field %}
250
-
251
- {% instructions ref="office_1_succeeded_by" %}
252
- Name of the next office holder, or empty if still in office.
253
- {% /instructions %}
254
-
255
- {% string-field id="office_1_running_mate" label="Running Mate / Vice President" %}
256
- ```value
257
- Hannibal Hamlin (1861-1865), Andrew Johnson (1865)
258
- ```
259
- {% /string-field %}
260
-
261
- {% instructions ref="office_1_running_mate" %}
262
- For presidential terms, list running mate(s) or Vice President(s).
263
- {% /instructions %}
264
-
265
- {% /field-group %}
266
-
267
- {% field-group id="office_2" title="Office 2" %}
268
-
269
- {% description ref="office_2" %}
270
- Second most notable office held. Leave empty if not applicable.
271
- {% /description %}
272
-
273
- {% string-field id="office_2_title" label="Office Title" %}
274
- ```value
275
- US Representative, Illinois 7th District
276
- ```
277
- {% /string-field %}
278
-
279
- {% string-field id="office_2_term_start" label="Term Start" pattern="^\\d{4}-\\d{2}-\\d{2}$" %}
280
- ```value
281
- 1847-03-04
282
- ```
283
- {% /string-field %}
284
-
285
- {% string-field id="office_2_term_end" label="Term End" pattern="^(\\d{4}-\\d{2}-\\d{2}|Incumbent)$" %}
286
- ```value
287
- 1849-03-04
288
- ```
289
- {% /string-field %}
290
-
291
- {% string-field id="office_2_preceded_by" label="Preceded By" %}
292
- ```value
293
- John Henry
294
- ```
295
- {% /string-field %}
296
-
297
- {% string-field id="office_2_succeeded_by" label="Succeeded By" %}
298
- ```value
299
- Thomas L. Harris
300
- ```
301
- {% /string-field %}
302
-
303
- {% string-field id="office_2_running_mate" label="Running Mate / Vice President" %}{% /string-field %}
304
-
305
- {% /field-group %}
306
-
307
- {% field-group id="office_3" title="Office 3" %}
308
-
309
- {% description ref="office_3" %}
310
- Third most notable office held. Leave empty if not applicable.
311
- {% /description %}
312
-
313
- {% string-field id="office_3_title" label="Office Title" %}
314
- ```value
315
- Illinois State Representative
316
- ```
317
- {% /string-field %}
318
-
319
- {% string-field id="office_3_term_start" label="Term Start" pattern="^\\d{4}-\\d{2}-\\d{2}$" %}
320
- ```value
321
- 1834-12-01
322
- ```
323
- {% /string-field %}
324
-
325
- {% string-field id="office_3_term_end" label="Term End" pattern="^(\\d{4}-\\d{2}-\\d{2}|Incumbent)$" %}
326
- ```value
327
- 1842-12-05
328
- ```
329
- {% /string-field %}
330
-
331
- {% string-field id="office_3_preceded_by" label="Preceded By" %}{% /string-field %}
332
-
333
- {% string-field id="office_3_succeeded_by" label="Succeeded By" %}{% /string-field %}
334
-
335
- {% string-field id="office_3_running_mate" label="Running Mate / Vice President" %}{% /string-field %}
336
-
337
- {% /field-group %}
338
-
339
- {% field-group id="sources_section" title="Sources" %}
340
-
341
- {% string-list id="sources" label="Sources" %}
342
- ```value
343
- https://en.wikipedia.org/wiki/Abraham_Lincoln
344
- https://www.whitehouse.gov/about-the-white-house/presidents/abraham-lincoln/
345
- https://www.nps.gov/liho/learn/historyculture/index.htm
346
- ```
347
- {% /string-list %}
348
-
349
- {% instructions ref="sources" %}
350
- List source URLs or citations used for research. Include Wikipedia and any additional sources consulted.
351
- {% /instructions %}
352
-
353
- {% /field-group %}
354
-
355
- {% /form %}