.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/pc_check.yml
.github/workflows/release.yml
lion_core/__init__.py
lion_core/_class_registry.py
lion_core/converter.py
lion_core/exceptions.py
lion_core/log_manager.py
lion_core/pile_loader.py
lion_core/setting.py
lion_core/sys_utils.py
lion_core/version.py
lion_core.egg-info/PKG-INFO
lion_core.egg-info/SOURCES.txt
lion_core.egg-info/dependency_links.txt
lion_core.egg-info/requires.txt
lion_core.egg-info/top_level.txt
lion_core/abc/__init__.py
lion_core/abc/_characteristic.py
lion_core/abc/_concept.py
lion_core/abc/_observation.py
lion_core/abc/_observer.py
lion_core/abc/_record.py
lion_core/abc/_space.py
lion_core/action/__init__.py
lion_core/action/action_executor.py
lion_core/action/action_processor.py
lion_core/action/base.py
lion_core/action/function_calling.py
lion_core/action/status.py
lion_core/action/tool.py
lion_core/action/tool_manager.py
lion_core/communication/__init__.py
lion_core/communication/action_request.py
lion_core/communication/action_response.py
lion_core/communication/assistant_response.py
lion_core/communication/base_mail.py
lion_core/communication/instruction.py
lion_core/communication/mail.py
lion_core/communication/mail_manager.py
lion_core/communication/message.py
lion_core/communication/package.py
lion_core/communication/start_mail.py
lion_core/communication/system.py
lion_core/experimental/__init__.py
lion_core/experimental/manual.py
lion_core/experimental/rule_manager.py
lion_core/experimental/task_manager.py
lion_core/experimental/knowledge/__init__.py
lion_core/experimental/knowledge/knowledge_base.py
lion_core/experimental/knowledge/knowledge_catalog.py
lion_core/experimental/knowledge/memory.py
lion_core/form/__init__.py
lion_core/form/base.py
lion_core/form/form.py
lion_core/form/report.py
lion_core/form/utils.py
lion_core/generic/__init__.py
lion_core/generic/component.py
lion_core/generic/component_converter.py
lion_core/generic/element.py
lion_core/generic/exchange.py
lion_core/generic/flow.py
lion_core/generic/log.py
lion_core/generic/node.py
lion_core/generic/note.py
lion_core/generic/pile.py
lion_core/generic/progression.py
lion_core/generic/utils.py
lion_core/graph/__init__.py
lion_core/graph/edge.py
lion_core/graph/edge_condition.py
lion_core/graph/graph.py
lion_core/imodel/__init__.py
lion_core/imodel/imodel.py
lion_core/libs/__init__.py
lion_core/libs/_helper.py
lion_core/libs/algorithms/__init__.py
lion_core/libs/algorithms/jaro_distance.py
lion_core/libs/algorithms/levenshtein_distance.py
lion_core/libs/data_handlers/__init__.py
lion_core/libs/data_handlers/_flatten.py
lion_core/libs/data_handlers/_nfilter.py
lion_core/libs/data_handlers/_nget.py
lion_core/libs/data_handlers/_ninsert.py
lion_core/libs/data_handlers/_nmerge.py
lion_core/libs/data_handlers/_npop.py
lion_core/libs/data_handlers/_nset.py
lion_core/libs/data_handlers/_to_dict.py
lion_core/libs/data_handlers/_to_list.py
lion_core/libs/data_handlers/_to_num.py
lion_core/libs/data_handlers/_to_str.py
lion_core/libs/data_handlers/_unflatten.py
lion_core/libs/data_handlers/_util.py
lion_core/libs/function_handlers/__init__.py
lion_core/libs/function_handlers/_bcall.py
lion_core/libs/function_handlers/_call_decorator.py
lion_core/libs/function_handlers/_lcall.py
lion_core/libs/function_handlers/_mcall.py
lion_core/libs/function_handlers/_pcall.py
lion_core/libs/function_handlers/_rcall.py
lion_core/libs/function_handlers/_tcall.py
lion_core/libs/function_handlers/_throttle.py
lion_core/libs/function_handlers/_ucall.py
lion_core/libs/function_handlers/_util.py
lion_core/libs/parsers/__init__.py
lion_core/libs/parsers/_as_readable_json.py
lion_core/libs/parsers/_choose_most_similar.py
lion_core/libs/parsers/_extract_code_block.py
lion_core/libs/parsers/_extract_docstring.py
lion_core/libs/parsers/_function_to_schema.py
lion_core/libs/parsers/_fuzzy_parse_json.py
lion_core/libs/parsers/_md_to_json.py
lion_core/libs/parsers/_util.py
lion_core/libs/parsers/_validate_boolean.py
lion_core/libs/parsers/_validate_keys.py
lion_core/libs/parsers/_validate_mapping.py
lion_core/libs/parsers/_xml_parser.py
lion_core/rule/__init__.py
lion_core/rule/base.py
lion_core/rule/rule_processor.py
lion_core/rule/rulebook.py
lion_core/rule/default_rules/__init__.py
lion_core/rule/default_rules/_default.py
lion_core/rule/default_rules/boolean.py
lion_core/rule/default_rules/choice.py
lion_core/rule/default_rules/function_calling.py
lion_core/rule/default_rules/mapping.py
lion_core/rule/default_rules/number.py
lion_core/rule/default_rules/string.py
lion_core/session/__init__.py
lion_core/session/base.py
lion_core/session/branch.py
lion_core/session/session.py
lion_core/session/msg_handlers/__init__.py
lion_core/session/msg_handlers/action_msg.py
lion_core/session/msg_handlers/assistant_msg.py
lion_core/session/msg_handlers/create_msg.py
lion_core/session/msg_handlers/create_request.py
lion_core/session/msg_handlers/extract_request.py
lion_core/session/msg_handlers/instruction_msg.py
lion_core/session/msg_handlers/parsers.py
lion_core/session/msg_handlers/system_msg.py
lion_core/session/msg_handlers/validate_msg.py
md_docs/api_reference/Graph.md
md_docs/api_reference/Note.md
md_docs/api_reference/Pile.md
md_docs/api_reference/Progression.md
md_docs/api_reference/branch.md
md_docs/api_reference/component.md
md_docs/api_reference/flow.md
md_docs/api_reference/rule.md
md_docs/api_reference/session.md
resources/readings.md
resources/readings/Abstraction and Information Theory.md
resources/readings/Category Theory and Complex Systems.md
resources/readings/Cognitive Science and Phenomenology.md
resources/readings/Property Dualism.md
resources/references/ref_component.ipynb
resources/references/ref_flow.ipynb
resources/references/ref_form.ipynb
resources/references/ref_pile.ipynb
resources/references/ref_progression.ipynb
tests/__init__.py
tests/test_parsing.py
tests/test_action/__init__.py
tests/test_action/test_tool.py
tests/test_action/test_tool_manager.py
tests/test_communication/__init__.py
tests/test_communication/test_action_request.py
tests/test_communication/test_action_response.py
tests/test_communication/test_assistant_response.py
tests/test_communication/test_base_message.py
tests/test_communication/test_instruction.py
tests/test_communication/test_mail_manager.py
tests/test_communication/test_system.py
tests/test_form/__init__.py
tests/test_form/test_base.py
tests/test_form/test_form.py
tests/test_generic/__init__.py
tests/test_generic/test_component.py
tests/test_generic/test_element.py
tests/test_generic/test_flow.py
tests/test_generic/test_pile.py
tests/test_generic/test_progression.py
tests/test_graph/__init__.py
tests/test_graph/test_graph.py
tests/test_libs_algorithms/__init__.py
tests/test_libs_algorithms/jaro_distance.py
tests/test_libs_algorithms/levenshtein_distance.py
tests/test_libs_data_handlers/__init__.py
tests/test_libs_data_handlers/_flatten.py
tests/test_libs_data_handlers/_nfilter.py
tests/test_libs_data_handlers/_nget.py
tests/test_libs_data_handlers/_ninsert.py
tests/test_libs_data_handlers/_nmerge.py
tests/test_libs_data_handlers/_npop.py
tests/test_libs_data_handlers/_nset.py
tests/test_libs_data_handlers/_to_dict.py
tests/test_libs_data_handlers/_to_list.py
tests/test_libs_data_handlers/_to_num.py
tests/test_libs_data_handlers/_to_str.py
tests/test_libs_data_handlers/_unflatten.py
tests/test_libs_data_handlers/_util.py
tests/test_libs_function_handlers/__init__.py
tests/test_libs_function_handlers/_bcall.py
tests/test_libs_function_handlers/_lcall.py
tests/test_libs_function_handlers/_mcall.py
tests/test_libs_function_handlers/_pcall.py
tests/test_libs_function_handlers/_rcall.py
tests/test_libs_function_handlers/_tcall.py
tests/test_libs_function_handlers/_throttle.py
tests/test_libs_function_handlers/_ucall.py
tests/test_libs_function_handlers/_util.py