com.sky.ondeviceagent / Runtime /AgentCore /Editor /OnDeviceAgent.AgentCore.Editor.asmdef
Sky-Kim's picture
Initial commit
2e7837a
Raw
History Blame Contribute Delete
601 Bytes
{
"name": "OnDeviceAgent.AgentCore.Editor",
"rootNamespace": "OnDeviceAgent.AgentCore.Editor",
"references": [
"OnDeviceAgent.AgentCore",
"OnDeviceAgent.Inference",
"OnDeviceAgent.RagLlm",
"Unity.InferenceEngine",
"Unity.InferenceEngine.Tokenization"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}