Do not let any software impress you!

Only let it convince your intellect.
Slider img 1
Do not look for a business paradise!

It is a waste of time.
Slider img 2
Only yourself can push you uphill.

There is no easy road to prizes.
Slider img 3
Productivity is the name of the game.

And you have to conquer it.
Slider img 4
As long as you understand it,

you will start to build your know-how.
Slider img 5
We can help with that.

We have the tools and the method.
Slider img 6

How do we create a new Agent



In reality, we must say an agent prototype. If, for example, we program a coordinator for “order“ processing, then in the case of five (5) running “orders,“ then five (5) different instances of the coordinator agent are active. Let‘s see then how we construct an agent prototype.

1. By right-clicking the mouse, we select Developer.
2. In the appearing window, we select Agents.
3. In the appearing window, we select Agent Builder.

In the form that is displayed, it appears:


{....................................AGENT INFO..............................................}

start_agent_info

       AgentName = “replace this with the agent name“
       AgentDescr = ““
       AgentLanguage = ““
       __timer_interval = 0{....define (in seconds) the timer interval for the wake up}
       __is_registered = 1{.....1=the agent keeps trail to database, 0=starting without trail}
       __delete_on_termination = 0{....1=the agent frees itself when terminates its task}

end_agent_info

{....................................ACTION CODE..............................................}

start_action

       { put some action code here}

end_action

4. By pressing the Create button, we have created the first agent has.

The agent info and the action are required sections in agent building.