AI ChatVerse
latest
Contents:
Introduction to AI ChatVerse
Quickstart
Code Documentation
AI ChatVerse
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
A
add_ai_message() (models.base_model.BaseLLMModel method)
add_conversation() (models.meta_info.ModelMetaInfo method)
add_message() (conversations.group_conversation.GroupConversation method)
add_model() (in module app_utils)
add_user_message() (models.base_model.BaseLLMModel method)
additional_custom_fields_to_edit() (models.meta_info.ModelMetaInfo method)
(ui_elements.base_element.StreamLitPydanticModel method)
additional_custom_fields_to_show() (models.meta_info.ModelMetaInfo method)
(ui_elements.base_element.StreamLitPydanticModel method)
after_models_validate() (schema.config.ConfigFile method)
app_utils
module
arbitrary_types_allowed (conversations.conversation.Conversation.Config attribute)
(conversations.group_conversation.GroupConversation.Config attribute)
attachment_type (schema.attachment_message.AttachmentMessage attribute)
AttachmentMessage (class in schema.attachment_message)
B
backend
module
backend.backend
module
backend.metagpt
module
base_dir (models.meta_info.ModelMetaInfo attribute)
(schema.config.ConfigFile attribute)
(schema.group_agent.GroupAgent attribute)
(schema.group_agent.GroupAgentCharacter attribute)
BaseLangChainModel (class in models.base_langchain_model)
BaseLLMModel (class in models.base_model)
C
cancel_model_focus_mode() (in module app_utils)
characters (schema.group_agent.GroupAgent attribute)
ChatGPT (class in models.chat_gpt)
choices (ui_elements.format_option.FormatOption attribute)
clear_default_values() (in module utils.util)
code_review (ui_elements.group_setting.MetaGPTSetting attribute)
ConfigFile (class in schema.config)
Conversation (class in conversations.conversation)
Conversation.Config (class in conversations.conversation)
conversation_on_click() (in module app_utils)
conversation_topic (conversations.conversation.Conversation attribute)
(conversations.group_conversation.GroupConversation attribute)
conversations
module
conversations.conversation
module
conversations.group_conversation
module
create_model() (in module app_utils)
(ui_elements.base_element.StreamLitPydanticModel class method)
create_value (ui_elements.format_option.FormatOption attribute)
D
delete_object() (ui_elements.base_element.StreamLitPydanticModel class method)
delete_operation() (ui_elements.base_element.StreamLitPydanticModel class method)
description (models.meta_info.ModelMetaInfo attribute)
(schema.group_agent.GroupAgent attribute)
(schema.group_agent.GroupAgentCharacter attribute)
(schema.group_agent.GroupExample attribute)
done (conversations.group_conversation.GroupConversation attribute)
E
edit_model() (in module app_utils)
examples (schema.group_agent.GroupAgent attribute)
F
FakeLLM (class in models.base_model)
field_name (ui_elements.format_option.FormatOption attribute)
fields_to_edit() (models.meta_info.ModelMetaInfo class method)
(ui_elements.base_element.StreamLitPydanticModel class method)
(ui_elements.group_setting.MetaGPTSetting class method)
fields_to_show() (models.meta_info.ModelMetaInfo class method)
(ui_elements.base_element.StreamLitPydanticModel class method)
final_artifact (conversations.group_conversation.GroupConversation attribute)
find_target_to_modify() (ui_elements.base_element.StreamLitPydanticModel class method)
flow_diagram (schema.group_agent.GroupAgent attribute)
format_type (ui_elements.format_option.FormatOption attribute)
FormatOption (class in ui_elements.format_option)
G
get_additional_custom_field_value() (models.meta_info.ModelMetaInfo method)
(ui_elements.base_element.StreamLitPydanticModel method)
get_character() (schema.group_agent.GroupAgent method)
get_conversations() (models.meta_info.ModelMetaInfo method)
get_current_conversation() (in module app_utils)
get_current_group_conversation() (in module app_utils)
get_current_model_index() (in module app_utils)
get_data_from_meta() (ui_elements.base_element.StreamLitPydanticModel class method)
get_default_value() (ui_elements.base_element.StreamLitPydanticModel class method)
get_field_key() (ui_elements.base_element.StreamLitPydanticModel class method)
get_field_name() (in module utils.util)
get_field_value() (ui_elements.base_element.StreamLitPydanticModel method)
(ui_elements.group_setting.MetaGPTSetting method)
get_group_agents() (in module backend.backend)
get_group_conversations() (in module app_utils)
get_group_view_mode() (in module app_utils)
get_handler() (in module backend.backend)
get_messages() (conversations.group_conversation.GroupConversation method)
(models.base_model.BaseLLMModel method)
get_model_in_focus() (in module app_utils)
get_models() (in module backend.backend)
get_prompt_response() (models.base_langchain_model.BaseLangChainModel method)
(models.base_model.BaseLLMModel method)
get_prompt_response_without_memory() (models.base_langchain_model.BaseLangChainModel method)
(models.base_model.BaseLLMModel method)
get_selected_model() (in module app_utils)
get_serialised_model_data() (ui_elements.base_element.StreamLitPydanticModel method)
get_session_id() (in module app_utils)
get_shared_state() (in module schema.shared_state)
get_value() (ui_elements.base_element.StreamLitPydanticModel class method)
give_response_to_prompt() (models.base_model.FakeLLM method)
group_agent (conversations.group_conversation.GroupConversation attribute)
group_chat_agents (schema.config.ConfigFile attribute)
group_chat_on_submit() (in module app_utils)
group_conversation_on_click() (in module app_utils)
GroupAgent (class in schema.group_agent)
GroupAgentCharacter (class in schema.group_agent)
GroupConversation (class in conversations.group_conversation)
GroupConversation.Config (class in conversations.group_conversation)
GroupExample (class in schema.group_agent)
GroupMessage (class in schema.group_message)
I
icon (models.meta_info.ModelMetaInfo attribute)
(schema.group_agent.GroupAgent attribute)
(schema.group_agent.GroupAgentCharacter attribute)
(schema.group_message.GroupMessage attribute)
implement (ui_elements.group_setting.MetaGPTSetting attribute)
inherits_from (models.meta_info.ModelMetaInfo attribute)
insert_operation() (ui_elements.base_element.StreamLitPydanticModel class method)
InvalidConfigError
investment (ui_elements.group_setting.MetaGPTSetting attribute)
is_model_locked() (in module app_utils)
is_persistent (models.meta_info.ModelMetaInfo attribute)
is_summarized (conversations.conversation.Conversation attribute)
K
key (conversations.conversation.Conversation attribute)
(models.meta_info.ModelMetaInfo attribute)
keys (schema.config.ConfigFile attribute)
L
LLAMA2 (class in models.llama2)
llm_arguments (models.meta_info.ModelMetaInfo attribute)
llm_model (conversations.conversation.Conversation attribute)
llm_model_class (models.meta_info.ModelMetaInfo attribute)
llm_model_file (models.meta_info.ModelMetaInfo attribute)
load_conversations() (in module app_utils)
load_group_agents() (in module app_utils)
load_models() (in module app_utils)
M
memory_arguments (models.meta_info.ModelMetaInfo attribute)
Message (class in models.message)
(class in schema.message)
message (models.message.Message attribute)
(schema.group_message.GroupMessage attribute)
(schema.message.Message attribute)
message_type (models.message.Message attribute)
(schema.group_message.GroupMessage attribute)
(schema.message.Message attribute)
messages (conversations.group_conversation.GroupConversation attribute)
MetaGPTSetting (class in ui_elements.group_setting)
model_config (conversations.conversation.Conversation attribute)
(conversations.group_conversation.GroupConversation attribute)
(models.message.Message attribute)
(models.meta_info.ModelMetaInfo attribute)
(schema.attachment_message.AttachmentMessage attribute)
(schema.config.ConfigFile attribute)
(schema.group_agent.GroupAgent attribute)
(schema.group_agent.GroupAgentCharacter attribute)
(schema.group_agent.GroupExample attribute)
(schema.group_message.GroupMessage attribute)
(schema.message.Message attribute)
(ui_elements.base_element.StreamLitPydanticModel attribute)
(ui_elements.format_option.FormatOption attribute)
(ui_elements.group_setting.MetaGPTSetting attribute)
model_exists() (in module app_utils)
model_fields (conversations.conversation.Conversation attribute)
(conversations.group_conversation.GroupConversation attribute)
(models.message.Message attribute)
(models.meta_info.ModelMetaInfo attribute)
(schema.attachment_message.AttachmentMessage attribute)
(schema.config.ConfigFile attribute)
(schema.group_agent.GroupAgent attribute)
(schema.group_agent.GroupAgentCharacter attribute)
(schema.group_agent.GroupExample attribute)
(schema.group_message.GroupMessage attribute)
(schema.message.Message attribute)
(ui_elements.base_element.StreamLitPydanticModel attribute)
(ui_elements.format_option.FormatOption attribute)
(ui_elements.group_setting.MetaGPTSetting attribute)
model_post_init() (models.meta_info.ModelMetaInfo method)
(ui_elements.base_element.StreamLitPydanticModel method)
ModelMetaInfo (class in models.meta_info)
models
module
models (schema.config.ConfigFile attribute)
models.base_langchain_model
module
models.base_model
module
models.chat_gpt
module
models.llama2
module
models.message
module
models.meta_info
module
module
app_utils
backend
backend.backend
backend.metagpt
conversations
conversations.conversation
conversations.group_conversation
models
models.base_langchain_model
models.base_model
models.chat_gpt
models.llama2
models.message
models.meta_info
Multi_Agent_Collab
pages
pages.01_Chat_With_LLMs
schema
schema.attachment_message
schema.config
schema.group_agent
schema.group_message
schema.message
schema.shared_state
ui_elements
ui_elements.base_element
ui_elements.components
ui_elements.format_option
ui_elements.group_setting
utils
utils.util
Multi_Agent_Collab
module
N
name (models.meta_info.ModelMetaInfo attribute)
(schema.group_agent.GroupAgent attribute)
(schema.group_agent.GroupAgentCharacter attribute)
(schema.group_agent.GroupExample attribute)
O
on_base_model_change() (in module app_utils)
on_click_group_chat_in_focus() (in module app_utils)
on_click_model_in_focus() (in module app_utils)
on_llm_end() (models.base_langchain_model.StreamlitDisplayHandler method)
on_llm_new_token() (models.base_langchain_model.StreamlitDisplayHandler method)
on_new_user_messaage() (in module app_utils)
openai_api_key (ui_elements.group_setting.MetaGPTSetting attribute)
P
pages
module
pages.01_Chat_With_LLMs
module
pydantic_validate_config() (in module schema.config)
R
render() (in module Multi_Agent_Collab)
(in module pages.01_Chat_With_LLMs)
render_bool_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_conversation() (in module app_utils)
render_dict_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_group_agents_view() (in module app_utils)
render_group_ai_message() (in module ui_elements.components)
render_group_conversation() (in module app_utils)
render_group_user_message() (in module ui_elements.components)
render_image_path_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_list_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_long_string_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_model_create() (in module app_utils)
render_model_description() (in module app_utils)
render_model_edit() (in module app_utils)
render_model_in_create_mode() (ui_elements.base_element.StreamLitPydanticModel class method)
render_model_in_edit_mode() (ui_elements.base_element.StreamLitPydanticModel method)
render_model_in_view_mode() (ui_elements.base_element.StreamLitPydanticModel method)
render_model_view() (in module app_utils)
render_models_view() (in module app_utils)
render_number_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_object_internal() (ui_elements.base_element.StreamLitPydanticModel class method)
render_secret_string_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_sidebar() (in module app_utils)
(ui_elements.base_element.StreamLitPydanticModel method)
render_string_object() (ui_elements.base_element.StreamLitPydanticModel class method)
render_system_message() (in module ui_elements.components)
render_user_message() (in module ui_elements.components)
required_llm_arguments (models.meta_info.ModelMetaInfo attribute)
reset_conversation() (in module app_utils)
reset_group_conversation() (in module app_utils)
role (schema.group_agent.GroupAgentCharacter attribute)
run() (schema.group_agent.GroupAgent method)
run_metagpt() (in module backend.metagpt)
run_tests (ui_elements.group_setting.MetaGPTSetting attribute)
S
schema
module
schema.attachment_message
module
schema.config
module
schema.group_agent
module
schema.group_message
module
schema.message
module
schema.shared_state
module
sender_name (schema.group_message.GroupMessage attribute)
set_additional_custom_field_value() (models.meta_info.ModelMetaInfo method)
(ui_elements.base_element.StreamLitPydanticModel method)
set_current_conversation() (in module app_utils)
set_field_value() (ui_elements.base_element.StreamLitPydanticModel method)
(ui_elements.group_setting.MetaGPTSetting method)
set_page_config() (in module app_utils)
set_value_for_custom_fields() (models.meta_info.ModelMetaInfo method)
(ui_elements.base_element.StreamLitPydanticModel method)
set_value_from_sidebar() (ui_elements.base_element.StreamLitPydanticModel method)
setting (schema.group_agent.GroupAgent attribute)
shared_state (schema.config.ConfigFile attribute)
start_conversation() (in module backend.backend)
state_of_model() (in module app_utils)
StreamlitDisplayHandler (class in models.base_langchain_model)
StreamLitPydanticModel (class in ui_elements.base_element)
summmarize_conversation() (in module backend.backend)
supports_stream (models.meta_info.ModelMetaInfo attribute)
system_message (models.meta_info.ModelMetaInfo attribute)
T
timestamp (models.message.Message attribute)
(schema.group_message.GroupMessage attribute)
(schema.message.Message attribute)
title (ui_elements.format_option.FormatOption attribute)
U
ui_elements
module
ui_elements.base_element
module
ui_elements.components
module
ui_elements.format_option
module
ui_elements.group_setting
module
update_array() (ui_elements.base_element.StreamLitPydanticModel class method)
update_dict() (ui_elements.base_element.StreamLitPydanticModel class method)
usage_description (schema.group_agent.GroupAgent attribute)
utils
module
utils.util
module
V
validate_attachment_message() (schema.attachment_message.AttachmentMessage class method)
validate_base_dir() (models.meta_info.ModelMetaInfo class method)
validate_character() (schema.group_agent.GroupAgentCharacter method)
validate_edit_and_save_state() (ui_elements.base_element.StreamLitPydanticModel method)
validate_group() (schema.group_agent.GroupAgent method)
validate_icon() (models.meta_info.ModelMetaInfo class method)
validate_icon_and_add_base_dir() (schema.group_agent.GroupAgent class method)
validate_model() (models.meta_info.ModelMetaInfo class method)
validate_models_and_add_base_dir() (schema.config.ConfigFile class method)
validate_option() (ui_elements.format_option.FormatOption method)
validate_settings_and_start_group_chat() (in module app_utils)
validate_shared_state() (schema.config.ConfigFile class method)
value (ui_elements.format_option.FormatOption attribute)