8ball030
8ball030
Hi, Please see; ''' from pyknow import * class Greetings(KnowledgeEngine): @DefFacts() def _initial_action(self): yield Fact(action="greet") @Rule(Fact(action='greet'), NOT(Fact(name=W()))) def ask_name(self): self.declare(Fact(name=input("What's your name? "))) @Rule(Fact(action='greet'), NOT(Fact(location=W()))) def ask_location(self): self.declare(Fact(location=input("Where are you?...
Hi, I have found there are a couple of ways to get a value out, You can construct a class which inherits the knowledge engine, you can than have a...
This would cool, there a a number of things I seem to use alot. http_server soef search etc etc
I dont think I articulated myself properly. So. If i create a new cosmos based key. Then I send for example Mobix to it, I am unable to then send...
Multiple containers would work well with helm, as there is another issue in regards to stateful sets failing due to the database. You could then have a flag in helm...
@jmonteer I have all of these to hand, Please confirm that this is referenced in the Autonomous Hegician contracts files
I am also experiencing this exact same issue. Most strange is that i have this example same set of workflows deployed to an identical cluster which does not experience the...
@romosa You ser are legend. Thank you.
we just need to pin your suggested version right?
i have fallen foul of this multiple times, and very odd that this help is shown on the main cli group