Canonical Rule-Based Software Agent Construction
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing software agents programmed with static procedural logic face limitations in adaptability and scalability, particularly when dealing with complex goals and varying execution environments, as they require compiled logic and can be resource-intensive, especially on less powerful devices.
Innovation Solution
A system and method for constructing a canonical rule-based agent that utilizes a set of canonical rules, allowing for compilation and execution in a rule engine, enabling agents to be constructed and moved between environments with a compiled rule set, and dynamically adjusting rule sets based on execution environments to optimize resource usage.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Adaptability or versatility
If agents are programmed with static procedural logic, then the logic can be compiled into agent software, but the agents lack adaptability to different execution environments and complex goals
Solution Approach 1:
The patent segments the agent system into distinct components: a rule engine that executes rules, a working memory that stores data, and a rule set that defines behavior. This segmentation allows the agent to maintain simple compiled code while achieving adaptability through the separate rule-based system that can be dynamically configured without recompiling the agent itself.
Solution Approach 2:
The patent introduces a rule engine as an intermediary between the agent's compiled code and the execution environment. This rule engine acts as a mediator that interprets and executes rules dynamically, allowing the agent to adapt to different environments and complex goals without requiring changes to the core agent code, thus resolving the contradiction between adaptability and complexity.
2Productivity
If agents are programmed with static procedural logic, then the code can be compiled, but the agents become resource-intensive especially on less powerful devices
Solution Approach 1:
The patent extracts the adaptive logic from the compiled agent code and places it in an external rule set that is interpreted by the rule engine. This extraction allows the agent's core compiled code to remain simple and resource-efficient, while the adaptive behavior is handled by the lightweight rule-based system that consumes fewer resources than complex procedural logic would require.
3Ease of operation
If rule-based systems are used with forward-chaining, then the system can diagnose based on symptoms, but the system requires significant computational resources to evaluate all rules
Solution Approach 1:
The patent applies preliminary action by pre-processing and indexing the rule set before execution. The rule engine prepares the rule base in advance, organizing rules and their conditions in a way that enables efficient matching during execution. This preliminary preparation reduces the computational resources required during actual rule evaluation, making the system both easy to use and energy-efficient.
Data Source
AI summary
A method, computer readable medium and system for constructing an agent in a first execution environment that utilizes a set of canonical rules, comprising requesting a canonical rule set for an agent, supplying the agent with the rule set and requesting compilation of the rule set.


