InClass
InClass: Main Service
InClass: Controller
- service.inclass.functions.base_class module
- service.inclass.functions.showFile module
- service.inclass.functions.readScript module
- service.inclass.functions.askQuestion module
AskQuestion
AskQuestion.async_call_director()
AskQuestion.format_history()
AskQuestion.format_history_for_agent()
AskQuestion.format_question()
AskQuestion.format_question_obj()
AskQuestion.get_agent_id2name_dict()
AskQuestion.get_agent_name_by_id()
AskQuestion.get_agent_role()
AskQuestion.init_status
AskQuestion.is_agent_ta()
AskQuestion.is_agent_teacher()
AskQuestion.step()
AskQuestionAgentNameConst
AskQuestionStatus
AskQuestionStatus.CHECKING_DID_STUDENT_ANSWER
AskQuestionStatus.CONTINUE_FINISHED
AskQuestionStatus.DIRECTOR_NOT_FOUND_FINISHED
AskQuestionStatus.FINISHED
AskQuestionStatus.FORCE_CALL_TEACHER_BEFORE_RETURN
AskQuestionStatus.NEED_CALL_DIRECTOR
AskQuestionStatus.NEED_TRANSFORM_SENTENCE
AskQuestionStatus.NOT_ASKED
AskQuestionStatus.TEACHER_RESPONSE_FINISHED
AskQuestionStatus.WAITING_DIRECTOR_RETURN
AskQuestionStatus.WAITING_STUDENT_ANSWER
AskQuestionStatus.WAITING_USER_INPUT
AskQuestionStatus.WAIT_FINISH
- service.inclass.functions.enums module
InClass: SessionController
- service.inclass.classroom_session module
AgentType
ClassroomSession
ClassroomSession.add_user_message()
ClassroomSession.check_llm_job_done()
ClassroomSession.clear_session()
ClassroomSession.copy_current_session()
ClassroomSession.disable_user_input()
ClassroomSession.enable_user_input()
ClassroomSession.force_user_input()
ClassroomSession.get_action_history()
ClassroomSession.get_activation()
ClassroomSession.get_agent_by_id()
ClassroomSession.get_agent_list()
ClassroomSession.get_all_agenda_of_section_by_lecture()
ClassroomSession.get_current_function()
ClassroomSession.get_history()
ClassroomSession.get_llm_job_response()
ClassroomSession.get_teacher_agent_id()
ClassroomSession.get_user_input_status()
ClassroomSession.is_streaming()
ClassroomSession.load_next_agenda()
ClassroomSession.push_llm_job_to_list()
ClassroomSession.reset_displayed_file()
ClassroomSession.send_answer_to_message()
ClassroomSession.send_function_to_message()
ClassroomSession.send_markdown_message()
ClassroomSession.send_question_to_message()
ClassroomSession.send_script_to_message()
ClassroomSession.send_streamed_model_request()
ClassroomSession.session_info()
ClassroomSession.set_step_id()
ClassroomSession.to_next_function()
ClassroomSession.update_function_status()