agents
Different User Agents in the browsers
I have noticed that some browsers via a build in development feature allow you to choose different user agents.[详细]
2023-04-08 14:29 分类:问答NotesAgent.Run return value
I have an agent that runs other agents (let\'s call these \'sub-agents\' for my purpose) .Each time the agent run, it logs it\'s actions, whether it ran successfully or generated an error. What I want[详细]
2023-04-03 12:28 分类:问答Controlling Java and Lotusscript agents
I created 2 agents, one made of Java and another made of Lotusscript. The java agent is scheduled to run every 5 minutes, while the lotusscript agent is scheduled to run every 15 minutes. Therefor the[详细]
2023-04-03 08:09 分类:问答Is there any Agent Development framework for Objective-C or C++?
Like JADe, but not for Java. Is there such a thing开发者_如何学C?How about http://www.mobilec.org/?There is a msdn library but it doesn\'t have FIPA functionality like Contract net communication and d[详细]
2023-03-05 04:38 分类:问答Clojure Agent question - using send-off
I have a couple of questions about the following code: (import \'(java.awt Color Graphics Dimension) \'(java.awt.image BufferedImage)[详细]
2023-03-04 22:17 分类:问答XMPP vs JMS as a message carrier
I\'m considering using either XMPP or JMS as the transport for exchanging messages between software agents. (I\'m working with the JADE agent system.)[详细]
2023-02-05 16:27 分类:问答How can I stop a specific agent in Clojure? When are their states garbage-collected?
If an agent is working through its queue in the background in Clojure, how can I stop it without stopping all agents?[详细]
2023-02-02 22:46 分类:问答Twitter Streaming API recording and Processing using Windows Azure and F#
A month ago I tried to use F# agents to process and record Twitter StreamingAPI Data here. As a little exercise I am trying to transfer the code to Windows Azure.[详细]
2023-01-15 17:50 分类:问答How Clojure's agents compare to Scala's actors?
I wrote a simulation of the Ring network topology in Scala (source here) (Scala 2.8 RC7) and Clojure (source here) (Clojure 1.1) for a comparison of Actors and Agents.[详细]
2023-01-08 00:58 分类:问答JADE (Java) - Changing Agent Container
Is there a way to reassign agents to a different co开发者_C百科ntainer or will I have to create a new container and then create all new instances of the agents within the new container?[详细]
2022-12-31 20:16 分类:问答