{siteConfig.tagline}
19 |pandas DataFrame) in a stateful manner through the conversation.
13 | >
14 | ),
15 | },
16 | {
17 | title: 'Plugin Powered',
18 | Svg: require('@site/static/img/plugins.jpg').default,
19 | description: (
20 | <>
21 | TaskWeaver leverages customized plugins to extend the functionality
22 | of the Agent while supporting ad-hoc user queries.
23 | >
24 | ),
25 | },
26 |
27 | {
28 | title: 'Incorporate Domain Knowledge',
29 | Svg: require('@site/static/img/domains.jpg').default,
30 | description: (
31 | <>
32 | Extend or customize your own Agent by incorporating Plugins and various
33 | Examples for domain-specific scenarios.
34 | >
35 | ),
36 | },
37 | ];
38 |
39 | function Feature({Svg, title, description}) {
40 | return (
41 | {description}
49 |