Browse
For agents
About
AI Engine – The Chatbot, AI Framework & MCP for WordPress
/
1.3.46
AI Engine – The Chatbot, AI Framework & MCP for WordPress
v1.3.46
Switch version
3.7.7
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
All 527 releases
Overview
Code
ai-engine
/
vendor
/
composer
/
autoload_classmap.php
autoload_classmap.php
11 lines
222 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_classmap.php @generated by Composer
4
5
$
vendorDir
=
dirname
(
__DIR__
)
;
6
$
baseDir
=
dirname
(
$
vendorDir
)
;
7
8
return
array
(
9
'
Composer
\\
InstalledVersions
'
=>
$
vendorDir
.
'
/composer/InstalledVersions.php
'
,
10
)
;
11