Browse
For agents
About
AI Engine – The Chatbot, AI Framework & MCP for WordPress
/
3.0.9
AI Engine – The Chatbot, AI Framework & MCP for WordPress
v3.0.9
Switch version
3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.9
3.6.8
3.6.7
3.6.6
3.6.4
3.6.5
3.6.3
3.6.2
3.6.1
3.6.0
3.5.9
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
All 526 releases
Overview
Code
ai-engine
/
vendor
/
composer
/
autoload_namespaces.php
autoload_namespaces.php
11 lines
199 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
autoload_namespaces.php @generated by Composer
4
5
$
vendorDir
=
dirname
(
__DIR__
)
;
6
$
baseDir
=
dirname
(
$
vendorDir
)
;
7
8
return
array
(
9
'
Parsedown
'
=>
array
(
$
vendorDir
.
'
/erusev/parsedown
'
)
,
10
)
;
11