aisysprojserver
Introduction
Terminology: Agents and Environments
Getting Started
Clients
Server Protocol v0
Server Protocol v1
Implementing a new environment type
Contribute
latest
aisysprojserver
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
AbandonAction (class in aisysprojserver.act)
AbbreviatedRunData (class in aisysprojserver.env_interface)
act() (aisysprojserver.env_interface.GenericEnvironment method)
(aisysprojserver_test.test_act.ActTest method)
(in module aisysprojserver.act)
act_no (aisysprojserver.act.ActionRequestV1 attribute)
(aisysprojserver.act.ActionV1 attribute)
(aisysprojserver_clienttools.client.Action attribute)
(aisysprojserver_clienttools.client.ActionRequest attribute)
ActConfig (class in aisysprojserver.act)
action (aisysprojserver.act.ActionV0 attribute)
(aisysprojserver.act.ActionV1 attribute)
(aisysprojserver.env_interface.ActionHistoryEntry attribute)
(aisysprojserver_clienttools.client.Action attribute)
Action (class in aisysprojserver_clienttools.client)
action_extra_info (aisysprojserver.env_interface.ActionResult attribute)
action_history (aisysprojserver.env_interface.RunData attribute)
action_number (aisysprojserver_clienttools.client.RequestInfo attribute)
action_requests (aisysprojserver.act.ResponseV0 attribute)
(aisysprojserver.act.ResponseV1 attribute)
(aisysprojserver_clienttools.client.ServerResponse attribute)
ActionHistoryEntry (class in aisysprojserver.env_interface)
ActionRequest (class in aisysprojserver.env_interface)
(class in aisysprojserver_clienttools.client)
ActionResult (class in aisysprojserver.env_interface)
actions (aisysprojserver.act.RequestV0 attribute)
(aisysprojserver.act.RequestV1 attribute)
ACTIVE (aisysprojserver.agent_account.AgentStatus attribute)
active_runs (aisysprojserver.act.ResponseV1 attribute)
(aisysprojserver_clienttools.client.ServerResponse attribute)
ActiveEnvironment (class in aisysprojserver.active_env)
ActiveEnvironmentModel (class in aisysprojserver.models)
ActManager (class in aisysprojserver.act)
ActTest (class in aisysprojserver_test.test_act)
(class in aisysprojserver_test.test_clients)
add_env() (aisysprojserver.group.Group method)
add_env_to_group() (aisysprojserver_clienttools.admin.AdminClient method)
add_subgroup() (aisysprojserver.group.Group method)
add_subgroup_to_group() (aisysprojserver_clienttools.admin.AdminClient method)
addenv() (in module aisysprojserver.group_management)
addsubgroup() (in module aisysprojserver.group_management)
admin (aisysprojserver_test.servertestcase.ServerTestCase attribute)
ADMIN_AUTH (aisysprojserver.config.Config attribute)
(aisysprojserver.config.TestConfig attribute)
(aisysprojserver.config.UwsgiConfig attribute)
AdminClient (class in aisysprojserver_clienttools.admin)
agent (aisysprojserver.act.RequestV0 attribute)
(aisysprojserver.act.RequestV1 attribute)
(aisysprojserver.models.RunModel attribute)
(aisysprojserver_clienttools.client.AgentConfig attribute)
Agent (class in aisysprojserver_clienttools.client)
agent_name (aisysprojserver.env_interface.AbbreviatedRunData attribute)
(aisysprojserver.env_interface.AgentDataSummary attribute)
(aisysprojserver.env_interface.RunData attribute)
agent_page() (in module aisysprojserver.website)
agent_rating (aisysprojserver.env_interface.AgentDataSummary attribute)
AgentAccount (class in aisysprojserver.agent_account)
AgentAccountModel (class in aisysprojserver.models)
AgentConfig (class in aisysprojserver_clienttools.client)
AgentData (class in aisysprojserver.agent_data)
AgentDataModel (class in aisysprojserver.models)
AgentDataSummary (class in aisysprojserver.env_interface)
AgentProcess (class in aisysprojserver_clienttools.client)
agents (aisysprojserver.env_interface.EnvData attribute)
AgentStatus (class in aisysprojserver.agent_account)
aisysprojserver
module
aisysprojserver.act
module
aisysprojserver.active_env
module
aisysprojserver.active_env_management
module
aisysprojserver.admin
module
aisysprojserver.agent_account
module
aisysprojserver.agent_account_management
module
aisysprojserver.agent_data
module
aisysprojserver.app
module
aisysprojserver.authentication
module
aisysprojserver.config
module
aisysprojserver.env_interface
module
aisysprojserver.env_mixins
module
aisysprojserver.env_settings
module
aisysprojserver.group
module
aisysprojserver.group_management
module
aisysprojserver.models
module
aisysprojserver.plugins
module
aisysprojserver.run
module
aisysprojserver.telemetry
module
aisysprojserver.util
module
aisysprojserver.website
module
aisysprojserver_clienttools
module
aisysprojserver_clienttools.admin
module
aisysprojserver_clienttools.client
module
aisysprojserver_clienttools.client_simple_v0
module
aisysprojserver_clienttools.client_simple_v1
module
aisysprojserver_clienttools.upload_plugin
module
aisysprojserver_test
module
aisysprojserver_test.servertestcase
module
aisysprojserver_test.test_act
module
aisysprojserver_test.test_clients
module
aisysprojserver_test.test_plugins
module
aisysprojserver_test.test_user_management
module
app (aisysprojserver_test.servertestcase.ServerTestCase attribute)
B
BadPluginError
best_rating (aisysprojserver.models.AgentDataModel attribute)
block() (aisysprojserver.agent_account.AgentAccount method)
blockagent() (in module aisysprojserver.agent_account_management)
C
CACHE_DEFAULT_TIMEOUT (aisysprojserver.config.Config attribute)
CACHE_TYPE (aisysprojserver.config.Config attribute)
CAN_ABANDON_RUNS (aisysprojserver.env_settings.EnvSettings attribute)
client (aisysprojserver.act.RequestV1 attribute)
(aisysprojserver_test.servertestcase.ServerTestCase attribute)
close() (aisysprojserver_clienttools.client.MultiProcessAgentRequestProcessor method)
(aisysprojserver_clienttools.client.RequestProcessor method)
(aisysprojserver_clienttools.client.SimpleRequestProcessor method)
config (aisysprojserver.active_env_management.MakeEnvRequest attribute)
(aisysprojserver.models.ActiveEnvironmentModel attribute)
Config (class in aisysprojserver.config)
CONFIG_NAME (aisysprojserver.config.Config attribute)
(aisysprojserver.config.UwsgiConfig attribute)
content (aisysprojserver.act.Message attribute)
(aisysprojserver.env_interface.ActionRequest attribute)
(aisysprojserver_clienttools.client.Message attribute)
create_app() (in module aisysprojserver.app)
current_agent_rating (aisysprojserver.env_interface.AgentDataSummary attribute)
current_rating (aisysprojserver.models.AgentDataModel attribute)
D
DATABASE_URI (aisysprojserver.config.Config property)
default_pwd_hash() (in module aisysprojserver.authentication)
delete() (aisysprojserver.agent_account.AgentAccount method)
(aisysprojserver.agent_data.AgentData method)
(aisysprojserver.group.Group method)
delete_group() (aisysprojserver_clienttools.admin.AdminClient method)
delete_nonrecent_runs() (aisysprojserver.agent_data.AgentData method)
deletegroup() (in module aisysprojserver.group_management)
deleteunusedagents() (in module aisysprojserver.admin)
DESCRIPTION (aisysprojserver.env_settings.EnvSettings attribute)
description (aisysprojserver.group.Group property)
(aisysprojserver.group_management.MakeGroupRequest attribute)
description_html (aisysprojserver.models.GroupModel attribute)
diskusage() (in module aisysprojserver.admin)
display_group (aisysprojserver.active_env_management.MakeEnvRequest attribute)
display_name (aisysprojserver.active_env.ActiveEnvironment property)
(aisysprojserver.active_env_management.MakeEnvRequest attribute)
(aisysprojserver.agent_data.AgentData property)
(aisysprojserver.env_interface.EnvInfo attribute)
(aisysprojserver.group.Group property)
displaygroup (aisysprojserver.models.ActiveEnvironmentModel attribute)
displayname (aisysprojserver.models.ActiveEnvironmentModel attribute)
(aisysprojserver.models.GroupModel attribute)
E
entry (aisysprojserver.models.GroupEntryModel attribute)
entry_type (aisysprojserver.models.GroupEntryModel attribute)
env (aisysprojserver_clienttools.client.AgentConfig attribute)
env_class (aisysprojserver.active_env_management.MakeEnvRequest attribute)
(aisysprojserver.models.ActiveEnvironmentModel attribute)
env_class_refstr (aisysprojserver.active_env.ActiveEnvironment property)
env_page() (in module aisysprojserver.website)
env_str() (aisysprojserver.run.Run method)
EnvData (class in aisysprojserver.env_interface)
EnvInfo (class in aisysprojserver.env_interface)
environment (aisysprojserver.models.AgentAccountModel attribute)
(aisysprojserver.models.AgentDataModel attribute)
(aisysprojserver.models.RunModel attribute)
EnvSettings (class in aisysprojserver.env_settings)
error (aisysprojserver.act.MessageType attribute)
error() (aisysprojserver.env_interface.ActionResult class method)
errors (aisysprojserver.act.ResponseV0 attribute)
errors() (in module aisysprojserver.admin)
exception_handler() (in module aisysprojserver.app)
exists() (aisysprojserver.models.ModelMixin method)
extra_info (aisysprojserver.env_interface.ActionHistoryEntry attribute)
F
finish_run() (aisysprojserver_clienttools.client.AgentProcess method)
finished (aisysprojserver.models.RunModel attribute)
finished_runs (aisysprojserver.act.ResponseV1 attribute)
(aisysprojserver_clienttools.client.ServerResponse attribute)
from_file() (aisysprojserver_clienttools.admin.AdminClient class method)
from_request() (aisysprojserver.agent_account.AgentAccount class method)
frontpage() (in module aisysprojserver.website)
fully_evaluated (aisysprojserver.env_interface.AgentDataSummary attribute)
(aisysprojserver.models.AgentDataModel attribute)
G
generate_admin_password() (in module aisysprojserver.authentication)
GenericEnvironment (class in aisysprojserver.env_interface)
get() (aisysprojserver.plugins.PluginManager class method)
(in module aisysprojserver.config)
get_abandon_outcome() (aisysprojserver.env_interface.GenericEnvironment method)
get_act_response() (aisysprojserver.act.ActManager method)
get_action() (aisysprojserver_clienttools.client.Agent method)
(in module aisysprojserver_clienttools.client_simple_v0)
(in module aisysprojserver_clienttools.client_simple_v1)
get_action_request() (aisysprojserver.env_interface.GenericEnvironment method)
get_action_result() (aisysprojserver.act.ActManager method)
get_admin_hashes() (in module aisysprojserver.authentication)
get_agent_data_model() (aisysprojserver.act.ActManager method)
get_agent_results() (aisysprojserver_clienttools.admin.AdminClient method)
get_all_active_envs() (in module aisysprojserver.active_env)
get_all_agentaccounts_for_env() (in module aisysprojserver.agent_account)
get_all_agentdata() (in module aisysprojserver.agent_data)
get_all_agentdata_for_env() (in module aisysprojserver.agent_data)
get_all_groups() (in module aisysprojserver.group)
get_env_data() (aisysprojserver.active_env.ActiveEnvironment method)
get_env_instance() (aisysprojserver.active_env.ActiveEnvironment method)
get_env_results() (in module aisysprojserver.admin)
get_envs() (aisysprojserver.group.Group method)
(aisysprojserver_clienttools.admin.AdminClient method)
get_history() (aisysprojserver.run.Run method)
get_pid() (in module aisysprojserver.telemetry)
get_response() (aisysprojserver_clienttools.client.AgentProcess method)
get_run_model_and_history() (aisysprojserver.act.ActManager method)
get_run_url() (aisysprojserver_clienttools.client.Agent method)
(in module aisysprojserver_clienttools.client)
get_state() (aisysprojserver.run.Run method)
get_strong_nim_move() (in module aisysprojserver_test.servertestcase)
get_subgroups() (aisysprojserver.group.Group method)
get_username() (aisysprojserver_test.servertestcase.ServerTestCase class method)
getenvs() (in module aisysprojserver.admin)
group (aisysprojserver.models.GroupEntryModel attribute)
Group (class in aisysprojserver.group)
group_page() (in module aisysprojserver.website)
GroupEntryModel (class in aisysprojserver.models)
GroupModel (class in aisysprojserver.models)
H
helper (aisysprojserver_test.servertestcase.ServerTestCase attribute)
history (aisysprojserver.models.RunModel attribute)
I
identifier (aisysprojserver.agent_data.AgentData attribute)
(aisysprojserver.env_interface.EnvInfo attribute)
(aisysprojserver.models.ActiveEnvironmentModel attribute)
(aisysprojserver.models.AgentAccountModel attribute)
(aisysprojserver.models.AgentDataModel attribute)
(aisysprojserver.models.GroupModel attribute)
(aisysprojserver.models.ModelMixin attribute)
(aisysprojserver.models.RunModel attribute)
(aisysprojserver.run.Run attribute)
info (aisysprojserver.act.MessageType attribute)
init_module (aisysprojserver.plugins.Plugin property)
INITIAL_RATING (aisysprojserver.env_settings.EnvSettings attribute)
is_active() (aisysprojserver.agent_account.AgentAccount method)
is_authenticated() (aisysprojserver.agent_account.AgentAccount method)
is_initialized() (aisysprojserver.plugins.PluginManager class method)
is_valid (aisysprojserver.plugins.Plugin attribute)
J
json_dump() (in module aisysprojserver.util)
json_load() (in module aisysprojserver.util)
K
key (aisysprojserver.models.KeyValModel attribute)
KeyValAccess (class in aisysprojserver.models)
KeyValModel (class in aisysprojserver.models)
L
load_from_zipfile() (aisysprojserver.plugins.PluginManager class method)
LOCKED (aisysprojserver.agent_account.AgentStatus attribute)
LOG_FILE (aisysprojserver.config.Config property)
M
main() (in module aisysprojserver.app)
make_env() (aisysprojserver_clienttools.admin.AdminClient method)
make_group() (aisysprojserver_clienttools.admin.AdminClient method)
makeagent() (in module aisysprojserver.agent_account_management)
makeenv() (in module aisysprojserver.active_env_management)
makegroup() (in module aisysprojserver.group_management)
MAX_CONTENT_LENGTH (aisysprojserver.config.Config attribute)
measure_action_processing() (in module aisysprojserver.telemetry)
measure_run_creation_duration() (in module aisysprojserver.telemetry)
message (aisysprojserver.env_interface.ActionResult attribute)
Message (class in aisysprojserver_clienttools.client)
messages (aisysprojserver.act.ResponseV0 attribute)
(aisysprojserver.act.ResponseV1 attribute)
(aisysprojserver_clienttools.client.ServerResponse attribute)
MessageType (class in aisysprojserver.act)
MIN_LOG_LEVEL (aisysprojserver.config.Config attribute)
MIN_RUNS_FOR_FULLY_EVALUATED (aisysprojserver.env_settings.EnvSettings attribute)
ModelMixin (class in aisysprojserver.models)
module
aisysprojserver
aisysprojserver.act
aisysprojserver.active_env
aisysprojserver.active_env_management
aisysprojserver.admin
aisysprojserver.agent_account
aisysprojserver.agent_account_management
aisysprojserver.agent_data
aisysprojserver.app
aisysprojserver.authentication
aisysprojserver.config
aisysprojserver.env_interface
aisysprojserver.env_mixins
aisysprojserver.env_settings
aisysprojserver.group
aisysprojserver.group_management
aisysprojserver.models
aisysprojserver.plugins
aisysprojserver.run
aisysprojserver.telemetry
aisysprojserver.util
aisysprojserver.website
aisysprojserver_clienttools
aisysprojserver_clienttools.admin
aisysprojserver_clienttools.client
aisysprojserver_clienttools.client_simple_v0
aisysprojserver_clienttools.client_simple_v1
aisysprojserver_clienttools.upload_plugin
aisysprojserver_test
aisysprojserver_test.servertestcase
aisysprojserver_test.test_act
aisysprojserver_test.test_clients
aisysprojserver_test.test_plugins
aisysprojserver_test.test_user_management
MonitoredBlueprint (class in aisysprojserver.telemetry)
MultiProcessAgentRequestProcessor (class in aisysprojserver_clienttools.client)
N
new() (aisysprojserver.active_env.ActiveEnvironment class method)
(aisysprojserver.group.Group class method)
new_run() (aisysprojserver.env_interface.GenericEnvironment method)
(aisysprojserver_clienttools.client.AgentProcess method)
new_state (aisysprojserver.env_interface.ActionResult attribute)
new_user() (aisysprojserver_clienttools.admin.AdminClient method)
NoSuchAgentError
NUMBER_OF_ACTION_REQUESTS (aisysprojserver.env_settings.EnvSettings attribute)
O
on_finish() (aisysprojserver_clienttools.client.Agent method)
on_finished_run() (aisysprojserver_clienttools.client.MultiProcessAgentRequestProcessor method)
(aisysprojserver_clienttools.client.RequestProcessor method)
(aisysprojserver_clienttools.client.SequentialAgentRequestProcessor method)
on_message() (aisysprojserver_clienttools.client.Agent method)
(aisysprojserver_clienttools.client.MultiProcessAgentRequestProcessor method)
(aisysprojserver_clienttools.client.RequestProcessor method)
(aisysprojserver_clienttools.client.SequentialAgentRequestProcessor method)
on_new_run() (aisysprojserver_clienttools.client.RequestProcessor method)
OTLP_ENDPOINT (aisysprojserver.config.Config attribute)
(aisysprojserver.config.UwsgiConfig attribute)
outcome (aisysprojserver.env_interface.AbbreviatedRunData attribute)
(aisysprojserver.env_interface.ActionResult attribute)
(aisysprojserver.env_interface.RunData attribute)
(aisysprojserver.models.RunModel attribute)
outstanding_action (aisysprojserver.models.RunModel attribute)
overwrite (aisysprojserver.active_env_management.MakeEnvRequest attribute)
(aisysprojserver.group_management.MakeGroupRequest attribute)
P
package_name (aisysprojserver.plugins.Plugin attribute)
parallel_runs (aisysprojserver.act.ActConfig attribute)
(aisysprojserver.act.RequestV1 attribute)
parse_request() (in module aisysprojserver.util)
password (aisysprojserver.models.AgentAccountModel attribute)
percept (aisysprojserver.act.ActionRequestV0 attribute)
(aisysprojserver.act.ActionRequestV1 attribute)
(aisysprojserver_clienttools.client.ActionRequest attribute)
PERSISTENT (aisysprojserver.config.Config attribute)
(aisysprojserver.config.UwsgiConfig attribute)
Plugin (class in aisysprojserver.plugins)
PluginManager (class in aisysprojserver.plugins)
plugins (aisysprojserver.plugins.PluginManager attribute)
PLUGINS_DIR (aisysprojserver.config.Config property)
plugins_dir (aisysprojserver.plugins.PluginManager attribute)
plugins_page() (in module aisysprojserver.website)
PluginTest (class in aisysprojserver_test.test_plugins)
print_diskusage() (aisysprojserver_clienttools.admin.AdminClient method)
print_errors() (aisysprojserver_clienttools.admin.AdminClient method)
process_action() (aisysprojserver.act.ActManager method)
process_outcome() (aisysprojserver.act.ActManager method)
process_requests() (aisysprojserver_clienttools.client.MultiProcessAgentRequestProcessor method)
(aisysprojserver_clienttools.client.RequestProcessor method)
(aisysprojserver_clienttools.client.SequentialAgentRequestProcessor method)
(aisysprojserver_clienttools.client.SimpleRequestProcessor method)
PROMETHEUS_PORT (aisysprojserver.config.Config attribute)
(aisysprojserver.config.UwsgiConfig attribute)
pwd (aisysprojserver.act.RequestV0 attribute)
(aisysprojserver.act.RequestV1 attribute)
(aisysprojserver_clienttools.client.AgentConfig attribute)
R
RATING_OBJECTIVE (aisysprojserver.env_settings.EnvSettings attribute)
RATING_STRATEGY (aisysprojserver.env_settings.EnvSettings attribute)
recent_results (aisysprojserver.models.AgentDataModel attribute)
recent_runs (aisysprojserver.env_interface.AgentDataSummary attribute)
(aisysprojserver.env_interface.EnvData attribute)
recent_runs_key (aisysprojserver.active_env.ActiveEnvironment property)
recently_finished_runs (aisysprojserver.models.AgentDataModel attribute)
register() (aisysprojserver.config.Config method)
reload_all_plugins() (aisysprojserver.plugins.PluginManager class method)
remove_nonrecent_runs() (aisysprojserver_clienttools.admin.AdminClient method)
remove_unused_agents() (aisysprojserver_clienttools.admin.AdminClient method)
removenonrecentruns() (in module aisysprojserver.admin)
report_action() (in module aisysprojserver.telemetry)
RequestInfo (class in aisysprojserver_clienttools.client)
RequestProcessor (class in aisysprojserver_clienttools.client)
require_active() (aisysprojserver.agent_account.AgentAccount method)
require_admin_auth() (in module aisysprojserver.authentication)
require_authenticated() (aisysprojserver.agent_account.AgentAccount method)
require_password_match() (in module aisysprojserver.authentication)
require_standard_setup() (aisysprojserver_test.servertestcase.ServerTestCase class method)
results() (in module aisysprojserver.admin)
results_env() (in module aisysprojserver.admin)
route() (aisysprojserver.telemetry.MonitoredBlueprint method)
run (aisysprojserver.act.AbandonAction attribute)
(aisysprojserver.act.ActionRequestV0 attribute)
(aisysprojserver.act.ActionRequestV1 attribute)
(aisysprojserver.act.ActionV0 attribute)
(aisysprojserver.act.ActionV1 attribute)
(aisysprojserver.act.Message attribute)
(aisysprojserver_clienttools.client.Action attribute)
(aisysprojserver_clienttools.client.ActionRequest attribute)
(aisysprojserver_clienttools.client.Message attribute)
Run (class in aisysprojserver.run)
run() (aisysprojserver_clienttools.client.Agent class method)
(in module aisysprojserver_clienttools.client)
(in module aisysprojserver_clienttools.client_simple_v0)
(in module aisysprojserver_clienttools.client_simple_v1)
run_id (aisysprojserver.env_interface.AbbreviatedRunData attribute)
(aisysprojserver.env_interface.RunData attribute)
(aisysprojserver_clienttools.client.RequestInfo attribute)
run_page() (in module aisysprojserver.website)
run_url (aisysprojserver_clienttools.client.RequestInfo attribute)
RunData (class in aisysprojserver.env_interface)
RunModel (class in aisysprojserver.models)
S
send_action_request() (aisysprojserver_clienttools.client.AgentProcess method)
send_command() (aisysprojserver_clienttools.client.AgentProcess method)
send_message() (aisysprojserver_clienttools.client.AgentProcess method)
send_request() (aisysprojserver_clienttools.admin.AdminClient method)
(aisysprojserver_test.servertestcase.TestAdmin method)
(in module aisysprojserver_clienttools.client)
send_request_raw() (aisysprojserver_test.servertestcase.TestAdmin method)
SequentialAgentRequestProcessor (class in aisysprojserver_clienttools.client)
ServerResponse (class in aisysprojserver_clienttools.client)
ServerTestCase (class in aisysprojserver_test.servertestcase)
set_plugins_dir() (aisysprojserver.plugins.PluginManager class method)
settings (aisysprojserver.env_interface.GenericEnvironment attribute)
(aisysprojserver.env_mixins.SimpleViewAgent attribute)
(aisysprojserver.env_mixins.SimpleViewEnv attribute)
setup() (in module aisysprojserver.models)
(in module aisysprojserver.telemetry)
signup (aisysprojserver.models.ActiveEnvironmentModel attribute)
signup() (aisysprojserver.agent_account.AgentAccount method)
simple_client_test() (aisysprojserver_test.test_clients.ActTest method)
SimpleRequestProcessor (class in aisysprojserver_clienttools.client)
SimpleViewAgent (class in aisysprojserver.env_mixins)
SimpleViewEnv (class in aisysprojserver.env_mixins)
single_request (aisysprojserver.act.RequestV0 attribute)
state (aisysprojserver.env_interface.RunData attribute)
(aisysprojserver.models.RunModel attribute)
status (aisysprojserver.models.ActiveEnvironmentModel attribute)
(aisysprojserver.models.AgentAccountModel attribute)
stop() (aisysprojserver_clienttools.client.AgentProcess method)
STORE_ACTION_HISTORY (aisysprojserver.env_settings.EnvSettings attribute)
SuccessException
T
test_act_bad_password() (aisysprojserver_test.test_act.ActTest method)
test_act_bad_username() (aisysprojserver_test.test_act.ActTest method)
test_act_simple() (aisysprojserver_test.test_act.ActTest method)
test_advanced_client() (aisysprojserver_test.test_clients.ActTest method)
test_clients() (aisysprojserver_test.test_clients.ActTest method)
test_import_simple_nim() (aisysprojserver_test.test_plugins.PluginTest method)
test_overwrite() (aisysprojserver_test.test_user_management.TestUserManagement method)
TestAdmin (class in aisysprojserver_test.servertestcase)
TestConfig (class in aisysprojserver.config)
TestHelper (class in aisysprojserver_test.servertestcase)
TestUserManagement (class in aisysprojserver_test.test_user_management)
title (aisysprojserver.group_management.MakeGroupRequest attribute)
to_abandon (aisysprojserver.act.RequestV1 attribute)
to_abbreviated_run_data() (aisysprojserver.run.Run method)
to_agent_data_summary() (aisysprojserver.agent_data.AgentData method)
to_run_data() (aisysprojserver.run.Run method)
to_v0() (aisysprojserver.act.ResponseV1 method)
to_v1() (aisysprojserver.act.RequestV0 method)
total_number_of_runs (aisysprojserver.env_interface.AgentDataSummary attribute)
total_runs (aisysprojserver.models.AgentDataModel attribute)
type (aisysprojserver.act.Message attribute)
(aisysprojserver_clienttools.client.Message attribute)
U
unblock() (aisysprojserver.agent_account.AgentAccount method)
unblockagent() (in module aisysprojserver.agent_account_management)
unimport() (aisysprojserver.plugins.Plugin method)
upload() (in module aisysprojserver.plugins)
upload_plugin() (aisysprojserver_clienttools.admin.AdminClient method)
(in module aisysprojserver_clienttools.upload_plugin)
url (aisysprojserver_clienttools.client.AgentConfig attribute)
UwsgiConfig (class in aisysprojserver.config)
V
val (aisysprojserver.models.KeyValModel attribute)
version (aisysprojserver.plugins.Plugin property)
view_agent() (aisysprojserver.env_interface.GenericEnvironment method)
(aisysprojserver.env_mixins.SimpleViewAgent method)
view_env() (aisysprojserver.env_interface.GenericEnvironment method)
(aisysprojserver.env_mixins.SimpleViewEnv method)
view_run() (aisysprojserver.env_interface.GenericEnvironment method)
W
warning (aisysprojserver.act.MessageType attribute)