- 浏览: 135236 次
- 性别:
- 来自: 福建省莆田市
文章分类
最新评论
-
houruiming:
tks for your info which helps m ...
setcontent和setcontentobject用的是同一片内存 -
turingfellow:
in.tftpd -l -s /home/tmp -u ro ...
commands -
turingfellow:
LINUX下的网络设置 ifconfig ,routeLINU ...
commands -
turingfellow:
安装 linux loopbackyum install um ...
commands
corresponding to communication pathways.Agent acquaintance
models
e
are directed graphs,and so an arc a
n
b indicates that a will
send messages to b,but not necessarily that b will send messages
to a.An acquaintance model may be derived in a straightforward
way from the roles,protocols,and agent models.
?
V
?
¥X6
mA?0A8|(?
?f"$!@8A)||
The design stage of the methodology can now be summarised:
1.Create an agent model:
C
aggregate roles into agent types,and refine to form an
agent type hierarchy;
C
document the instances of each agent type using in-
stance annotations.
2.Develop a services model,by examining protocols and safety
and liveness properties of roles.
3.Develop an acquaintance model from the interaction model
and agent model.
po£
4
9|?Ai?¨H%#'HUsqr7§%i|(
bA||e?f!?EbA|e|?c
9H?A§32A
¨
This section briefly illustrates how the methodology can be applied,
through a case study of the analysis and design of an agent-based
system for managing a British Telecom business process(see[13]
for more details).For reasons of brevity,we omit some details,and
aim instead to give a general flavour of the analysis and design.
The particular application is providing customers with a quote
for installing a network to deliver a particular type of telecommu-
nications service.This activity involves the following departments:
the customer service division(CSD),the design division(DD),the
legal division(LD)and the various organisations who provide the
out-sourced service of vetting customers(VCs).The process is ini-
tiated by a customer contacting the CSD with a set of requirements.
In parallel to capturing the requirements,the CSD gets the cus-
tomer vetted.If the customer fails the vetting procedure,the quote
process terminates.Assuming the customer is satisfactory,their re-
quirements are mapped against the service portfolio.If they can
be met by a standard off-the-shelf item then an immediate quote
can be offered.In the case of bespoke services,however,the pro-
cess is more complex.DD starts to design a solution to satisfy the
customer’s requirements and whilst this is occurring LD checks the
legality of the proposed service.If the desired service is illegal,the
quote process terminates.Assuming the requested service is legal,
the design will eventually be completed and costed.DD then in-
forms CSD of the quote.CSD,in turn,informs the customer.The
business process then terminates.
Moving from this behavioural description of the system’s oper-
ation to an organisational view is comparatively straightforward.In
many cases there is a one to one mapping between departments and
roles.Thus,the VC’s,the LD’s,and the DD’s behaviour are cov-
ered by the roles CustomerVetter,LegalAdvisor,and NetworkDesigner
respectively.CSD’s behaviour falls into two distinct roles:one
acting as an interface to the customer(CustomerHandler),and one
overseeing the process inside the organisation(QuoteManager).The
final role is that of the Customer who requires the quote.Figure 6
defines the role QuoteManager—we omit other role definitions in
the interests of brevity.The definition of the VetCustomer protocol
is given in Figure 7.
Turning to the design stage,an agent model for this application
is given in Figure 8.As this figure illustrates,the implemented sys-
tem contains five agent types,with two roles(CustomerHandler and
QuoteManager)being aggregated into agent type CustomerService-
DivisionAgent.The acquaintance model for this domain is defined
in Figure 9.(We omit the services model in the interests of brevity.)
t
p`§AGb?¨A9v#wu!HxR
As a result of the development and application of robust agent
technologies,there has been a surge of interest in agent-oriented
methodologies and modelling techniques in the last few years.Many
approaches,such as[3,16]take existing OO modelling techniques
or methodologies as their basis,seeking either to extend and adapt
the models and define a methodology for their use,or to directly ex-
tend the applicability of OO methodologies and techniques,such as
design patterns,to the design of agent systems.Other approaches
build upon and extend methodologies and modelling techniques
from software and knowledge engineering,or provide formal,com-
positional modelling languages[2]suitable for the verification of
system structure and function.A valuable survey can be found
in[10].
These approaches usually do not attempt to unify the analysis
and design of a MAS with its design and implementation within a
particular agent technology.They either regard the output of the
analysis and design process as an abstract specification to which
traditional lower-level design methodologies may be applied(as
proposed in this paper),or else they allow some architectural com-
mitment to be made during analysis or design,but fall short of a
full elaboration of the design within the chosen framework.Of the
approaches mentioned above,only the AOM approach of[16,15]
makes a strong commitment to a particular agent architecture and
proposes a design elaboration and refinement process that leads to
directly executable agent specifications.Given the proliferation of
available agent technologies,there are clearly advantages to a more
general approach,as proposed here.However,a disadvantage may
be a need for iteration of the entire process if the lower-level design
process reveal issues that are best resolved at the agent-oriented
level.
Despite this difference in scope,there are many similarities be-
tween the AOM approach and that proposed here.The former was
developed to fulfill the need for a principled approach to the speci-
fication of complex multi-agent systems based on the belief-desire-
intention(BDI)technology of the Procedural Reasoning System
(PRS)and the Distributed Multi-Agent Reasoning System(DMARS)
[17,6].
The AOM methodology takes as its starting point object-oriented
modelling techniques,as exemplified by[19,1],and adapts and ex-
tends them with agent concepts.The methodology itself is aimed
at the construction of a set of models which,when fully elaborated,
define an agent system specification.The main separation in the
models developed is between the external and internal models.The
external models present a system-level view:the main components
visible in these models are agents themselves,and they are primar-
ily concerned with agent relationships and interactions,including
inheritance and aggregation relationships that allow abstraction of
agent structure.In contrast,the internal models which are associ-
ated with each distinct agent class are entirely concerned with the
internals of agents:their beliefs,goals,and plans.
There are two primary external models;the agent model,which
describes agent classes and instances,and the interaction model,
which captures communications and control relationships between
agents.The agent model is further divided into an agent class
model and an agent instance model.These two models define the
agent classes and instances that can appear,and relate these to one
another via inheritance,aggregation,and instantiation relations.
Agent classes define various attributes possessed by agents,and
amongst these are attributes defining the agent’s sets of beliefs,
goals,and plans.The analyst is able to define how these attributes
are overridden during inheritance.For example,it is assumed that
by default,inherited plans have lower priority than those in sub-
classes.The analyst may tailor these properties as desired.
The internal models,which represent the beliefs,goals and plans
of particular agent classes,are direct extensions of OO object mod-
els(beliefs,goals)and dynamic models(plans).Thus,for exam-
ple,an object model is used to describe the objects about which
an agent will have beliefs,and the properties of those beliefs,such
as whether they have open-or closed-world semantics.Dynamic
models,extended with notions of failure and various other attributes,
are used to directly represent an agent’s plans.These models are
thus quite specific to the BDI architecture employed in DMARS.By
contrast,the external models are applicable to any BDI agent ar-
chitecture.The methodology is aimed at elaborating the models
described above.
A particular feature of the methodology is its emphasis on the
use of abstract agent classes as the means to group roles during
analysis and model refinement,which permits decisions about the
boundaries of concrete agents to be deferred to a late stage of the
design process.
Note that the analysis process will be iterative,as in traditional
methodologies.The outcome will be a model that comprises spec-
ifications in the form required by the DMARS agent architecture.
As a result,the move from end-design to implementation using
DMARS is relatively simple.
It can be seen that there are many similarities between the AOM
external models and the models proposed in this paper.However,
the notion of responsibility used in the AOM models is quite in-
formal:safety and liveness requirements are not made explicit at
an abstract level,and they lack the notion of permissions used to
capture resource usage,which is instead captured implicitly by the
belief structure of individual agents.By contrast,the protocols that
define the permitted interactions between agents may be developed
to a greater degree of detail within the AOM approach,for example
as in[14],whereas here protocols are employed as more generic
descriptions of behaviour that may involve entities not modelled as
agents,such as the coffee machine.Another significant difference
is the use in AOM of inheritance between agent classes which is
not permitted by the methodology proposed here,as it is of limited
value without a specific architectural commitment.
The
?
definition and use of various notions of role,responsibility,
interaction,team and society or organization in particular methods
for agent-oriented analysis and design has also inherited or adapted
much from more general uses of these concepts within multi-agent
systems,including organization-focussed approaches such as[9,7,
11]and sociological approaches such as[4].However,it is beyond
the scope of this paper to compare our definition and use of these
concepts with this heritage.
?
4
!
bG%§i|(!
?|
?#§I%&{¨
6
9A?uwH!xR
In this paper,we have described a methodology we have developed
for the analysis and design of agent-based systems.The key con-
cepts in this methodology are roles,which have associated with
them responsibilities,permissions,and protocols.Roles can inter-
act with one another in certain institutionalised ways,which are
defined in the protocols of the respective roles.
There are many issues remaining for future work.Perhaps most
importantly,our methodology does not attempt to deal with truly
open systems,in which agents may not share common goals.This
class of systems represents arguably the most important applica-
tion area for multi-agent systems,and it is therefore essential that
our methodology should be able to deal with it.Another aspect of
agent-based analysis and design that requires more work is the no-
tion of an organisational structure.At the moment,such structures
are only implicitly defined within our methodology—within the
role and interaction models.However,direct,explicit representa-
tions of such structures will be of value for some applications.For
example,if agents are used to model large organisations,then these
organisations will have an explicitly defined structure.Represent-
ing such structures may be the only way of adequately capturing
and understanding the organisation’s communication and control
structures.More generally,the development of organisation design
patterns might be useful for reusing successful multi-agent system
structures(cf.[8]).Finally,we believe that a successful methodol-
ogy is one that is not only of pragmatic value,but one that also has
a well-defined,unambiguous formal semantics.While the typical
developer need never even be aware of the existence of such a se-
mantics,it is nevertheless essential to have a precise understanding
of what the concepts and terms in a methodology mean[21].
models
e
are directed graphs,and so an arc a
n
b indicates that a will
send messages to b,but not necessarily that b will send messages
to a.An acquaintance model may be derived in a straightforward
way from the roles,protocols,and agent models.
?
V
?
¥X6
mA?0A8|(?
?f"$!@8A)||
The design stage of the methodology can now be summarised:
1.Create an agent model:
C
aggregate roles into agent types,and refine to form an
agent type hierarchy;
C
document the instances of each agent type using in-
stance annotations.
2.Develop a services model,by examining protocols and safety
and liveness properties of roles.
3.Develop an acquaintance model from the interaction model
and agent model.
po£
4
9|?Ai?¨H%#'HUsqr7§%i|(
bA||e?f!?EbA|e|?c
9H?A§32A
¨
This section briefly illustrates how the methodology can be applied,
through a case study of the analysis and design of an agent-based
system for managing a British Telecom business process(see[13]
for more details).For reasons of brevity,we omit some details,and
aim instead to give a general flavour of the analysis and design.
The particular application is providing customers with a quote
for installing a network to deliver a particular type of telecommu-
nications service.This activity involves the following departments:
the customer service division(CSD),the design division(DD),the
legal division(LD)and the various organisations who provide the
out-sourced service of vetting customers(VCs).The process is ini-
tiated by a customer contacting the CSD with a set of requirements.
In parallel to capturing the requirements,the CSD gets the cus-
tomer vetted.If the customer fails the vetting procedure,the quote
process terminates.Assuming the customer is satisfactory,their re-
quirements are mapped against the service portfolio.If they can
be met by a standard off-the-shelf item then an immediate quote
can be offered.In the case of bespoke services,however,the pro-
cess is more complex.DD starts to design a solution to satisfy the
customer’s requirements and whilst this is occurring LD checks the
legality of the proposed service.If the desired service is illegal,the
quote process terminates.Assuming the requested service is legal,
the design will eventually be completed and costed.DD then in-
forms CSD of the quote.CSD,in turn,informs the customer.The
business process then terminates.
Moving from this behavioural description of the system’s oper-
ation to an organisational view is comparatively straightforward.In
many cases there is a one to one mapping between departments and
roles.Thus,the VC’s,the LD’s,and the DD’s behaviour are cov-
ered by the roles CustomerVetter,LegalAdvisor,and NetworkDesigner
respectively.CSD’s behaviour falls into two distinct roles:one
acting as an interface to the customer(CustomerHandler),and one
overseeing the process inside the organisation(QuoteManager).The
final role is that of the Customer who requires the quote.Figure 6
defines the role QuoteManager—we omit other role definitions in
the interests of brevity.The definition of the VetCustomer protocol
is given in Figure 7.
Turning to the design stage,an agent model for this application
is given in Figure 8.As this figure illustrates,the implemented sys-
tem contains five agent types,with two roles(CustomerHandler and
QuoteManager)being aggregated into agent type CustomerService-
DivisionAgent.The acquaintance model for this domain is defined
in Figure 9.(We omit the services model in the interests of brevity.)
t
p`§AGb?¨A9v#wu!HxR
As a result of the development and application of robust agent
technologies,there has been a surge of interest in agent-oriented
methodologies and modelling techniques in the last few years.Many
approaches,such as[3,16]take existing OO modelling techniques
or methodologies as their basis,seeking either to extend and adapt
the models and define a methodology for their use,or to directly ex-
tend the applicability of OO methodologies and techniques,such as
design patterns,to the design of agent systems.Other approaches
build upon and extend methodologies and modelling techniques
from software and knowledge engineering,or provide formal,com-
positional modelling languages[2]suitable for the verification of
system structure and function.A valuable survey can be found
in[10].
These approaches usually do not attempt to unify the analysis
and design of a MAS with its design and implementation within a
particular agent technology.They either regard the output of the
analysis and design process as an abstract specification to which
traditional lower-level design methodologies may be applied(as
proposed in this paper),or else they allow some architectural com-
mitment to be made during analysis or design,but fall short of a
full elaboration of the design within the chosen framework.Of the
approaches mentioned above,only the AOM approach of[16,15]
makes a strong commitment to a particular agent architecture and
proposes a design elaboration and refinement process that leads to
directly executable agent specifications.Given the proliferation of
available agent technologies,there are clearly advantages to a more
general approach,as proposed here.However,a disadvantage may
be a need for iteration of the entire process if the lower-level design
process reveal issues that are best resolved at the agent-oriented
level.
Despite this difference in scope,there are many similarities be-
tween the AOM approach and that proposed here.The former was
developed to fulfill the need for a principled approach to the speci-
fication of complex multi-agent systems based on the belief-desire-
intention(BDI)technology of the Procedural Reasoning System
(PRS)and the Distributed Multi-Agent Reasoning System(DMARS)
[17,6].
The AOM methodology takes as its starting point object-oriented
modelling techniques,as exemplified by[19,1],and adapts and ex-
tends them with agent concepts.The methodology itself is aimed
at the construction of a set of models which,when fully elaborated,
define an agent system specification.The main separation in the
models developed is between the external and internal models.The
external models present a system-level view:the main components
visible in these models are agents themselves,and they are primar-
ily concerned with agent relationships and interactions,including
inheritance and aggregation relationships that allow abstraction of
agent structure.In contrast,the internal models which are associ-
ated with each distinct agent class are entirely concerned with the
internals of agents:their beliefs,goals,and plans.
There are two primary external models;the agent model,which
describes agent classes and instances,and the interaction model,
which captures communications and control relationships between
agents.The agent model is further divided into an agent class
model and an agent instance model.These two models define the
agent classes and instances that can appear,and relate these to one
another via inheritance,aggregation,and instantiation relations.
Agent classes define various attributes possessed by agents,and
amongst these are attributes defining the agent’s sets of beliefs,
goals,and plans.The analyst is able to define how these attributes
are overridden during inheritance.For example,it is assumed that
by default,inherited plans have lower priority than those in sub-
classes.The analyst may tailor these properties as desired.
The internal models,which represent the beliefs,goals and plans
of particular agent classes,are direct extensions of OO object mod-
els(beliefs,goals)and dynamic models(plans).Thus,for exam-
ple,an object model is used to describe the objects about which
an agent will have beliefs,and the properties of those beliefs,such
as whether they have open-or closed-world semantics.Dynamic
models,extended with notions of failure and various other attributes,
are used to directly represent an agent’s plans.These models are
thus quite specific to the BDI architecture employed in DMARS.By
contrast,the external models are applicable to any BDI agent ar-
chitecture.The methodology is aimed at elaborating the models
described above.
A particular feature of the methodology is its emphasis on the
use of abstract agent classes as the means to group roles during
analysis and model refinement,which permits decisions about the
boundaries of concrete agents to be deferred to a late stage of the
design process.
Note that the analysis process will be iterative,as in traditional
methodologies.The outcome will be a model that comprises spec-
ifications in the form required by the DMARS agent architecture.
As a result,the move from end-design to implementation using
DMARS is relatively simple.
It can be seen that there are many similarities between the AOM
external models and the models proposed in this paper.However,
the notion of responsibility used in the AOM models is quite in-
formal:safety and liveness requirements are not made explicit at
an abstract level,and they lack the notion of permissions used to
capture resource usage,which is instead captured implicitly by the
belief structure of individual agents.By contrast,the protocols that
define the permitted interactions between agents may be developed
to a greater degree of detail within the AOM approach,for example
as in[14],whereas here protocols are employed as more generic
descriptions of behaviour that may involve entities not modelled as
agents,such as the coffee machine.Another significant difference
is the use in AOM of inheritance between agent classes which is
not permitted by the methodology proposed here,as it is of limited
value without a specific architectural commitment.
The
?
definition and use of various notions of role,responsibility,
interaction,team and society or organization in particular methods
for agent-oriented analysis and design has also inherited or adapted
much from more general uses of these concepts within multi-agent
systems,including organization-focussed approaches such as[9,7,
11]and sociological approaches such as[4].However,it is beyond
the scope of this paper to compare our definition and use of these
concepts with this heritage.
?
4
!
bG%§i|(!
?|
?#§I%&{¨
6
9A?uwH!xR
In this paper,we have described a methodology we have developed
for the analysis and design of agent-based systems.The key con-
cepts in this methodology are roles,which have associated with
them responsibilities,permissions,and protocols.Roles can inter-
act with one another in certain institutionalised ways,which are
defined in the protocols of the respective roles.
There are many issues remaining for future work.Perhaps most
importantly,our methodology does not attempt to deal with truly
open systems,in which agents may not share common goals.This
class of systems represents arguably the most important applica-
tion area for multi-agent systems,and it is therefore essential that
our methodology should be able to deal with it.Another aspect of
agent-based analysis and design that requires more work is the no-
tion of an organisational structure.At the moment,such structures
are only implicitly defined within our methodology—within the
role and interaction models.However,direct,explicit representa-
tions of such structures will be of value for some applications.For
example,if agents are used to model large organisations,then these
organisations will have an explicitly defined structure.Represent-
ing such structures may be the only way of adequately capturing
and understanding the organisation’s communication and control
structures.More generally,the development of organisation design
patterns might be useful for reusing successful multi-agent system
structures(cf.[8]).Finally,we believe that a successful methodol-
ogy is one that is not only of pragmatic value,but one that also has
a well-defined,unambiguous formal semantics.While the typical
developer need never even be aware of the existence of such a se-
mantics,it is nevertheless essential to have a precise understanding
of what the concepts and terms in a methodology mean[21].
发表评论
-
protocols
2011-04-03 19:22 925<!-- The protocols capabilit ... -
dfcap
2011-04-03 19:15 876<!-- The df capability has a ... -
booktrading /seller
2011-03-29 23:19 928<html><head><tit ... -
booktrading / manager
2011-03-29 23:18 1093<html><head><tit ... -
booktrading / common
2011-03-29 23:17 987<html><head><tit ... -
booktrading / buyer
2011-03-29 23:13 846<!-- <H3>The buyer age ... -
tomcat的context说明书
2011-03-20 17:39 803http://tomcat.apache.org/tomcat ... -
msyql的select语法
2010-09-13 22:52 107613.2.7. SELECT语法 13.2.7.1. ... -
zotero与word集成
2010-09-11 08:50 1768Manually Installing the Zotero ... -
university 2/n
2010-08-24 07:54 898Chapter 1.Introduction of regis ... -
university 1/n
2010-08-24 07:53 940chapter? Introduction ?.?The st ... -
Sun Java Bugs that affect lucene
2010-08-23 08:59 735Sometimes Lucene runs amok of b ... -
Snowball分词
2010-08-22 13:07 1226using System; using Lucene.Net. ... -
penn tree bank 6/6
2010-08-20 07:09 91811 This use of 12 Contact the - ... -
penn tree bank 5/n
2010-08-19 07:40 923always errs on the side of caut ... -
penn tree bank 4/n
2010-08-19 07:39 8184. Bracketing 4.1 Basic Methodo ... -
penn tree bank 3/n
2010-08-15 23:31 8192.3.1 Automated Stage. During t ... -
penn tree bank 2/n
2010-08-15 23:30 1505Mitchell P Marcus et al. Buildi ... -
capabilities 3/3
2010-08-11 22:58 77901<capability xmlns="ht ... -
capabilities 2/3
2010-08-11 22:57 740Fig.3.Element creation cases:a) ...
相关推荐
Gaia是一套完整的互动网站制作框架。它定义了网站的基本数据流,采用xml进行结构配置和资源管理。各个页面之间以transitionIn,transitionInComplete,transitionOut,transitionOutComplete等步骤串联在一起。Gaia...
3. **80-cf188-1_aa_adk_training_-_adk_features_-_gaia.pdf**:这份文档可能是关于 Advanced Development Kit (ADK) 的培训材料,重点介绍 GAIA 功能。ADK 是 CSR 提供的高级开发工具,它可能包含了调试工具、...
3. 管道管理: 文档中多次出现“管道管理”这个词汇,这在GAIA插件中应该指的是整个地形生成流程的管理。它可能包含有不同的工作流节点,允许用户进行管道切换,以及安装、卸载等操作。这也可能涉及到不同工具或算法...
最新消息 -------------------------------------------------------- 来我们的社区获取新闻,支持,教程和免费邮票...新功能包括GPU地形渲染,触摸控制,流线型管道,以及Unity 2022.3以后的支持。在树冠社区论坛、
Gaia是一套完整的互动网站制作框架。它定义了网站的基本数据流,采用xml进行结构配置和资源管理。各个页面之间以transitionIn,transitionInComplete,transitionOut,transitionOutComplete等步骤串联在一起。Gaia...
安卓APK,支持安卓4.4版本以上,支持CSRA63120/CSRA63220/CSRA63210/CSRA63225/CSRA64110/CSRA64210/CSRA64215/CSRA8670/CSRA8675蓝牙模块的GAIA控制。
3. **环境串流**:对于大型开放世界游戏,场景的加载和管理是个挑战。Gaia Pro支持串流技术,能动态加载玩家周围的环境,优化性能,确保游戏运行流畅,同时保持广阔的视觉体验。 4. **资源库**:Gaia Pro包含一个...
##### 3. **命令格式** - **基于包的传输**:对于基于包的传输,命令格式包括Vendor ID、Command ID和Payload三个字段。 - Vendor ID:16位字段,用于标识命令来源。所有CSR GAIA命令都使用CSR的Vendor ID(0x000a...
Go-Gaia是一个创新的开源自动化平台,专为开发者设计,允许他们使用各种编程语言轻松构建强大、高效的处理管道。这个平台的核心理念是简化复杂的自动化流程,让开发人员能够更专注于他们的核心业务逻辑,而不是底层...
3. **Android Bluetooth API**:在安卓平台上开发蓝牙应用,需要熟悉Android的Bluetooth API。这包括BluetoothAdapter、BluetoothDevice、BluetoothGatt等类,用于扫描、连接、读写数据等操作。开发者需要理解如何...
Gaia ajax 感觉不错
Gaia Pro主要功能: -多瓦片地形支持; -强大的生物群落创建和混合系统; -无损编辑的大规模世界创作; -大规模的世界流,剔除和浮点修复支持; -模块化向导驱动的设计,可随意使用或少用; -具有位置和季节变化,SS...
unity地形插件Gaia Pro - Terrain Scene Generator v2.2.4
3. **配置管理**:用户可以通过GAIA Control调整设备的各种设置,例如声音模式、连接偏好、省电模式等,以适应个人需求。 4. **安全更新**:随着安全漏洞的发现,GAIA Control能确保设备及时收到安全补丁,保护用户...
《高通QCC514x与QCC304x芯片官方APP——GAIA Client Android版解析》 在移动设备领域,高通是全球知名的半导体制造商,以其高性能的芯片解决方案闻名于世。针对物联网(IoT)和智能穿戴设备市场,高通推出了QCC514x...
gaia, 一种分散的高性能存储系统 :分布式高性能存储系统开发人员注意:这个文档描述了 Gaia,只能处理单个读者和作者( 例如 。 没有数据共享。这里的文档将被Gaia的文档取代,它允许多个读者。 Gaia是一个完全不同...
Unity 地形工具 Gaia
gaia pro 2023核心包
**Gaia 源文件详解** Gaia 是一个开源项目,主要用于构建和管理 Firefox OS 的用户界面。这个“gaia源文件”包含了Gaia项目的实际代码和资源,它提供了构建自定义Firefox OS用户体验的框架。在深入理解 Gaia 之前,...
资源分类:Python库 所属语言:Python 使用前提:需要解压 资源全名:gaia_control-0.1.7-py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059