Necro bot config

Author: i | 2025-04-24

★★★★☆ (4.4 / 3324 reviews)

islide 5.0.2

Here's an awesome Config for the Necro Bot! Gets TONS of XP from the Sniping feature the bot uses! Config Folder (Includes Necro Bot)- This is an awesome Sniping Config file for Necro Bot on Pokemon GO!Necro 8.8- File- Invite-

support dramafever com

Dratini Hunter for Necro Bot Config - OwnedCore

10!avatar 🌴The value of any config can be read by simply writing its name with no arguments.!rules | !allow_ask | !users!ur [something] : Set a personality through rules.!ur a monkey would set the rules to Respond as a monkey.See Rules!add_user [nickname] : Add a nickname to the users list.!remove_user [nickname] : Remove a nickname from the users list.See UsersSee Permissions!join [channel] : Joins an irc channel.A password can be supplied: !join #somechannel somepassword.If the channel is not in the channels config it will be added.!leave [channel] or just !leave : Leave an irc channel.If the channel is in the channels config it will be removed.!ban [nickname] : Manually ban a nickname.!unban [nickname] : Manually unban a nickname.See Anti-Spam!reset [config | all] : Reset a config by removing it from /configs/mybot.json.!reset all Removes all overriden configs except server, channels, port, nickname, and admins.These either enable or disable the ai responses for all users including admins.These can be used when you want to stop the service temporarily without having to turn off the bots.!enable : Enable responses from the bot.!disable : Disable responses from the bot.!config : Prints a summary of various configs.This shows a quick overview of what the bot can do.!report : It shows how long ago the bot was launched, and how much memory it is using.Owned bots respond to a global !cmd command.This can be used to check or change values on all bots at the same time.For example:!cmd words 50 : This changes all owned bots's words config to 50.!cmd rules : This displays the rules of all bots.!cmd report : Get an overview of all your bots.Don't highlight a bot when using these, they're global commands.They work on all owned bots in the current channel.!clear : Clear the channel's context.!invert : Change the context contents from user to ai and vice versa.Then redo the last prompt as if the user asked what the ai said.This can be used to make the ai answer itself.!raw : Show the last response without the markdown formatting.!test : Show what the prompt would be.!debug : Enable or disable debug mode.This makes requests print some information in the console.Changes to any config through commands are saved automatically in /configs/mybot.json.config.json is left intact and used for default values.There's a similarity check to allow minor typos in command names and values.Manage When you need to update, use git pull inside the airc directory and restart the bots.PM2 can be used to manage the bots more easily.The following script might be useful:const API_KEY = `secretKey`const BOTS = [ `bot1`, `bot2`,]const COMMON = { script: `airc/bot.js`, instances: 1, autorestart: true, watch: false, max_memory_restart: `1G`, env: { NODE_ENV: `production`, OPENAI_API_KEY: API_KEY, }, env_production: { NODE_ENV: `production`, BotnetIRC bot written in Python.Botnet implements nearly all core functionality in a form of modules which canbe loaded and unloaded at will and communicate with one another using signals.Thanks to that design a module which encounters serious issues does not affectthe execution of other modules. Furthermore all features of the bot can beenabled and disabled at will and the modules can be updated without restartingthe entire bot and reconnecting to the IRC network simply by reloading a module.It is possible to use built-in modules or create easy to load and integrateuser-maintained external modules distributed in a form of Python packages.Installationpip install --process-dependency-links git+ --helpbotnet run --helpbotnet run /path/to/config.jsonAvailable modulesTo see all available modules navigate to botnet.modules.builtin directory.Each module is provided with a comment containing a description and an exampleconfig snippet.ConfigurationConfig snippets from the module description can be added to the module_configkey in the config file. This is the general structure of the config file:{ "modules": ["module_name1", "module_name2"], "module_config": { "namespace": { "module_name": { "config_parameter": "value" } } }}All builtin modules use the namespace botnet. Most modules are based on theBaseResponder module, so to change the default command prefix alter themodule_config.botnet.base_responder.command_prefix configuration key. See theexample config for details.Example config{ "modules": ["irc", "meta"], "module_config": { "botnet": { "irc": { "server": "irc.example.com", "port": 6697, "ssl": true, "nick": "my_bot", "channels": [ { "name": "#my-channel", "password": null } ], "autosend": [ "PRIVMSG your_nick :I connected!" ] }, "base_responder": { "command_prefix": "." } } }}

Charmander Hunter for Necro Bot Config - OwnedCore

This repository was archived by the owner on Jul 30, 2020. It is now read-only. This repository was archived by the owner on Jul 30, 2020. It is now read-only. DescriptionFOLLOW these steps or your issue might not get any attention and will be closed.As a rule.. paste your config and portion of log that is related to the issue.If you don't... we have to ask you to paste config.... its a waste of time to ask what has already been asked below....Stop! Before you create this issue (you can delete this section when opening the issue):Have you searched to see if there are other Open/Closed issues for the same issue? If so, comment on that issue instead.Have you validated that your config/auth.json and config/config.json is valid JSON? Use to check.If your question is referring to how to set up or use the bot, please join our discord instead of posting an issue: confirm that your issue is reproducible, with the config you provide below.Expected Behavior:I just try to log in my account and it works prefect 1 hour ago. And I didn't change anything.Actual Behavior:But I cant log into my google account . I can play it on my phone but not by using the bot.The bot stuck at bot switching account processing......Your config.json:replace this text with the contents of your config.json(OPTIONAL) Your Log:d__1`2.MoveNext() in C:\JK\workspace\necrobot-release\FeroxRev\Extensions\HttpClientExtensions.cs:line 68--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at PokemonGo.RocketAPI.Rpc.BaseRpc.d__4`2.MoveNext() in C:\JK\workspace\necrobot-release\FeroxRev\Rpc\BaseRpc.cs:line. Here's an awesome Config for the Necro Bot! Gets TONS of XP from the Sniping feature the bot uses! Config Folder (Includes Necro Bot)- This is an awesome Sniping Config file for Necro Bot on Pokemon GO!Necro 8.8- File- Invite-

Resource: Necro Bot v0.7.0 Config - NextGenUpdate

Sample GroupMe NodeJS Callback BotIntroductionThis project shows the capability of a bot to react to messages sent within a group.ContentsQuickly get our sample bot up and running in your groupsDeploy the code to herokuCreate a botConfigure to your bot's credentialsMake changes to the botPull the code down to your local machineConfigure the local environment variables to your bot's credentialsRequirements:GroupMe accountHeroku accountHeroku ToolbeltGet your bot up and runningDeploy to Heroku:Be sure to log into heroku, using your heroku credentials, then click the link below.You should be taken to a page that looks like this:Optionally, you can give your app a name, or instead leaveit blank and let Heroku name it for you (you can change it later).Next, create a GroupMe Bot:Go to: your GroupMe credentials to log into the developer site.Once you have successfully logged in, go to out the form to create your new bot:Select the group where you want the bot to liveGive your bot a namePaste in the url to your newly deply heroku app Give your bot an avatar by providing a url to an imageClick submitFind your Bot ID:Go here to view all of your bots: on the one you just created.On your Bot's page, copy the Bot IDAdd your Bot ID to your Heroku app:Go here to see all of your Heroku apps and select the one you just created before: your app page, click settings in the top navigation:On your app's setting page, find the Config Vars section and click the Reveal Config Vars button:Then click edit:Fill out the form to add an environment variable to your app:In the "key" field type: BOT_IDIn the "value" field paste your Bot ID that you copied in the previous stepsClick the save buttonNow go test your bot!Go to GroupMe and type "/cool guy" in the group where your bot lives to see it in action.Make it your ownPull the code to your local machineWithin terminal, change directory to the location where you would like the files to live, then run this command:$ heroku git:clone -a YOUR_APP_NAME_HEREAnd then change directory into the new folderConfigure your local BOT_ID environment variableOpen the file .env from your local files in your text editor of choice.Find where it says "YOUR_BOT_ID_HERE" and replace it with the ID of your new bot.If you don't know what your Bot ID is, please refer back to this section,where it is explained how to retrieve it.If your Download OpenAPI specification:DownloadNVIDIA ACE Agent Chat Engine Server APIHealth APIsAPIs for checking and monitoring Server Health Status.Is Ready Check status of the bots and returns the details of available botsquery ParametersBotNamestring (Botname) Responses Response samples 200422Content typeapplication/jsonGet Metrics Responses Response samples 200Content typeapplication/jsonHealth Check Perform a Health CheckReturns 200 when service is up. This does not check the health of downstream services.">Perform a Health CheckReturns 200 when service is up. This does not check the health of downstream services.Responses Response samples 200Content typeapplication/jsonCore APIsAPIs for sending user requests with a valid query or event.Chat This endpoint can be used to provide response to query driven user request for a specific bot, using defined NLU models and plugin modules. The response formation methodology is picked from the bot configurations and rules defined.Request Body schema: application/jsonrequiredBotname (string) or Botname (null) (Botname) The Bot Name which needs to be accessed. This field is mandatory if multiple bots are deployed within Chat Engine. It's value should match the 'bot: ' field defined in the bot config file.Query (string) or Query (null) (Query) Default: "" The user query which needs to be processed.UserIdrequiredstring (Userid) Mandatory unique identifier to recognize which user is interacting with the chat engine.Sourcelanguage (string) or Sourcelanguage (null) (Sourcelanguage) Language of the user query. If language of user query does not match language of the bot, then chat engine tries to call machine translator model (currently not supported) to convert the query to bot language.Targetlanguage (string) or Targetlanguage (null) (Targetlanguage) Expected Langauge of Chat Engine Response text. If language of response text does not match expected output language, then chat engine tries to call machine translator model (currently not supported) to do the conversion.Usercontext (object) or Usercontext (null) (Usercontext) Any runtime custom parameters needed for dialog flow. tied to this user id. This is populated as part of the request JSON of all fulfillment endpoints as well under context.Metadata (object) or Metadata (null) (Metadata) Default: {} Any chat specific metadata needed for dialog flow.Responses Request samples PayloadContent typeapplication/json{"BotName": "string","Query": "","UserId": "string","SourceLanguage": "string","TargetLanguage": "string","UserContext": { },"Metadata": { }} Response samples 200422Content typeapplication/jsonEvent This endpoint can be used to provide response to a event driven user request for a specific bot, using defined NLU models and plugin modules. The response formation methodology is picked from the bot configurations and rules defined.Request Body schema: application/jsonrequiredBotname (string) or Botname (null) (Botname) The Bot Name which needs to be accessed. This field is mandatory if multiple bots are deployed within Chat Engine. It's value should match the 'bot: ' field defined in the bot config file.EventTypestring (Eventtype) Default: "" The event name which needs to be processed.UserIdrequiredstring (Userid) Mandatory unique identifier to recognize which user is interacting

Amazing Necro Bot Config !!!!?. 300kXp/hr - YouTube

Many weeks before the banwave, I didn't get ban.But on February 2020 they started to ban players, so don't use it and play legit.There's 4 way they can detect it :Warden repeat action : we use a random timer for each action, but the mouse movement are not human.Warden fingerprint : since it's publicly available, they can use the fingerprint.Hook into WinAPI : they probably don't do it because they'll slowdown the process and cause lot of input lag, but we don't really know with 100% accuracy if they register hook into WinAPI.Multiple player report : there's no way to counter that. This bot doesn't require you to sit in Alterac Mountain, but player in BG can report you because you'll sit in AV cave with 0 HK for the whole battleground. If you get lot of multiple report from different battleground, they ban.Anyway, if you are ban, it's from 1 week to 6 month ban, depends on how they classify the ban (afk is 1 week, bot is 6 month).BuildOnly x64 OS are supported.LinuxInstall build dependencies.apt-get install pkg-config libxdo-devBuild.cargo build --release --target=x86_64-pc-windows-gnuWindowsInstall build dependencies.apt-get install gcc-mingw-w64-x86-64 pkg-configrustup target add x86_64-pc-windows-gnuCreate a config file in $CARGO_HOME/config (ex : .cargo/config) :[target.x86_64-pc-windows-gnu]linker = "x86_64-w64-mingw32-gcc"Build.cargo build --release --target=x86_64-pc-windows-gnuMacOSTo be determined.

AMAZING XP Config For Pokemon GO Necro Bot

This is a Node.js botfor ircthat interfaces with OpenAI or Google.It supports rules, commands,permissions, autorespond, anti-spam.This is meant to be used with a group of people in an irc channel.It works as an assistant for general knowledge questions, or just for fun.It's easy to create multiple bots with different personalities.It requires a OpenAI api key, and/or a Google api key.Some good ideas provided by spynxic.It now supports local models through node-llama-cpp.IndexInstallationConfigurationCredentialsUsageCommandsManageRulesPermissionsUsersAdminsAutorespondMultiProcessMarkdownListsTalkThinkAnti-SpamImageInstallation You need to have Node.js installed.You need to have Git installed.You will also need an OpenAI api key,or a Google api key.If you are running this on some sort of server:You might want to have a dedicated system user to handle the bots to avoid using root.You can name it botdude for example, or just use a user that isn't root.Go to the parent directory where you want the airc directory to be createdClone the repo: git clone --depth 1 inside the new directory: cd aircInstall yarn if you don't have it: npm install -g yarnInstall the node dependencies: yarn installCreate the first bot in /configs (read Configuration)Export the api key to the environment (read Credentials)Run the bot with node bot.js mybot and check that it can connectCheck that the bot has read/write permissions on the config filesYou can do this by changing a config like the avatar with mybot, !avatar 😎Then check that the avatar config was updated in /configs/mybot.jsonIf you don't want to install node-llama-cpp try yarn install --ignore-optional.The installation is quicker and easier but local models can't be used.Read Commands to learn how to manage your bots from irc.Read Manage to learn more about managing airc.Configuration You can create many bots from a single installation.Simply create json files inside /configs that override the defaults.All the defaults are defined in config.json. You shouldn't edit this file.Use config.json as a reference only.For example, this is a bot: configs/skeletor.json :{ "nickname": "Skeletor", "avatar": "💀", "channels": [ "#eternia" ], "admins": [ "Marshall" ]}Override only the configs you need, you don't need to define all.Remember to add yourself as an admin.Then start the bot with node bot.js skeletor.Of course, you can name the files anything.Each json file inside /configs is a bot.Bots have to be started and stopped manually by you.Each bot is started individually with its own process.When you modify configs through commands the files get updated automatically.These are the available configs:nickname : irc nickname of the bot.Make sure it's not in use yet: /whois nickname.And make sure it's not registered by another person: /msg nickserv info nickname.username : The internal username of the bot.This is usually displayed in join and quit events.This is not the nickname.server : irc server to connect to.For example irc.libera.chat.channels : Array of irc channels. Here's an awesome Config for the Necro Bot! Gets TONS of XP from the Sniping feature the bot uses! Config Folder (Includes Necro Bot)-

Necro Bot 0.7.3 compiled w/ config {Working }

American.Horror.Stories.S02E07.Necro.720p.HEVC.x265-MeGusta Type: Video > HD - TV shows Files: 6 Size: 200.94 MiB (210704110 Bytes) Uploaded: 2025-01-29 05:39:54 GMT By: TvTeam Seeders: 0 Leechers: 1 Comments Info Hash: FD9E9CD2D55AFDB21D2DA9187A92EE4FB46EE4DF (Problems with magnets links are fixed by upgrading your torrent client!) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Torrent downloaded from is a safe and virus free torrent site with SUPER FAST DOWNLOAD SPEED ! ! !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[center][img] [Title]American.Horror.Stories.S02E07.Necro.720p.HEVC.x265-MeGusta[/Title] [pre][b][color=orange] American.Horror.Stories.S02E07.Necro.720p.HEVC.x265-MeGusta.mkv [/color][/b][/center][b][color=orange]General Information[/color][/b] Duration : 00:44:04 Release size : 191 MB Frame rate : 23.976 Fps MP3 2ch CBR : 128kbps Video resolution : 1280x720 (16:9) [b][color=orange]Extra infos[/color][/b] Format: Matroska / WebM Encoder: Lavf61.5.101 [b][color=orange]Video info[/color][/b] Frame rate: 24000/1001 Codec name: H.265 / HEVC (High Efficiency Video Coding) Codec type: video Codec height: 720 Codec width: 1280 Display ratio: 16:9 Pixel format: yuv420p10le Profile: Main 10 Language: [b][color=orange]Audio info[/color][/b] Channel layout: 5.1(side) Codec name: eac3 Codec type: audio Sample fmt: fltp Sample rate: 48000 [/pre][img] American.Horror.Stories.S02E07.Necro.720p.HEVC.x265-MeGusta.mkv191.26 MiBAmerican.Horror.Stories.S02E07.Necro.720p.HEVC.x265-MeGusta.nfo1.14 KiBScreens/screen0001.png3.32 MiBScreens/screen0002.png2.68 MiBScreens/screen0003.png3.69 MiBTorrent Downloaded From www.Torrenting.org .txt86 B

Comments

User2999

10!avatar 🌴The value of any config can be read by simply writing its name with no arguments.!rules | !allow_ask | !users!ur [something] : Set a personality through rules.!ur a monkey would set the rules to Respond as a monkey.See Rules!add_user [nickname] : Add a nickname to the users list.!remove_user [nickname] : Remove a nickname from the users list.See UsersSee Permissions!join [channel] : Joins an irc channel.A password can be supplied: !join #somechannel somepassword.If the channel is not in the channels config it will be added.!leave [channel] or just !leave : Leave an irc channel.If the channel is in the channels config it will be removed.!ban [nickname] : Manually ban a nickname.!unban [nickname] : Manually unban a nickname.See Anti-Spam!reset [config | all] : Reset a config by removing it from /configs/mybot.json.!reset all Removes all overriden configs except server, channels, port, nickname, and admins.These either enable or disable the ai responses for all users including admins.These can be used when you want to stop the service temporarily without having to turn off the bots.!enable : Enable responses from the bot.!disable : Disable responses from the bot.!config : Prints a summary of various configs.This shows a quick overview of what the bot can do.!report : It shows how long ago the bot was launched, and how much memory it is using.Owned bots respond to a global !cmd command.This can be used to check or change values on all bots at the same time.For example:!cmd words 50 : This changes all owned bots's words config to 50.!cmd rules : This displays the rules of all bots.!cmd report : Get an overview of all your bots.Don't highlight a bot when using these, they're global commands.They work on all owned bots in the current channel.!clear : Clear the channel's context.!invert : Change the context contents from user to ai and vice versa.Then redo the last prompt as if the user asked what the ai said.This can be used to make the ai answer itself.!raw : Show the last response without the markdown formatting.!test : Show what the prompt would be.!debug : Enable or disable debug mode.This makes requests print some information in the console.Changes to any config through commands are saved automatically in /configs/mybot.json.config.json is left intact and used for default values.There's a similarity check to allow minor typos in command names and values.Manage When you need to update, use git pull inside the airc directory and restart the bots.PM2 can be used to manage the bots more easily.The following script might be useful:const API_KEY = `secretKey`const BOTS = [ `bot1`, `bot2`,]const COMMON = { script: `airc/bot.js`, instances: 1, autorestart: true, watch: false, max_memory_restart: `1G`, env: { NODE_ENV: `production`, OPENAI_API_KEY: API_KEY, }, env_production: { NODE_ENV: `production`,

2025-03-26
User2492

BotnetIRC bot written in Python.Botnet implements nearly all core functionality in a form of modules which canbe loaded and unloaded at will and communicate with one another using signals.Thanks to that design a module which encounters serious issues does not affectthe execution of other modules. Furthermore all features of the bot can beenabled and disabled at will and the modules can be updated without restartingthe entire bot and reconnecting to the IRC network simply by reloading a module.It is possible to use built-in modules or create easy to load and integrateuser-maintained external modules distributed in a form of Python packages.Installationpip install --process-dependency-links git+ --helpbotnet run --helpbotnet run /path/to/config.jsonAvailable modulesTo see all available modules navigate to botnet.modules.builtin directory.Each module is provided with a comment containing a description and an exampleconfig snippet.ConfigurationConfig snippets from the module description can be added to the module_configkey in the config file. This is the general structure of the config file:{ "modules": ["module_name1", "module_name2"], "module_config": { "namespace": { "module_name": { "config_parameter": "value" } } }}All builtin modules use the namespace botnet. Most modules are based on theBaseResponder module, so to change the default command prefix alter themodule_config.botnet.base_responder.command_prefix configuration key. See theexample config for details.Example config{ "modules": ["irc", "meta"], "module_config": { "botnet": { "irc": { "server": "irc.example.com", "port": 6697, "ssl": true, "nick": "my_bot", "channels": [ { "name": "#my-channel", "password": null } ], "autosend": [ "PRIVMSG your_nick :I connected!" ] }, "base_responder": { "command_prefix": "." } } }}

2025-04-08
User7561

This repository was archived by the owner on Jul 30, 2020. It is now read-only. This repository was archived by the owner on Jul 30, 2020. It is now read-only. DescriptionFOLLOW these steps or your issue might not get any attention and will be closed.As a rule.. paste your config and portion of log that is related to the issue.If you don't... we have to ask you to paste config.... its a waste of time to ask what has already been asked below....Stop! Before you create this issue (you can delete this section when opening the issue):Have you searched to see if there are other Open/Closed issues for the same issue? If so, comment on that issue instead.Have you validated that your config/auth.json and config/config.json is valid JSON? Use to check.If your question is referring to how to set up or use the bot, please join our discord instead of posting an issue: confirm that your issue is reproducible, with the config you provide below.Expected Behavior:I just try to log in my account and it works prefect 1 hour ago. And I didn't change anything.Actual Behavior:But I cant log into my google account . I can play it on my phone but not by using the bot.The bot stuck at bot switching account processing......Your config.json:replace this text with the contents of your config.json(OPTIONAL) Your Log:d__1`2.MoveNext() in C:\JK\workspace\necrobot-release\FeroxRev\Extensions\HttpClientExtensions.cs:line 68--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at PokemonGo.RocketAPI.Rpc.BaseRpc.d__4`2.MoveNext() in C:\JK\workspace\necrobot-release\FeroxRev\Rpc\BaseRpc.cs:line

2025-03-28
User4954

Sample GroupMe NodeJS Callback BotIntroductionThis project shows the capability of a bot to react to messages sent within a group.ContentsQuickly get our sample bot up and running in your groupsDeploy the code to herokuCreate a botConfigure to your bot's credentialsMake changes to the botPull the code down to your local machineConfigure the local environment variables to your bot's credentialsRequirements:GroupMe accountHeroku accountHeroku ToolbeltGet your bot up and runningDeploy to Heroku:Be sure to log into heroku, using your heroku credentials, then click the link below.You should be taken to a page that looks like this:Optionally, you can give your app a name, or instead leaveit blank and let Heroku name it for you (you can change it later).Next, create a GroupMe Bot:Go to: your GroupMe credentials to log into the developer site.Once you have successfully logged in, go to out the form to create your new bot:Select the group where you want the bot to liveGive your bot a namePaste in the url to your newly deply heroku app Give your bot an avatar by providing a url to an imageClick submitFind your Bot ID:Go here to view all of your bots: on the one you just created.On your Bot's page, copy the Bot IDAdd your Bot ID to your Heroku app:Go here to see all of your Heroku apps and select the one you just created before: your app page, click settings in the top navigation:On your app's setting page, find the Config Vars section and click the Reveal Config Vars button:Then click edit:Fill out the form to add an environment variable to your app:In the "key" field type: BOT_IDIn the "value" field paste your Bot ID that you copied in the previous stepsClick the save buttonNow go test your bot!Go to GroupMe and type "/cool guy" in the group where your bot lives to see it in action.Make it your ownPull the code to your local machineWithin terminal, change directory to the location where you would like the files to live, then run this command:$ heroku git:clone -a YOUR_APP_NAME_HEREAnd then change directory into the new folderConfigure your local BOT_ID environment variableOpen the file .env from your local files in your text editor of choice.Find where it says "YOUR_BOT_ID_HERE" and replace it with the ID of your new bot.If you don't know what your Bot ID is, please refer back to this section,where it is explained how to retrieve it.If your

2025-04-15
User8851

Download OpenAPI specification:DownloadNVIDIA ACE Agent Chat Engine Server APIHealth APIsAPIs for checking and monitoring Server Health Status.Is Ready Check status of the bots and returns the details of available botsquery ParametersBotNamestring (Botname) Responses Response samples 200422Content typeapplication/jsonGet Metrics Responses Response samples 200Content typeapplication/jsonHealth Check Perform a Health CheckReturns 200 when service is up. This does not check the health of downstream services.">Perform a Health CheckReturns 200 when service is up. This does not check the health of downstream services.Responses Response samples 200Content typeapplication/jsonCore APIsAPIs for sending user requests with a valid query or event.Chat This endpoint can be used to provide response to query driven user request for a specific bot, using defined NLU models and plugin modules. The response formation methodology is picked from the bot configurations and rules defined.Request Body schema: application/jsonrequiredBotname (string) or Botname (null) (Botname) The Bot Name which needs to be accessed. This field is mandatory if multiple bots are deployed within Chat Engine. It's value should match the 'bot: ' field defined in the bot config file.Query (string) or Query (null) (Query) Default: "" The user query which needs to be processed.UserIdrequiredstring (Userid) Mandatory unique identifier to recognize which user is interacting with the chat engine.Sourcelanguage (string) or Sourcelanguage (null) (Sourcelanguage) Language of the user query. If language of user query does not match language of the bot, then chat engine tries to call machine translator model (currently not supported) to convert the query to bot language.Targetlanguage (string) or Targetlanguage (null) (Targetlanguage) Expected Langauge of Chat Engine Response text. If language of response text does not match expected output language, then chat engine tries to call machine translator model (currently not supported) to do the conversion.Usercontext (object) or Usercontext (null) (Usercontext) Any runtime custom parameters needed for dialog flow. tied to this user id. This is populated as part of the request JSON of all fulfillment endpoints as well under context.Metadata (object) or Metadata (null) (Metadata) Default: {} Any chat specific metadata needed for dialog flow.Responses Request samples PayloadContent typeapplication/json{"BotName": "string","Query": "","UserId": "string","SourceLanguage": "string","TargetLanguage": "string","UserContext": { },"Metadata": { }} Response samples 200422Content typeapplication/jsonEvent This endpoint can be used to provide response to a event driven user request for a specific bot, using defined NLU models and plugin modules. The response formation methodology is picked from the bot configurations and rules defined.Request Body schema: application/jsonrequiredBotname (string) or Botname (null) (Botname) The Bot Name which needs to be accessed. This field is mandatory if multiple bots are deployed within Chat Engine. It's value should match the 'bot: ' field defined in the bot config file.EventTypestring (Eventtype) Default: "" The event name which needs to be processed.UserIdrequiredstring (Userid) Mandatory unique identifier to recognize which user is interacting

2025-04-24

Add Comment