Questions tagged [agent]

Questions about programming software agents or programming in an agent-oriented environment.

Agents are generally autonomous, reactive and intelligent pieces of software.

See wikipedia for more info.

Some common agent architectures include JADE and Jason.

1268 questions
-1
votes
1 answer

Azure DevOps pipelines: REST API call to update scaling parameters of an agent pool

How could I use a REST API call to update parameters, like: Maximum number of virtual machines in the scale set Number of agents to keep on standby Delay in minutes before deleting excess idle agents (I.e., the ones you set in the Settings tab of…
user2770141
  • 121
  • 5
-1
votes
1 answer

Can interarrival time be used with anylogic schedule block?

I'm trying to model a production sequence in anylogic where orders should come in with an interarrival time of normal(8,105) seconds. These orders should come in every week day between 11 am and 2 pm (3 hour window). I tried to implement this with…
Brocx
  • 3
  • 1
-1
votes
1 answer

Lotus Notes Agent - extract attachments from a Lotus Document to Domino Server File System

I need to extract Attachments from a document to file system (/tmp/) of Domino Server. Domino Server is on Aix 1.6. Method I use : Set ritem = ParmDoc.GetFirstItem("AttachedFiles") If ( ritem.Type = RICHTEXT ) Then ForAll o In…
ibotsios
  • 19
  • 2
-1
votes
1 answer

How to keep jenkins agent online after I restart my remote desktop

I am new to Jenkins and currently I have to test machine Test1 and Test2 on the test machines , I run ranorex automation tests , every thing works fine until i start getting the issue and that is when I restart my remote desktop(Test1 machine) and…
Bilawal
  • 244
  • 5
  • 19
-1
votes
1 answer

Export output of an array for population of agent in Anylogic

I'm new with Anylogic and I would like to export one string array in excell file after running the model for each population of agent. I don't know it's possible or not. Any suggestions? This array is different for each population. for example: 1:…
-1
votes
1 answer

Agent-population state chages in AnyLogic

I have a problem with a project in AnyLogic: When it switches from one state to another, a member of my population has to change color. I was able to set the condition, I set the color change but it changes the color of the whole population. Help…
-1
votes
1 answer

Agents do not enter the process Blocks

I used enter blocks to bring pieces of equipment to the process but nothing happens! How can I push the equipment to enter the process? Can I use resource task start block instead of enter block?
Neda
  • 23
  • 5
-1
votes
1 answer

Cloudwatch docker agent

i have a docker cloudwatch agent running on an Ec2 instance. My question is there anything specific that needs to be done for the cloudwatch agent to report the ec2 host metrics? Because nothing seems to be working as expected, but the container is…
-1
votes
1 answer

Waiting for an available agent after trying to send a build to a new Build Server

I just created a new Build server and added it to an existing Queue, I turned off the other agents in the queue so that this new build server would get the job. I sent a very simple .NET build but the build window says "Waiting for an available…
Pat Delaney
  • 117
  • 10
-1
votes
2 answers

Configuring dynamically provisioned Docker agents

I run a jenkins container but I'd like to Configuring dynamically provisioned Docker agents and I installed docker plugin on jenkins. However I can't reach docker inside the container even if I changed /lib/systemd/system/docker.service turning:…
Salvio
  • 100
  • 2
  • 15
-1
votes
1 answer

How to create agent with different criteria in Anylogic?

I would like to create a simple model. Source -> Queue -> Delay -> Sink Example; All Cake will have same method of process, baked in oven (model) However, each cake, they will have own process time (delay), whether it is Cake A (Agent?) for 5min…
zachfairer
  • 11
  • 1
-1
votes
1 answer

How can I load classes into an running Java Programm

This is the code of my Agent.jar public class Agent { public static void agentmain(String s, Instrumentation instrumentation) { try { ClassLoader classLoader = null; for (Class clazz :…
BlueCodeZ
  • 17
  • 2
-1
votes
1 answer

Anylogic send a new order using getNearestAgentByRoute

Distribution centers (agent) will send a work order to manufacturing centers (agents at multiple locations on GIS map) At a distribution agent, i added codes below TestOrder testorder = new TestOrder (this); // "this" is location of a…
Hello-experts
  • 113
  • 1
  • 1
  • 10
-1
votes
1 answer

TFS 2017 - Build and Release

I am very new in TFS, need to implement CICD using TFS 2017 and its build and release feature, when I tried to run build after creating build definition, I got error like no agent found, I googled and found how to configure agent, but I have…
Heena Patel
  • 43
  • 1
  • 5
-1
votes
1 answer

How can I run agents simultaneously in Anylogic?

How can I run agents simultaneously in Anylogic? when I define some agents in Anylogic and then run program, all agents did not run simultaneous. which means that all agent stay in first state then one of them go's some state and others wait until…
soheil
  • 31
  • 4