Index _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W _ __call__() (ahvn.agent.base.BaseAgentSpec method) (ahvn.ukf.templates.basic.resource.ResourceUKFT method) __contains__() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) __delitem__() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) __enter__() (ahvn.ukf.templates.basic.resource.ResourceUKFT method) (ahvn.utils.basic.parallel_utils.Parallelized method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.request_utils.NetworkProxy method) (ahvn.utils.db.base.Database method) (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.MongoDatabase method) __eq__() (ahvn.ukf.BaseUKF method) __exit__() (ahvn.ukf.templates.basic.resource.ResourceUKFT method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.request_utils.NetworkProxy method) (ahvn.utils.db.base.Database method) (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.MongoDatabase method) __getitem__() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) __hash__() (ahvn.ukf.BaseUKF method) __init__() (ahvn.adapter.base.BaseUKFAdapter method) (ahvn.adapter.BaseUKFAdapter method) (ahvn.adapter.db.ORMUKFAdapter method) (ahvn.adapter.mdb.MongoUKFAdapter method) (ahvn.adapter.vdb.VdbUKFAdapter method) (ahvn.agent.base.BaseAgentSpec method) (ahvn.agent.base.BasePromptAgentSpec method) (ahvn.agent.conv_agent.ConvToolAgentSpec method) (ahvn.agent.oracle_agent.OracleAgentSpec method) (ahvn.agent.submit_agent.SubmitToolAgentSpec method) (ahvn.cache.base.BaseCache method) (ahvn.cache.base.CacheEntry method) (ahvn.cache.BaseCache method) (ahvn.cache.CacheEntry method) (ahvn.cache.callback_cache.CallbackCache method) (ahvn.cache.CallbackCache method) (ahvn.cache.db_cache.DatabaseCache method) (ahvn.cache.disk_cache.DiskCache method) (ahvn.cache.DiskCache method) (ahvn.cache.in_mem_cache.InMemCache method) (ahvn.cache.InMemCache method) (ahvn.cache.json_cache.JsonCache method) (ahvn.cache.JsonCache method) (ahvn.cache.mongo_cache.MongoCache method) (ahvn.cache.no_cache.NoCache method) (ahvn.cache.NoCache method) (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.klengine.facet_engine.FacetKLEngine method) (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.scan_engine.ScanKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.klstore.cache_store.CacheKLStore method) (ahvn.klstore.cascade_store.CascadeKLStore method) (ahvn.klstore.db_store.DatabaseKLStore method) (ahvn.klstore.mdb_store.MongoKLStore method) (ahvn.klstore.vdb_store.VectorKLStore method) (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) (ahvn.ukf.BaseUKF method) (ahvn.ukf.registry.UKFTypeRegistry method) (ahvn.ukf.UKFTypeRegistry method) (ahvn.utils.basic.config_utils.ConfigManager method) (ahvn.utils.basic.defaultdict method) (ahvn.utils.basic.deps_utils.DependencyInfo method) (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.basic.log_utils.SuppressOutput method) (ahvn.utils.basic.parallel_utils.Parallelized method) (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) (ahvn.utils.basic.request_utils.NetworkProxy method) (ahvn.utils.basic.serialize_utils.AhvnJsonDecoder method) (ahvn.utils.db.base.Database method) (ahvn.utils.db.base.DatabaseErrorHandler method) (ahvn.utils.db.base.SQLErrorResponse method) (ahvn.utils.db.base.SQLResponse method) (ahvn.utils.db.db_utils.SQLProcessor method) (ahvn.utils.db.SQLProcessor method) (ahvn.utils.db.types.DatabaseNfType method) (ahvn.utils.deps.DependencyInfo method) (ahvn.utils.deps.DependencyManager method) (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.BaseMongoType method) (ahvn.utils.mdb.MongoDatabase method) (ahvn.utils.mdb.MongoTextType method) (ahvn.utils.mdb.types.BaseMongoType method) (ahvn.utils.mdb.types.MongoTextType method) (ahvn.utils.vdb.base.VectorDatabase method) (ahvn.utils.vdb.types.BaseVdbType method) (ahvn.utils.vdb.types.VdbTextType method) (ahvn.utils.vdb.types.VdbVectorType method) __init_subclass__() (ahvn.tool.mixin.ToolRegistry class method) (ahvn.tool.ToolRegistry class method) __iter__() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klengine.scan_engine.ScanKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) __len__() (ahvn.cache.db_cache.DatabaseCache method) (ahvn.cache.mongo_cache.MongoCache method) (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.klengine.facet_engine.FacetKLEngine method) (ahvn.klengine.scan_engine.ScanKLEngine method) (ahvn.klstore.cascade_store.CascadeKLStore method) (ahvn.klstore.mdb_store.MongoKLStore method) (ahvn.utils.db.base.SQLResponse method) __lt__() (ahvn.ukf.BaseUKF method) __new__() (ahvn.tool.base.ToolSpec static method) (ahvn.tool.ToolSpec static method) (ahvn.utils.basic.deps_utils.DependencyManager static method) (ahvn.utils.deps.DependencyManager static method) __post_init__() (ahvn.utils.basic.deps_utils.DependencyInfo method) (ahvn.utils.deps.DependencyInfo method) __repr__() (ahvn.ukf.BaseUKF method) __setitem__() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) __str__() (ahvn.ukf.BaseUKF method) _cache (ahvn.cache.base.BaseCache attribute) (ahvn.cache.BaseCache attribute) A ABC (class in ahvn.utils.basic) abstractmethod() (in module ahvn.utils.basic) acall() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) adapter (ahvn.klengine.vector_engine.VectorKLEngine property) add() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) add_engine() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) add_exclude() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) add_storage() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) add_synonyms() (ahvn.ukf.BaseUKF method) aembed() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) aexec() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) ahvn module ahvn.adapter module ahvn.adapter.base module ahvn.adapter.db module ahvn.adapter.mdb module ahvn.adapter.vdb module ahvn.agent module ahvn.agent.base module ahvn.agent.conv_agent module ahvn.agent.oracle_agent module ahvn.agent.submit_agent module ahvn.cache module ahvn.cache.base module ahvn.cache.callback_cache module ahvn.cache.db_cache module ahvn.cache.disk_cache module ahvn.cache.in_mem_cache module ahvn.cache.json_cache module ahvn.cache.mongo_cache module ahvn.cache.no_cache module ahvn.cli module ahvn.cli.ahvn module ahvn.cli.babel_cli module ahvn.cli.chat_cli module ahvn.cli.config_cli module ahvn.cli.repo_cli module ahvn.cli.utils module ahvn.klbase module ahvn.klbase.base module ahvn.klengine module ahvn.klengine.base module ahvn.klengine.daac_engine module ahvn.klengine.facet_engine module ahvn.klengine.mongo_engine module ahvn.klengine.scan_engine module ahvn.klengine.vector_engine module ahvn.klstore module ahvn.klstore.base module ahvn.klstore.cache_store module ahvn.klstore.cascade_store module ahvn.klstore.db_store module ahvn.klstore.mdb_store module ahvn.klstore.vdb_store module ahvn.llm module ahvn.llm.base module ahvn.llm.llm_utils module ahvn.resources module ahvn.resources.ahvn_kb module ahvn.tool module ahvn.tool.base module ahvn.tool.builtins module ahvn.tool.builtins.db module ahvn.tool.builtins.db.exec_sql module ahvn.tool.mixin module ahvn.ukf module ahvn.ukf.registry module ahvn.ukf.templates module ahvn.ukf.templates.basic module ahvn.ukf.templates.basic.document module ahvn.ukf.templates.basic.dummy module ahvn.ukf.templates.basic.experience module ahvn.ukf.templates.basic.knowledge module ahvn.ukf.templates.basic.prompt module ahvn.ukf.templates.basic.resource module ahvn.ukf.templates.basic.template module ahvn.ukf.templates.basic.tool module ahvn.ukf.types module ahvn.ukf.ukf_utils module ahvn.utils module ahvn.utils.basic module ahvn.utils.basic.cmd_utils module ahvn.utils.basic.color_utils module ahvn.utils.basic.config_utils module ahvn.utils.basic.debug_utils module ahvn.utils.basic.deps_utils module ahvn.utils.basic.file_utils module ahvn.utils.basic.func_utils module ahvn.utils.basic.hash_utils module ahvn.utils.basic.jinja_utils module ahvn.utils.basic.log_utils module ahvn.utils.basic.misc_utils module ahvn.utils.basic.parallel_utils module ahvn.utils.basic.parser_utils module ahvn.utils.basic.path_utils module ahvn.utils.basic.progress_utils module ahvn.utils.basic.request_utils module ahvn.utils.basic.rnd_utils module ahvn.utils.basic.serialize_utils module ahvn.utils.basic.str_utils module ahvn.utils.basic.type_utils module ahvn.utils.db module ahvn.utils.db.base module ahvn.utils.db.compiler module ahvn.utils.db.db_utils module ahvn.utils.db.types module ahvn.utils.deps module ahvn.utils.exts module ahvn.utils.exts.autocode module ahvn.utils.exts.autofunc module ahvn.utils.exts.autoi18n module ahvn.utils.exts.autotask module ahvn.utils.exts.examples_utils module ahvn.utils.klop module ahvn.utils.mdb module ahvn.utils.mdb.base module ahvn.utils.mdb.compiler module ahvn.utils.mdb.mdb_utils module ahvn.utils.mdb.types module ahvn.utils.vdb module ahvn.utils.vdb.base module ahvn.utils.vdb.compiler module ahvn.utils.vdb.types module ahvn.utils.vdb.vdb_utils module ahvn.version module AhvnJsonDecoder (class in ahvn.utils.basic.serialize_utils) AhvnJsonEncoder (class in ahvn.utils.basic.serialize_utils) AliasedGroup (class in ahvn.cli.utils) AND (ahvn.utils.klop.KLOp attribute) annotate() (ahvn.cache.base.BaseCache method) (ahvn.cache.base.CacheEntry method) (ahvn.cache.BaseCache method) (ahvn.cache.CacheEntry method) (ahvn.ukf.templates.basic.experience.ExperienceUKFT method) (ahvn.ukf.templates.basic.resource.ResourceUKFT method) annotated (ahvn.cache.base.CacheEntry property) (ahvn.cache.CacheEntry property) Any (class in ahvn.utils.basic) aoracle() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) append_jsonl() (in module ahvn.utils.basic.serialize_utils) append_stmt() (ahvn.utils.db.types.ExportableEntity method) append_txt() (in module ahvn.utils.basic.serialize_utils) assertion_composer() (in module ahvn.ukf.templates.basic.experience) astream() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) asymmetric_jaccard_score() (in module ahvn.utils.basic.str_utils) atooluse() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) attach() (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) auths (ahvn.ukf.BaseUKF attribute) autocode() (in module ahvn.utils.exts.autocode) autocode_prompt_composer() (in module ahvn.utils.exts.autocode) autofunc() (in module ahvn.utils.exts.autofunc) autofunc_prompt_composer() (in module ahvn.utils.exts.autofunc) AutoFuncError autoi18n() (in module ahvn.utils.exts.autoi18n) autotask() (in module ahvn.utils.exts.autotask) autotask_prompt_composer() (in module ahvn.utils.exts.autotask) autotype() (in module ahvn.utils.basic.type_utils) available() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) (ahvn.ukf.templates.basic.tool.ToolUKFT method) B babel_compile() (in module ahvn.utils.basic.jinja_utils) babel_init() (in module ahvn.utils.basic.jinja_utils) BaseAgentSpec (class in ahvn.agent.base) BaseCache (class in ahvn.cache) (class in ahvn.cache.base) BaseKLEngine (class in ahvn.klengine) (class in ahvn.klengine.base) BaseKLStore (class in ahvn.klstore) (class in ahvn.klstore.base) BaseMongoType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) BasePromptAgentSpec (class in ahvn.agent.base) BaseUKF (class in ahvn.ukf) BaseUKFAdapter (class in ahvn.adapter) (class in ahvn.adapter.base) BaseVdbType (class in ahvn.utils.vdb.types) batch_get() (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) batch_insert() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.utils.vdb.base.VectorDatabase method) batch_iter() (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) batch_k_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) batch_k_encode() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) batch_k_encode_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) batch_memoize() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) batch_q_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) batch_q_encode() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) batch_q_encode_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) batch_remove() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) batch_upsert() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) BETWEEN (ahvn.utils.klop.KLOp attribute) bind() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) (ahvn.ukf.templates.basic.prompt.PromptUKFT method) binded (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) browse() (in module ahvn.utils.basic.cmd_utils) build_autocode_base_prompt() (in module ahvn.utils.exts.autocode) build_autofunc_base_prompt() (in module ahvn.utils.exts.autofunc) build_autotask_base_prompt() (in module ahvn.utils.exts.autotask) C cache_ok (ahvn.utils.db.types.DatabaseBooleanType attribute) (ahvn.utils.db.types.DatabaseDurationType attribute) (ahvn.utils.db.types.DatabaseIdType attribute) (ahvn.utils.db.types.DatabaseIntegerType attribute) (ahvn.utils.db.types.DatabaseJsonType attribute) (ahvn.utils.db.types.DatabaseNfType attribute) (ahvn.utils.db.types.DatabaseTextType attribute) (ahvn.utils.db.types.DatabaseTimestampType attribute) (ahvn.utils.db.types.DatabaseVectorType attribute) CacheEntry (class in ahvn.cache) (class in ahvn.cache.base) CacheKLStore (class in ahvn.klstore.cache_store) call() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) CallbackCache (class in ahvn.cache) (class in ahvn.cache.callback_cache) CascadeKLStore (class in ahvn.klstore.cascade_store) check() (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) clear() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.utils.db.base.Database method) (ahvn.utils.vdb.base.VectorDatabase method) clear_cache() (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) clear_stmts() (ahvn.utils.db.types.ExportableEntity class method) clear_tab() (ahvn.utils.db.base.Database method) client (ahvn.utils.mdb.base.MongoDatabase property) (ahvn.utils.mdb.MongoDatabase property) clone() (ahvn.cache.base.CacheEntry method) (ahvn.cache.CacheEntry method) (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) (ahvn.ukf.BaseUKF method) (ahvn.utils.db.base.Database method) close() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.cache.db_cache.DatabaseCache method) (ahvn.cache.disk_cache.DiskCache method) (ahvn.cache.DiskCache method) (ahvn.cache.in_mem_cache.InMemCache method) (ahvn.cache.InMemCache method) (ahvn.cache.mongo_cache.MongoCache method) (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.klengine.facet_engine.FacetKLEngine method) (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.klstore.cache_store.CacheKLStore method) (ahvn.klstore.cascade_store.CascadeKLStore method) (ahvn.klstore.db_store.DatabaseKLStore method) (ahvn.klstore.mdb_store.MongoKLStore method) (ahvn.klstore.vdb_store.VectorKLStore method) (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.NoProgress method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) (ahvn.utils.db.base.Database method) (ahvn.utils.db.base.SQLResponse method) (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.MongoDatabase method) (ahvn.utils.vdb.base.VectorDatabase method) close_conn() (ahvn.utils.db.base.Database method) cmd() (in module ahvn.utils.basic.cmd_utils) code (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) code2func() (in module ahvn.utils.basic.func_utils) col_distincts() (ahvn.utils.db.base.Database method) col_enums() (ahvn.utils.db.base.Database method) col_freqk() (ahvn.utils.db.base.Database method) col_freqs() (ahvn.utils.db.base.Database method) col_nonnulls() (ahvn.utils.db.base.Database method) col_type() (ahvn.utils.db.base.Database method) collect_exports() (in module ahvn.utils.basic) (in module ahvn.utils.basic.deps_utils) collection (ahvn.ukf.BaseUKF attribute) color_black() (in module ahvn.utils.basic.color_utils) color_blue() (in module ahvn.utils.basic.color_utils) color_cyan() (in module ahvn.utils.basic.color_utils) color_debug() (in module ahvn.utils.basic.color_utils) color_error() (in module ahvn.utils.basic.color_utils) color_green() (in module ahvn.utils.basic.color_utils) color_grey() (in module ahvn.utils.basic.color_utils) color_info() (in module ahvn.utils.basic.color_utils) color_info1() (in module ahvn.utils.basic.color_utils) color_info2() (in module ahvn.utils.basic.color_utils) color_info3() (in module ahvn.utils.basic.color_utils) color_magenta() (in module ahvn.utils.basic.color_utils) color_red() (in module ahvn.utils.basic.color_utils) color_success() (in module ahvn.utils.basic.color_utils) color_warning() (in module ahvn.utils.basic.color_utils) color_white() (in module ahvn.utils.basic.color_utils) color_yellow() (in module ahvn.utils.basic.color_utils) columns (ahvn.utils.db.base.SQLResponse property) commit() (ahvn.utils.db.base.Database method) compare_sqls() (in module ahvn.utils.db.db_utils) compile() (ahvn.utils.db.compiler.SQLCompiler static method) (ahvn.utils.mdb.compiler.MongoCompiler static method) (ahvn.utils.mdb.MongoCompiler static method) (ahvn.utils.vdb.compiler.VectorCompiler static method) config (ahvn.utils.basic.config_utils.ConfigManager property) config_path() (ahvn.utils.basic.config_utils.ConfigManager method) ConfigManager (class in ahvn.utils.basic.config_utils) conn (ahvn.utils.db.base.Database property) (ahvn.utils.mdb.base.MongoDatabase property) (ahvn.utils.mdb.MongoDatabase property) connect() (ahvn.utils.db.base.Database method) (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.MongoDatabase method) (ahvn.utils.vdb.base.VectorDatabase method) connected (ahvn.utils.db.base.Database property) content (ahvn.ukf.BaseUKF attribute) content_composers (ahvn.ukf.BaseUKF attribute) content_hash (ahvn.ukf.BaseUKF property) content_hash_fields (ahvn.ukf.BaseUKF attribute) content_hash_str (ahvn.ukf.BaseUKF property) content_resources (ahvn.ukf.BaseUKF attribute) ConvToolAgentSpec (class in ahvn.agent.conv_agent) copy() (ahvn.utils.basic.defaultdict method) copy_dir() (in module ahvn.utils.basic.file_utils) copy_file() (in module ahvn.utils.basic.file_utils) copy_path() (in module ahvn.utils.basic.file_utils) counter_percentiles() (in module ahvn.utils.basic.misc_utils) create_chat_session() (in module ahvn.cli.chat_cli) create_database() (in module ahvn.utils.db) (in module ahvn.utils.db.db_utils) create_database_engine() (in module ahvn.utils.db) (in module ahvn.utils.db.db_utils) create_index() (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.MongoDatabase method) create_indices() (ahvn.adapter.mdb.MongoUKFAdapter method) create_jinja() (in module ahvn.utils.basic.jinja_utils) create_stmts() (ahvn.utils.db.types.ExportableEntity class method) create_vector_index() (ahvn.adapter.mdb.MongoUKFAdapter method) (ahvn.utils.mdb.base.MongoDatabase method) (ahvn.utils.mdb.MongoDatabase method) creator (ahvn.ukf.BaseUKF attribute) D DAACKLEngine (class in ahvn.klengine.daac_engine) Database (class in ahvn.utils.db.base) DatabaseBooleanType (class in ahvn.utils.db.types) DatabaseCache (class in ahvn.cache.db_cache) DatabaseDurationType (class in ahvn.utils.db.types) DatabaseError DatabaseErrorHandler (class in ahvn.utils.db.base) DatabaseIdType (class in ahvn.utils.db.types) DatabaseIntegerType (class in ahvn.utils.db.types) DatabaseJsonType (class in ahvn.utils.db.types) DatabaseKLStore (class in ahvn.klstore.db_store) DatabaseNfType (class in ahvn.utils.db.types) DatabaseTextType (class in ahvn.utils.db.types) DatabaseTimestampType (class in ahvn.utils.db.types) DatabaseVectorType (class in ahvn.utils.db.types) dataclass() (in module ahvn.utils.basic) db_tabs() (ahvn.utils.db.base.Database method) db_views() (ahvn.utils.db.base.Database method) decode() (ahvn.agent.base.BaseAgentSpec method) (ahvn.agent.conv_agent.ConvToolAgentSpec method) (ahvn.agent.oracle_agent.OracleAgentSpec method) (ahvn.agent.submit_agent.SubmitToolAgentSpec method) deepcopy() (in module ahvn.utils.basic) default_composer() (in module ahvn.ukf) default_factory (ahvn.utils.basic.defaultdict attribute) default_trigger() (in module ahvn.ukf) defaultdict (class in ahvn.utils.basic) del_engine() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) del_storage() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) delete() (ahvn.utils.vdb.base.VectorDatabase method) delete_dir() (in module ahvn.utils.basic.file_utils) delete_file() (in module ahvn.utils.basic.file_utils) delete_path() (in module ahvn.utils.basic.file_utils) DependencyError, [1], [2] DependencyInfo (class in ahvn.utils.basic.deps_utils) (class in ahvn.utils.deps) DependencyManager (class in ahvn.utils.basic.deps_utils) (class in ahvn.utils.deps) derive() (ahvn.ukf.BaseUKF method) desc (ahvn.utils.basic.progress_utils.Progress property) description (ahvn.ukf.BaseUKF attribute) (ahvn.utils.basic.deps_utils.DependencyInfo attribute) (ahvn.utils.deps.DependencyInfo attribute) deserialize_auths() (ahvn.ukf.BaseUKF class method) deserialize_content_composers() (ahvn.ukf.BaseUKF class method) deserialize_func() (in module ahvn.utils.basic.serialize_utils) deserialize_path() (in module ahvn.utils.basic.serialize_utils) deserialize_related() (ahvn.ukf.BaseUKF class method) deserialize_synonyms() (ahvn.ukf.BaseUKF class method) deserialize_tags() (ahvn.ukf.BaseUKF class method) deserialize_triggers() (ahvn.ukf.BaseUKF class method) desync_engine() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) detach() (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) dflat() (in module ahvn.utils.basic.config_utils) dget() (in module ahvn.utils.basic.config_utils) diagram_composer() (in module ahvn.ukf.templates.basic.resource) dim (ahvn.llm.base.LLM property) (ahvn.llm.LLM property) dims_table_name() (ahvn.adapter.db.ORMUKFAdapter method) DiskCache (class in ahvn.cache) (class in ahvn.cache.disk_cache) dmerge() (in module ahvn.utils.basic.config_utils) docstring (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) docstring_composer() (in module ahvn.ukf.templates.basic.tool) DocumentUKFT (class in ahvn.ukf.templates.basic.document) drop() (ahvn.utils.db.base.Database method) drop_stmts() (ahvn.utils.db.types.ExportableEntity class method) drop_tab() (ahvn.utils.db.base.Database method) drop_view() (ahvn.utils.db.base.Database method) dset() (in module ahvn.utils.basic.config_utils) dsetdef() (in module ahvn.utils.basic.config_utils) DummyUKFT (class in ahvn.ukf.templates.basic.dummy) dump_b64() (in module ahvn.utils.basic.serialize_utils) dump_hex() (in module ahvn.utils.basic.serialize_utils) dump_json() (in module ahvn.utils.basic.serialize_utils) dump_jsonl() (in module ahvn.utils.basic.serialize_utils) dump_pkl() (in module ahvn.utils.basic.serialize_utils) dump_yaml() (in module ahvn.utils.basic.serialize_utils) dumps_json() (in module ahvn.utils.basic.serialize_utils) dumps_jsonl() (in module ahvn.utils.basic.serialize_utils) dumps_yaml() (in module ahvn.utils.basic.serialize_utils) dunflat() (in module ahvn.utils.basic.config_utils) dunset() (in module ahvn.utils.basic.config_utils) E embed() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) embed_empty (ahvn.llm.base.LLM property) (ahvn.llm.LLM property) embedding_field (ahvn.klengine.vector_engine.VectorKLEngine property) emit() (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.NoProgress method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) empty_dir() (in module ahvn.utils.basic.file_utils) encode() (ahvn.agent.base.BaseAgentSpec method) (ahvn.agent.base.BasePromptAgentSpec method) (ahvn.utils.basic.serialize_utils.AhvnJsonEncoder method) encrypt_config() (in module ahvn.utils.basic.config_utils) entities() (ahvn.adapter.db.ORMUKFAdapter method) entity_mappings() (ahvn.adapter.db.ORMUKFAdapter method) enum_dirs() (in module ahvn.utils.basic.file_utils) enum_files() (in module ahvn.utils.basic.file_utils) enum_paths() (in module ahvn.utils.basic.file_utils) error_str() (in module ahvn.utils.basic.debug_utils) escape_json() (in module ahvn.utils.basic.serialize_utils) eval_filter() (ahvn.ukf.BaseUKF method) eval_triggers() (ahvn.ukf.BaseUKF method) exec() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) exec_tool_calls() (in module ahvn.llm.base) execute() (ahvn.utils.db.base.Database method) execute_sql() (in module ahvn.tool.builtins.db.exec_sql) exists() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) exists_dir() (in module ahvn.utils.basic.file_utils) exists_file() (in module ahvn.utils.basic.file_utils) exists_path() (in module ahvn.utils.basic.file_utils) exists_stmt() (ahvn.utils.db.types.ExportableEntity class method) expected (ahvn.cache.base.CacheEntry attribute) (ahvn.cache.CacheEntry attribute) ExperienceUKFT (class in ahvn.ukf.templates.basic.experience) expiration (ahvn.ukf.BaseUKF attribute) expiration_timestamp (ahvn.ukf.BaseUKF property) ExportableEntity (class in ahvn.utils.db.types) expr() (ahvn.utils.klop.KLOp static method) external_fields (ahvn.ukf.BaseUKF attribute) F FacetKLEngine (class in ahvn.klengine.facet_engine) fetchall() (ahvn.utils.db.base.SQLResponse method) field() (in module ahvn.utils.basic) flush() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.klstore.cache_store.CacheKLStore method) (ahvn.klstore.cascade_store.CascadeKLStore method) (ahvn.klstore.mdb_store.MongoKLStore method) (ahvn.utils.vdb.base.VectorDatabase method) fmt_hash() (in module ahvn.utils.basic.hash_utils) fmt_short_hash() (in module ahvn.utils.basic.hash_utils) folder_diagram() (in module ahvn.utils.basic.file_utils) format() (ahvn.ukf.templates.basic.prompt.PromptUKFT method) format_messages() (in module ahvn.llm) (in module ahvn.llm.base) (in module ahvn.llm.llm_utils) from_args() (ahvn.cache.base.CacheEntry class method) (ahvn.cache.CacheEntry class method) from_cache_entry() (ahvn.ukf.templates.basic.experience.ExperienceUKFT class method) from_client() (ahvn.tool.base.ToolSpec class method) (ahvn.tool.ToolSpec class method) (ahvn.ukf.templates.basic.tool.ToolUKFT class method) from_code() (ahvn.tool.base.ToolSpec class method) (ahvn.tool.ToolSpec class method) from_data() (ahvn.ukf.templates.basic.resource.ResourceUKFT class method) from_dict() (ahvn.cache.base.CacheEntry class method) (ahvn.cache.CacheEntry class method) (ahvn.ukf.BaseUKF class method) from_function() (ahvn.tool.base.ToolSpec class method) (ahvn.tool.ToolSpec class method) from_jinja() (ahvn.ukf.templates.basic.prompt.PromptUKFT class method) from_mcp() (ahvn.tool.base.ToolSpec class method) (ahvn.tool.ToolSpec class method) from_path() (ahvn.ukf.templates.basic.prompt.PromptUKFT class method) (ahvn.ukf.templates.basic.resource.ResourceUKFT class method) from_result() (ahvn.adapter.base.BaseUKFAdapter method) (ahvn.adapter.BaseUKFAdapter method) (ahvn.adapter.db.ORMUKFAdapter method) (ahvn.adapter.mdb.MongoUKFAdapter method) (ahvn.adapter.vdb.VdbUKFAdapter method) from_toolspec() (ahvn.ukf.templates.basic.tool.ToolUKFT class method) from_ukf() (ahvn.adapter.base.BaseUKFAdapter method) (ahvn.adapter.BaseUKFAdapter method) (ahvn.adapter.db.ORMUKFAdapter method) (ahvn.adapter.mdb.MongoUKFAdapter method) (ahvn.adapter.vdb.VdbUKFAdapter method) (ahvn.ukf.BaseUKF class method) (ahvn.utils.mdb.BaseMongoType method) (ahvn.utils.mdb.MongoAuthsType method) (ahvn.utils.mdb.MongoBooleanType method) (ahvn.utils.mdb.MongoDurationType method) (ahvn.utils.mdb.MongoIdType method) (ahvn.utils.mdb.MongoIntegerType method) (ahvn.utils.mdb.MongoJsonType method) (ahvn.utils.mdb.MongoRelatedType method) (ahvn.utils.mdb.MongoSynonymsType method) (ahvn.utils.mdb.MongoTagsType method) (ahvn.utils.mdb.MongoTextType method) (ahvn.utils.mdb.MongoTimestampType method) (ahvn.utils.mdb.MongoVectorType method) (ahvn.utils.mdb.types.BaseMongoType method) (ahvn.utils.mdb.types.MongoAuthsType method) (ahvn.utils.mdb.types.MongoBooleanType method) (ahvn.utils.mdb.types.MongoDurationType method) (ahvn.utils.mdb.types.MongoIdType method) (ahvn.utils.mdb.types.MongoIntegerType method) (ahvn.utils.mdb.types.MongoJsonType method) (ahvn.utils.mdb.types.MongoRelatedType method) (ahvn.utils.mdb.types.MongoSynonymsType method) (ahvn.utils.mdb.types.MongoTagsType method) (ahvn.utils.mdb.types.MongoTextType method) (ahvn.utils.mdb.types.MongoTimestampType method) (ahvn.utils.mdb.types.MongoVectorType method) (ahvn.utils.vdb.types.BaseVdbType method) (ahvn.utils.vdb.types.VdbAuthsType method) (ahvn.utils.vdb.types.VdbBooleanType method) (ahvn.utils.vdb.types.VdbDurationType method) (ahvn.utils.vdb.types.VdbIdType method) (ahvn.utils.vdb.types.VdbIntegerType method) (ahvn.utils.vdb.types.VdbJsonType method) (ahvn.utils.vdb.types.VdbRelatedType method) (ahvn.utils.vdb.types.VdbSynonymsType method) (ahvn.utils.vdb.types.VdbTagsType method) (ahvn.utils.vdb.types.VdbTextType method) (ahvn.utils.vdb.types.VdbTimestampType method) (ahvn.utils.vdb.types.VdbVectorType method) func (ahvn.cache.base.CacheEntry attribute) (ahvn.cache.CacheEntry attribute) FunctionDeserializationError funcwrap() (in module ahvn.utils.basic.func_utils) G gather_assistant_message() (in module ahvn.llm) (in module ahvn.llm.base) gather_stream() (in module ahvn.llm.base) generate_ngrams() (in module ahvn.utils.basic.str_utils) get() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.cache.callback_cache.CallbackCache method) (ahvn.cache.CallbackCache method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.ukf.BaseUKF method) (ahvn.ukf.registry.UKFTypeRegistry method) (ahvn.ukf.UKFTypeRegistry method) (ahvn.utils.basic.config_utils.ConfigManager method) get_base() (in module ahvn.utils.db.types) get_command() (ahvn.cli.utils.AliasedGroup method) get_default_dependencies() (in module ahvn.utils.basic.deps_utils) (in module ahvn.utils.deps) get_file_basename() (in module ahvn.utils.basic.path_utils) get_file_dir() (in module ahvn.utils.basic.path_utils) get_file_ext() (in module ahvn.utils.basic.path_utils) get_file_name() (in module ahvn.utils.basic.path_utils) get_lang_instruction() (in module ahvn.utils.basic.jinja_utils) get_litellm() (in module ahvn.llm.llm_utils) get_litellm_retryable_exceptions() (in module ahvn.llm.llm_utils) get_logger() (in module ahvn.utils.basic.log_utils) get_progress() (in module ahvn.utils.basic.progress_utils) get_stmt() (ahvn.utils.db.types.ExportableEntity class method) get_user_input_loop() (in module ahvn.cli.chat_cli) get_user_input_with_session() (in module ahvn.cli.chat_cli) global_config (ahvn.utils.basic.config_utils.ConfigManager property) global_config_path (ahvn.utils.basic.config_utils.ConfigManager property) google_download() (in module ahvn.utils.basic.request_utils) grant() (ahvn.ukf.BaseUKF method) GT (ahvn.utils.klop.KLOp attribute) gtags() (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) GTE (ahvn.utils.klop.KLOp attribute) H handle() (ahvn.utils.db.base.DatabaseErrorHandler method) has_authority() (ahvn.ukf.BaseUKF method) has_file_ext() (in module ahvn.utils.basic.path_utils) has_related() (ahvn.ukf.BaseUKF method) (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) has_tag() (ahvn.ukf.BaseUKF method) (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) hpj() (in module ahvn.utils.basic.config_utils) I id (ahvn.ukf.BaseUKF property) id_field (ahvn.ukf.BaseUKF attribute) id_str (ahvn.ukf.BaseUKF property) identity_hash_fields (ahvn.ukf.BaseUKF attribute) ILIKE (ahvn.utils.klop.KLOp attribute) impl (ahvn.utils.db.types.DatabaseBooleanType attribute) (ahvn.utils.db.types.DatabaseDurationType attribute) (ahvn.utils.db.types.DatabaseIdType attribute) (ahvn.utils.db.types.DatabaseIntegerType attribute) (ahvn.utils.db.types.DatabaseJsonType attribute) (ahvn.utils.db.types.DatabaseNfType attribute) (ahvn.utils.db.types.DatabaseTextType attribute) (ahvn.utils.db.types.DatabaseTimestampType attribute) (ahvn.utils.db.types.DatabaseVectorType attribute) IN (ahvn.utils.klop.KLOp attribute) in_transaction() (ahvn.utils.db.base.Database method) inactive_mark (ahvn.ukf.BaseUKF attribute) indent() (in module ahvn.utils.basic.str_utils) indices (ahvn.adapter.mdb.MongoUKFAdapter attribute) info() (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) init() (ahvn.utils.basic.config_utils.ConfigManager method) (ahvn.utils.db.base.Database method) InMemCache (class in ahvn.cache) (class in ahvn.cache.in_mem_cache) inplace (ahvn.klengine.base.BaseKLEngine attribute) (ahvn.klengine.BaseKLEngine attribute) (ahvn.klengine.daac_engine.DAACKLEngine attribute) (ahvn.klengine.facet_engine.FacetKLEngine attribute) (ahvn.klengine.mongo_engine.MongoKLEngine attribute) (ahvn.klengine.scan_engine.ScanKLEngine attribute) (ahvn.klengine.vector_engine.VectorKLEngine attribute) input_schema (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) inputs (ahvn.cache.base.CacheEntry attribute) (ahvn.cache.CacheEntry attribute) (ahvn.ukf.templates.basic.experience.ExperienceUKFT property) insert() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) (ahvn.utils.vdb.base.VectorDatabase method) insert_stmts() (ahvn.utils.db.types.ExportableEntity method) install (ahvn.utils.basic.deps_utils.DependencyInfo attribute) (ahvn.utils.deps.DependencyInfo attribute) instance_prompt_composer() (in module ahvn.ukf.templates.basic.experience) internal_fields (ahvn.ukf.BaseUKF attribute) is_active (ahvn.ukf.BaseUKF property) is_delimiter() (in module ahvn.utils.basic.str_utils) is_done() (ahvn.agent.base.BaseAgentSpec method) (ahvn.agent.conv_agent.ConvToolAgentSpec method) (ahvn.agent.oracle_agent.OracleAgentSpec method) (ahvn.agent.submit_agent.SubmitToolAgentSpec method) is_inactive (ahvn.ukf.BaseUKF property) is_linux() (in module ahvn.utils.basic.cmd_utils) is_macos() (in module ahvn.utils.basic.cmd_utils) is_registered() (ahvn.ukf.registry.UKFTypeRegistry method) (ahvn.ukf.UKFTypeRegistry method) is_windows() (in module ahvn.utils.basic.cmd_utils) iter_jsonl() (in module ahvn.utils.basic.serialize_utils) iter_txt() (in module ahvn.utils.basic.serialize_utils) J JSON (ahvn.utils.klop.KLOp attribute) json_data_fields (ahvn.ukf.BaseUKF attribute) json_func_fields (ahvn.ukf.BaseUKF attribute) JsonCache (class in ahvn.cache) (class in ahvn.cache.json_cache) jsonschema_type() (in module ahvn.utils.basic.type_utils) K k_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) k_encode() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) k_encode_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) key (ahvn.cache.base.CacheEntry property) (ahvn.cache.CacheEntry property) KLBase (class in ahvn.klbase) (class in ahvn.klbase.base) KLOp (class in ahvn.utils.klop) KnowledgeUKFT (class in ahvn.ukf.templates.basic.knowledge) L last_verified (ahvn.ukf.BaseUKF attribute) lastrowid (ahvn.utils.db.base.SQLResponse property) lazy_getattr() (in module ahvn.utils.basic) (in module ahvn.utils.basic.deps_utils) lazy_import_submodules() (in module ahvn.utils.basic.deps_utils) lflat() (in module ahvn.utils.basic.misc_utils) LIKE (ahvn.utils.klop.KLOp attribute) line_numbered() (in module ahvn.utils.basic.str_utils) link() (ahvn.ukf.BaseUKF method) list() (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) list_composer() (in module ahvn.ukf.templates.basic.resource) list_dirs() (in module ahvn.utils.basic.file_utils) list_files() (in module ahvn.utils.basic.file_utils) list_paths() (in module ahvn.utils.basic.file_utils) list_search() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) list_templates() (ahvn.ukf.templates.basic.prompt.PromptUKFT method) list_toolspecs() (ahvn.tool.mixin.ToolRegistry method) (ahvn.tool.ToolRegistry method) list_types() (ahvn.ukf.registry.UKFTypeRegistry method) (ahvn.ukf.UKFTypeRegistry method) LLM (class in ahvn.llm) (class in ahvn.llm.base) LLMError load() (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.utils.basic.config_utils.ConfigManager method) (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) load_b64() (in module ahvn.utils.basic.serialize_utils) load_builtin_sql() (in module ahvn.utils.db) (in module ahvn.utils.db.db_utils) load_dialect_impl() (ahvn.utils.db.types.DatabaseBooleanType method) (ahvn.utils.db.types.DatabaseDurationType method) (ahvn.utils.db.types.DatabaseIdType method) (ahvn.utils.db.types.DatabaseIntegerType method) (ahvn.utils.db.types.DatabaseJsonType method) (ahvn.utils.db.types.DatabaseNfType method) (ahvn.utils.db.types.DatabaseTextType method) (ahvn.utils.db.types.DatabaseTimestampType method) (ahvn.utils.db.types.DatabaseVectorType method) load_hex() (in module ahvn.utils.basic.serialize_utils) load_jinja_env() (in module ahvn.utils.basic.jinja_utils) load_json() (in module ahvn.utils.basic.serialize_utils) load_jsonl() (in module ahvn.utils.basic.serialize_utils) load_pkl() (in module ahvn.utils.basic.serialize_utils) load_txt() (in module ahvn.utils.basic.serialize_utils) load_yaml() (in module ahvn.utils.basic.serialize_utils) loads_json() (in module ahvn.utils.basic.serialize_utils) loads_jsonl() (in module ahvn.utils.basic.serialize_utils) loads_yaml() (in module ahvn.utils.basic.serialize_utils) local_config (ahvn.utils.basic.config_utils.ConfigManager property) local_config_path (ahvn.utils.basic.config_utils.ConfigManager property) local_dir (ahvn.utils.basic.config_utils.ConfigManager property) LogProgress (class in ahvn.utils.basic.progress_utils) LT (ahvn.utils.klop.KLOp attribute) LTE (ahvn.utils.klop.KLOp attribute) M main() (in module ahvn.cli) (in module ahvn.cli.ahvn) main_table_name() (ahvn.adapter.db.ORMUKFAdapter method) markdown_symbol() (in module ahvn.utils.basic.str_utils) max_length() (ahvn.ukf.types.UKFLongTextType class method) (ahvn.ukf.types.UKFMediumTextType class method) (ahvn.ukf.types.UKFShortTextType class method) (ahvn.ukf.UKFLongTextType class method) (ahvn.ukf.UKFMediumTextType class method) (ahvn.ukf.UKFShortTextType class method) md5hash() (in module ahvn.utils.basic.hash_utils) mdb (ahvn.utils.mdb.base.MongoDatabase property) (ahvn.utils.mdb.MongoDatabase property) memoize() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) metadata (ahvn.cache.base.CacheEntry attribute) (ahvn.cache.CacheEntry attribute) (ahvn.ukf.BaseUKF attribute) missing() (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) model_config (ahvn.ukf.BaseUKF attribute) (ahvn.ukf.templates.basic.document.DocumentUKFT attribute) (ahvn.ukf.templates.basic.dummy.DummyUKFT attribute) (ahvn.ukf.templates.basic.experience.ExperienceUKFT attribute) (ahvn.ukf.templates.basic.knowledge.KnowledgeUKFT attribute) (ahvn.ukf.templates.basic.prompt.PromptUKFT attribute) (ahvn.ukf.templates.basic.resource.ResourceUKFT attribute) (ahvn.ukf.templates.basic.template.TemplateUKFT attribute) (ahvn.ukf.templates.basic.tool.ToolUKFT attribute) model_post_init() (ahvn.ukf.BaseUKF method) (ahvn.ukf.templates.basic.document.DocumentUKFT method) (ahvn.ukf.templates.basic.dummy.DummyUKFT method) (ahvn.ukf.templates.basic.experience.ExperienceUKFT method) (ahvn.ukf.templates.basic.knowledge.KnowledgeUKFT method) (ahvn.ukf.templates.basic.prompt.PromptUKFT method) (ahvn.ukf.templates.basic.resource.ResourceUKFT method) (ahvn.ukf.templates.basic.template.TemplateUKFT method) (ahvn.ukf.templates.basic.tool.ToolUKFT method) model_validate() (ahvn.ukf.BaseUKF class method) module ahvn ahvn.adapter ahvn.adapter.base ahvn.adapter.db ahvn.adapter.mdb ahvn.adapter.vdb ahvn.agent ahvn.agent.base ahvn.agent.conv_agent ahvn.agent.oracle_agent ahvn.agent.submit_agent ahvn.cache ahvn.cache.base ahvn.cache.callback_cache ahvn.cache.db_cache ahvn.cache.disk_cache ahvn.cache.in_mem_cache ahvn.cache.json_cache ahvn.cache.mongo_cache ahvn.cache.no_cache ahvn.cli ahvn.cli.ahvn ahvn.cli.babel_cli ahvn.cli.chat_cli ahvn.cli.config_cli ahvn.cli.repo_cli ahvn.cli.utils ahvn.klbase ahvn.klbase.base ahvn.klengine ahvn.klengine.base ahvn.klengine.daac_engine ahvn.klengine.facet_engine ahvn.klengine.mongo_engine ahvn.klengine.scan_engine ahvn.klengine.vector_engine ahvn.klstore ahvn.klstore.base ahvn.klstore.cache_store ahvn.klstore.cascade_store ahvn.klstore.db_store ahvn.klstore.mdb_store ahvn.klstore.vdb_store ahvn.llm ahvn.llm.base ahvn.llm.llm_utils ahvn.resources ahvn.resources.ahvn_kb ahvn.tool ahvn.tool.base ahvn.tool.builtins ahvn.tool.builtins.db ahvn.tool.builtins.db.exec_sql ahvn.tool.mixin ahvn.ukf ahvn.ukf.registry ahvn.ukf.templates ahvn.ukf.templates.basic ahvn.ukf.templates.basic.document ahvn.ukf.templates.basic.dummy ahvn.ukf.templates.basic.experience ahvn.ukf.templates.basic.knowledge ahvn.ukf.templates.basic.prompt ahvn.ukf.templates.basic.resource ahvn.ukf.templates.basic.template ahvn.ukf.templates.basic.tool ahvn.ukf.types ahvn.ukf.ukf_utils ahvn.utils ahvn.utils.basic ahvn.utils.basic.cmd_utils ahvn.utils.basic.color_utils ahvn.utils.basic.config_utils ahvn.utils.basic.debug_utils ahvn.utils.basic.deps_utils ahvn.utils.basic.file_utils ahvn.utils.basic.func_utils ahvn.utils.basic.hash_utils ahvn.utils.basic.jinja_utils ahvn.utils.basic.log_utils ahvn.utils.basic.misc_utils ahvn.utils.basic.parallel_utils ahvn.utils.basic.parser_utils ahvn.utils.basic.path_utils ahvn.utils.basic.progress_utils ahvn.utils.basic.request_utils ahvn.utils.basic.rnd_utils ahvn.utils.basic.serialize_utils ahvn.utils.basic.str_utils ahvn.utils.basic.type_utils ahvn.utils.db ahvn.utils.db.base ahvn.utils.db.compiler ahvn.utils.db.db_utils ahvn.utils.db.types ahvn.utils.deps ahvn.utils.exts ahvn.utils.exts.autocode ahvn.utils.exts.autofunc ahvn.utils.exts.autoi18n ahvn.utils.exts.autotask ahvn.utils.exts.examples_utils ahvn.utils.klop ahvn.utils.mdb ahvn.utils.mdb.base ahvn.utils.mdb.compiler ahvn.utils.mdb.mdb_utils ahvn.utils.mdb.types ahvn.utils.vdb ahvn.utils.vdb.base ahvn.utils.vdb.compiler ahvn.utils.vdb.types ahvn.utils.vdb.vdb_utils ahvn.version MongoAuthsType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoBooleanType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoCache (class in ahvn.cache.mongo_cache) MongoCompiler (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.compiler) MongoDatabase (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.base) MongoDurationType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoIdType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoIntegerType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoJsonType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoKLEngine (class in ahvn.klengine.mongo_engine) MongoKLStore (class in ahvn.klstore.mdb_store) MongoRelatedType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoSynonymsType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoTagsType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoTextType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoTimestampType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) MongoUKFAdapter (class in ahvn.adapter.mdb) MongoVectorType (class in ahvn.utils.mdb) (class in ahvn.utils.mdb.types) N n (ahvn.utils.basic.progress_utils.Progress property) name (ahvn.klstore.base.BaseKLStore attribute) (ahvn.klstore.BaseKLStore attribute) (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) (ahvn.ukf.BaseUKF attribute) (ahvn.ukf.types.UKFAuthsType attribute) (ahvn.ukf.types.UKFBooleanType attribute) (ahvn.ukf.types.UKFDurationType attribute) (ahvn.ukf.types.UKFIdType attribute) (ahvn.ukf.types.UKFIntegerType attribute) (ahvn.ukf.types.UKFJsonType attribute) (ahvn.ukf.types.UKFLongTextType attribute) (ahvn.ukf.types.UKFMediumTextType attribute) (ahvn.ukf.types.UKFRelatedType attribute) (ahvn.ukf.types.UKFShortTextType attribute) (ahvn.ukf.types.UKFSynonymsType attribute) (ahvn.ukf.types.UKFTagsType attribute) (ahvn.ukf.types.UKFTimestampType attribute) (ahvn.ukf.types.UKFVectorType attribute) (ahvn.ukf.UKFBooleanType attribute) (ahvn.ukf.UKFDurationType attribute) (ahvn.ukf.UKFIdType attribute) (ahvn.ukf.UKFIntegerType attribute) (ahvn.ukf.UKFJsonType attribute) (ahvn.ukf.UKFLongTextType attribute) (ahvn.ukf.UKFMediumTextType attribute) (ahvn.ukf.UKFShortTextType attribute) (ahvn.ukf.UKFTagsType attribute) (ahvn.ukf.UKFTimestampType attribute) (ahvn.utils.basic.config_utils.ConfigManager attribute) (ahvn.utils.basic.deps_utils.DependencyInfo attribute) (ahvn.utils.deps.DependencyInfo attribute) NetworkProxy (class in ahvn.utils.basic.request_utils) next_ver() (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) NF (ahvn.utils.klop.KLOp attribute) no_color() (in module ahvn.utils.basic.color_utils) NoCache (class in ahvn.cache) (class in ahvn.cache.no_cache) nonempty_dir() (in module ahvn.utils.basic.file_utils) NoProgress (class in ahvn.utils.basic.progress_utils) normalize_examples() (in module ahvn.utils.exts.examples_utils) normalize_text() (in module ahvn.utils.basic.str_utils) NOT (ahvn.utils.klop.KLOp attribute) notes (ahvn.ukf.BaseUKF attribute) O obj_ids() (ahvn.ukf.BaseUKF method) omission_list() (in module ahvn.utils.basic.str_utils) optional (ahvn.utils.basic.deps_utils.DependencyInfo attribute) (ahvn.utils.deps.DependencyInfo attribute) OptionalDependencyError, [1] OR (ahvn.utils.klop.KLOp attribute) oracle() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) OracleAgentSpec (class in ahvn.agent.oracle_agent) orm_execute() (ahvn.utils.db.base.Database method) ORMUKFAdapter (class in ahvn.adapter.db) output (ahvn.cache.base.CacheEntry attribute) (ahvn.cache.CacheEntry attribute) (ahvn.ukf.templates.basic.experience.ExperienceUKFT property) output_schema (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) owner (ahvn.ukf.BaseUKF attribute) P package (ahvn.utils.basic.config_utils.ConfigManager attribute) packages (ahvn.utils.basic.deps_utils.DependencyInfo attribute) (ahvn.utils.deps.DependencyInfo attribute) Parallelized (class in ahvn.utils.basic.parallel_utils) params (ahvn.tool.base.ToolSpec property) (ahvn.tool.ToolSpec property) parents (ahvn.ukf.BaseUKF attribute) parse_docstring() (in module ahvn.utils.basic.func_utils) parse_encoder_embedder() (in module ahvn.utils.vdb) (in module ahvn.utils.vdb.vdb_utils) parse_fc() (in module ahvn.utils.basic.parser_utils) parse_function_signature() (in module ahvn.utils.basic.type_utils) parse_id() (ahvn.adapter.mdb.MongoUKFAdapter method) (ahvn.adapter.vdb.VdbUKFAdapter method) parse_keys() (in module ahvn.utils.basic.parser_utils) parse_md() (in module ahvn.utils.basic.parser_utils) parse_ukf_include() (in module ahvn.adapter) (in module ahvn.adapter.base) pbar (ahvn.utils.basic.parallel_utils.Parallelized property) (ahvn.utils.basic.progress_utils.TqdmProgress property) pj() (in module ahvn.utils.basic.path_utils) pop() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) popall() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) prettify_sql() (in module ahvn.utils.db.db_utils) print_debug() (in module ahvn.utils.basic.color_utils) print_error() (in module ahvn.utils.basic.color_utils) print_info() (in module ahvn.utils.basic.color_utils) print_success() (in module ahvn.utils.basic.color_utils) print_warning() (in module ahvn.utils.basic.color_utils) priority (ahvn.ukf.BaseUKF attribute) process_bind_param() (ahvn.utils.db.types.DatabaseBooleanType method) (ahvn.utils.db.types.DatabaseDurationType method) (ahvn.utils.db.types.DatabaseIdType method) (ahvn.utils.db.types.DatabaseIntegerType method) (ahvn.utils.db.types.DatabaseJsonType method) (ahvn.utils.db.types.DatabaseNfType method) (ahvn.utils.db.types.DatabaseTextType method) (ahvn.utils.db.types.DatabaseTimestampType method) (ahvn.utils.db.types.DatabaseVectorType method) process_query() (ahvn.utils.db.db_utils.SQLProcessor method) (ahvn.utils.db.SQLProcessor method) process_result_value() (ahvn.utils.db.types.DatabaseBooleanType method) (ahvn.utils.db.types.DatabaseDurationType method) (ahvn.utils.db.types.DatabaseIdType method) (ahvn.utils.db.types.DatabaseIntegerType method) (ahvn.utils.db.types.DatabaseJsonType method) (ahvn.utils.db.types.DatabaseNfType method) (ahvn.utils.db.types.DatabaseTextType method) (ahvn.utils.db.types.DatabaseTimestampType method) (ahvn.utils.db.types.DatabaseVectorType method) profile (ahvn.ukf.BaseUKF attribute) progress (ahvn.utils.basic.parallel_utils.Parallelized property) Progress (class in ahvn.utils.basic.progress_utils) progress() (in module ahvn.utils.basic.progress_utils) prompt_composer() (in module ahvn.ukf.templates.basic.prompt) prompt_list_composer() (in module ahvn.ukf.templates.basic.prompt) PromptUKFT (class in ahvn.ukf.templates.basic.prompt) property_fields (ahvn.ukf.BaseUKF attribute) PROXY_VARS (ahvn.utils.basic.request_utils.NetworkProxy attribute) ptags() (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) pyarrow_type() (ahvn.utils.vdb.types.BaseVdbType method) (ahvn.utils.vdb.types.VdbAuthsType method) (ahvn.utils.vdb.types.VdbBooleanType method) (ahvn.utils.vdb.types.VdbDurationType method) (ahvn.utils.vdb.types.VdbIdType method) (ahvn.utils.vdb.types.VdbIntegerType method) (ahvn.utils.vdb.types.VdbJsonType method) (ahvn.utils.vdb.types.VdbRelatedType method) (ahvn.utils.vdb.types.VdbSynonymsType method) (ahvn.utils.vdb.types.VdbTagsType method) (ahvn.utils.vdb.types.VdbTextType method) (ahvn.utils.vdb.types.VdbTimestampType method) (ahvn.utils.vdb.types.VdbVectorType method) Q q_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) q_encode() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) q_encode_embed() (ahvn.klengine.mongo_engine.MongoKLEngine method) (ahvn.klengine.vector_engine.VectorKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) R raise_mismatch() (in module ahvn.utils.basic.debug_utils) raw (ahvn.utils.db.base.SQLResponse property) recoverable (ahvn.klengine.daac_engine.DAACKLEngine attribute) (ahvn.klengine.facet_engine.FacetKLEngine attribute) (ahvn.klengine.mongo_engine.MongoKLEngine attribute) (ahvn.klengine.scan_engine.ScanKLEngine attribute) (ahvn.klengine.vector_engine.VectorKLEngine attribute) redirect_logs() (in module ahvn.utils.basic.log_utils) reg_toolspec() (in module ahvn.tool) (in module ahvn.tool.mixin) register() (ahvn.ukf.registry.UKFTypeRegistry method) (ahvn.ukf.UKFTypeRegistry method) register_babel_commands() (in module ahvn.cli.babel_cli) register_chat_commands() (in module ahvn.cli.chat_cli) register_config_commands() (in module ahvn.cli.config_cli) register_handler() (ahvn.utils.db.base.DatabaseErrorHandler method) register_repo_commands() (in module ahvn.cli.repo_cli) register_ukft() (in module ahvn.ukf) (in module ahvn.ukf.registry) related (ahvn.ukf.BaseUKF attribute) remove() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) remove_stmts() (ahvn.utils.db.types.ExportableEntity class method) remove_synonyms() (ahvn.ukf.BaseUKF method) render() (ahvn.ukf.templates.basic.prompt.PromptUKFT method) require() (ahvn.utils.basic.deps_utils.DependencyManager method) (ahvn.utils.deps.DependencyManager method) required_for (ahvn.utils.basic.deps_utils.DependencyInfo attribute) (ahvn.utils.deps.DependencyInfo attribute) reset() (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) resolve_db_config() (in module ahvn.utils.db) (in module ahvn.utils.db.db_utils) resolve_llm_config() (in module ahvn.llm) (in module ahvn.llm.base) (in module ahvn.llm.llm_utils) resolve_match_conflicts() (in module ahvn.utils.basic.str_utils) resolve_mdb_config() (in module ahvn.utils.mdb) (in module ahvn.utils.mdb.mdb_utils) resolve_vdb_config() (in module ahvn.utils.vdb) (in module ahvn.utils.vdb.vdb_utils) resource() (ahvn.utils.basic.config_utils.ConfigManager method) ResourceUKFT (class in ahvn.ukf.templates.basic.resource) restore() (ahvn.utils.basic.log_utils.SuppressOutput method) restore_logs() (in module ahvn.utils.basic.log_utils) resync_engine() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) retrieve() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) revoke() (ahvn.ukf.BaseUKF method) rollback() (ahvn.utils.db.base.Database method) row_count (ahvn.utils.db.base.SQLResponse property) row_count() (ahvn.utils.db.base.Database method) run() (ahvn.agent.base.BaseAgentSpec method) S save() (ahvn.klengine.daac_engine.DAACKLEngine method) (ahvn.utils.basic.config_utils.ConfigManager method) save_b64() (in module ahvn.utils.basic.serialize_utils) save_hex() (in module ahvn.utils.basic.serialize_utils) save_json() (in module ahvn.utils.basic.serialize_utils) save_jsonl() (in module ahvn.utils.basic.serialize_utils) save_pkl() (in module ahvn.utils.basic.serialize_utils) save_txt() (in module ahvn.utils.basic.serialize_utils) save_yaml() (in module ahvn.utils.basic.serialize_utils) ScanKLEngine (class in ahvn.klengine.scan_engine) schema() (ahvn.ukf.BaseUKF class method) search() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.utils.vdb.base.VectorDatabase method) serialize_auths() (ahvn.ukf.BaseUKF method) serialize_content_composers() (ahvn.ukf.BaseUKF method) serialize_expiration() (ahvn.ukf.BaseUKF method) serialize_expiration_timestamp() (ahvn.ukf.BaseUKF method) serialize_func() (in module ahvn.utils.basic.serialize_utils) serialize_last_verified() (ahvn.ukf.BaseUKF method) serialize_path() (in module ahvn.utils.basic.serialize_utils) serialize_related() (ahvn.ukf.BaseUKF method) serialize_synonyms() (ahvn.ukf.BaseUKF method) serialize_tags() (ahvn.ukf.BaseUKF method) serialize_timestamp() (ahvn.ukf.BaseUKF method) serialize_triggers() (ahvn.ukf.BaseUKF method) set() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.ukf.BaseUKF method) (ahvn.utils.basic.config_utils.ConfigManager method) set_active() (ahvn.ukf.BaseUKF method) set_composer() (ahvn.ukf.BaseUKF method) set_cwd() (ahvn.utils.basic.config_utils.ConfigManager method) set_default_engine() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) set_description() (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.NoProgress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) set_exclude() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) set_fields (ahvn.ukf.BaseUKF attribute) set_inactive() (ahvn.ukf.BaseUKF method) set_log_level() (in module ahvn.utils.basic.log_utils) set_postfix() (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.NoProgress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) set_prefix() (ahvn.utils.basic.progress_utils.LogProgress method) set_trigger() (ahvn.ukf.BaseUKF method) setdef() (ahvn.ukf.BaseUKF method) setup() (ahvn.utils.basic.config_utils.ConfigManager method) setup_heaven_kb() (in module ahvn.resources.ahvn_kb) short_description (ahvn.ukf.BaseUKF attribute) show_help_message() (in module ahvn.cli.chat_cli) signature() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) signed() (ahvn.ukf.BaseUKF method) slots (ahvn.ukf.BaseUKF property) source (ahvn.ukf.BaseUKF attribute) split_sqls() (in module ahvn.utils.db) (in module ahvn.utils.db.db_utils) SQLCompiler (class in ahvn.utils.db.compiler) SQLErrorResponse (class in ahvn.utils.db.base) SQLProcessor (class in ahvn.utils.db) (class in ahvn.utils.db.db_utils) SQLResponse (class in ahvn.utils.db.base) stable_rnd() (in module ahvn.utils.basic.rnd_utils) stable_rnd_vector() (in module ahvn.utils.basic.rnd_utils) stable_rndint() (in module ahvn.utils.basic.rnd_utils) stable_sample() (in module ahvn.utils.basic.rnd_utils) stable_shuffle() (in module ahvn.utils.basic.rnd_utils) stable_split() (in module ahvn.utils.basic.rnd_utils) step() (ahvn.agent.base.BaseAgentSpec method) (ahvn.agent.conv_agent.ConvToolAgentSpec method) stream() (ahvn.agent.base.BaseAgentSpec method) (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) sub_ids() (ahvn.ukf.BaseUKF method) SubmitToolAgentSpec (class in ahvn.agent.submit_agent) suppress() (ahvn.utils.basic.log_utils.SuppressOutput method) suppress_stderr (ahvn.utils.basic.log_utils.SuppressOutput attribute) suppress_stdout (ahvn.utils.basic.log_utils.SuppressOutput attribute) SuppressOutput (class in ahvn.utils.basic.log_utils) sync() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klengine.daac_engine.DAACKLEngine method) sync_desynced() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) synonyms (ahvn.ukf.BaseUKF attribute) synthesize_def() (in module ahvn.utils.basic.func_utils) synthesize_docstring() (in module ahvn.utils.basic.func_utils) synthesize_signature() (in module ahvn.utils.basic.func_utils) system_config (ahvn.utils.basic.config_utils.ConfigManager property) system_config_path (ahvn.utils.basic.config_utils.ConfigManager property) T tab_cols() (ahvn.utils.db.base.Database method) tab_fks() (ahvn.utils.db.base.Database method) tab_pks() (ahvn.utils.db.base.Database method) table_display() (in module ahvn.utils.db.base) table_names() (ahvn.adapter.db.ORMUKFAdapter method) tag_s() (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) tag_t() (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) tag_v() (in module ahvn.ukf) (in module ahvn.ukf.ukf_utils) tags (ahvn.ukf.BaseUKF attribute) tags_default (ahvn.ukf.BaseUKF attribute) TemplateUKFT (class in ahvn.ukf.templates.basic.template) text() (ahvn.ukf.BaseUKF method) timefluid (ahvn.ukf.BaseUKF attribute) timestamp (ahvn.ukf.BaseUKF attribute) to_atool() (ahvn.ukf.templates.basic.tool.ToolUKFT method) to_cache_entry() (ahvn.ukf.templates.basic.experience.ExperienceUKFT method) to_dict() (ahvn.cache.base.CacheEntry method) (ahvn.cache.CacheEntry method) (ahvn.ukf.BaseUKF method) to_env() (ahvn.ukf.templates.basic.prompt.PromptUKFT method) to_fastmcp() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) to_function() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) to_jsonschema() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) to_list() (ahvn.utils.db.base.SQLResponse method) to_mcp() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) to_path() (ahvn.ukf.templates.basic.resource.ResourceUKFT method) to_prompt() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) to_string() (ahvn.utils.db.base.SQLErrorResponse method) to_tool() (ahvn.ukf.templates.basic.tool.ToolUKFT method) to_toolspecs() (ahvn.tool.mixin.ToolRegistry method) (ahvn.tool.ToolRegistry method) to_ukf() (ahvn.adapter.base.BaseUKFAdapter method) (ahvn.adapter.BaseUKFAdapter method) (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) (ahvn.utils.mdb.BaseMongoType method) (ahvn.utils.mdb.MongoAuthsType method) (ahvn.utils.mdb.MongoBooleanType method) (ahvn.utils.mdb.MongoDurationType method) (ahvn.utils.mdb.MongoIdType method) (ahvn.utils.mdb.MongoIntegerType method) (ahvn.utils.mdb.MongoJsonType method) (ahvn.utils.mdb.MongoRelatedType method) (ahvn.utils.mdb.MongoSynonymsType method) (ahvn.utils.mdb.MongoTagsType method) (ahvn.utils.mdb.MongoTextType method) (ahvn.utils.mdb.MongoTimestampType method) (ahvn.utils.mdb.MongoVectorType method) (ahvn.utils.mdb.types.BaseMongoType method) (ahvn.utils.mdb.types.MongoAuthsType method) (ahvn.utils.mdb.types.MongoBooleanType method) (ahvn.utils.mdb.types.MongoDurationType method) (ahvn.utils.mdb.types.MongoIdType method) (ahvn.utils.mdb.types.MongoIntegerType method) (ahvn.utils.mdb.types.MongoJsonType method) (ahvn.utils.mdb.types.MongoRelatedType method) (ahvn.utils.mdb.types.MongoSynonymsType method) (ahvn.utils.mdb.types.MongoTagsType method) (ahvn.utils.mdb.types.MongoTextType method) (ahvn.utils.mdb.types.MongoTimestampType method) (ahvn.utils.mdb.types.MongoVectorType method) (ahvn.utils.vdb.types.BaseVdbType method) (ahvn.utils.vdb.types.VdbAuthsType method) (ahvn.utils.vdb.types.VdbBooleanType method) (ahvn.utils.vdb.types.VdbDurationType method) (ahvn.utils.vdb.types.VdbIdType method) (ahvn.utils.vdb.types.VdbIntegerType method) (ahvn.utils.vdb.types.VdbJsonType method) (ahvn.utils.vdb.types.VdbRelatedType method) (ahvn.utils.vdb.types.VdbSynonymsType method) (ahvn.utils.vdb.types.VdbTagsType method) (ahvn.utils.vdb.types.VdbTextType method) (ahvn.utils.vdb.types.VdbTimestampType method) (ahvn.utils.vdb.types.VdbVectorType method) to_ukf_data() (ahvn.adapter.base.BaseUKFAdapter method) (ahvn.adapter.BaseUKFAdapter method) (ahvn.adapter.db.ORMUKFAdapter method) (ahvn.adapter.mdb.MongoUKFAdapter method) (ahvn.adapter.vdb.VdbUKFAdapter method) ToolError ToolRegistry (class in ahvn.tool) (class in ahvn.tool.mixin) ToolSpec (class in ahvn.tool) (class in ahvn.tool.base) toolspec() (ahvn.tool.mixin.ToolRegistry method) (ahvn.tool.ToolRegistry method) toolspec_factory_builtins_execute_sql() (in module ahvn.tool.builtins.db.exec_sql) ToolUKFT (class in ahvn.ukf.templates.basic.tool) tooluse() (ahvn.llm.base.LLM method) (ahvn.llm.LLM method) total (ahvn.utils.basic.progress_utils.Progress property) touch_dir() (in module ahvn.utils.basic.file_utils) touch_file() (in module ahvn.utils.basic.file_utils) TqdmProgress (class in ahvn.utils.basic.progress_utils) transform() (ahvn.utils.basic.serialize_utils.AhvnJsonDecoder static method) (ahvn.utils.basic.serialize_utils.AhvnJsonEncoder static method) transpile_sql() (in module ahvn.utils.db) (in module ahvn.utils.db.db_utils) triggers (ahvn.ukf.BaseUKF attribute) truncate() (in module ahvn.utils.basic.str_utils) type (ahvn.ukf.BaseUKF attribute) type_default (ahvn.ukf.BaseUKF attribute) (ahvn.ukf.templates.basic.document.DocumentUKFT attribute) (ahvn.ukf.templates.basic.dummy.DummyUKFT attribute) (ahvn.ukf.templates.basic.experience.ExperienceUKFT attribute) (ahvn.ukf.templates.basic.knowledge.KnowledgeUKFT attribute) (ahvn.ukf.templates.basic.prompt.PromptUKFT attribute) (ahvn.ukf.templates.basic.resource.ResourceUKFT attribute) (ahvn.ukf.templates.basic.template.TemplateUKFT attribute) (ahvn.ukf.templates.basic.tool.ToolUKFT attribute) U UKFAuthsType (class in ahvn.ukf.types) UKFBooleanType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFDurationType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFIdType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFIntegerType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFJsonType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFLongTextType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFMediumTextType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFRelatedType (class in ahvn.ukf.types) UKFShortTextType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFSynonymsType (class in ahvn.ukf.types) UKFTagsType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFTimestampType (class in ahvn.ukf) (class in ahvn.ukf.types) UKFTypeRegistry (class in ahvn.ukf) (class in ahvn.ukf.registry) UKFVectorType (class in ahvn.ukf.types) unbind() (ahvn.tool.base.ToolSpec method) (ahvn.tool.ToolSpec method) (ahvn.ukf.templates.basic.prompt.PromptUKFT method) unique() (in module ahvn.utils.basic.misc_utils) unset() (ahvn.cache.base.BaseCache method) (ahvn.cache.BaseCache method) (ahvn.ukf.BaseUKF method) (ahvn.utils.basic.config_utils.ConfigManager method) unset_inactive() (ahvn.ukf.BaseUKF method) update() (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.NoProgress method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) update_composers() (ahvn.ukf.BaseUKF method) update_total() (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.NoProgress method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method) update_triggers() (ahvn.ukf.BaseUKF method) upsert() (ahvn.klbase.base.KLBase method) (ahvn.klbase.KLBase method) (ahvn.klengine.base.BaseKLEngine method) (ahvn.klengine.BaseKLEngine method) (ahvn.klstore.base.BaseKLStore method) (ahvn.klstore.BaseKLStore method) upsert_stmts() (ahvn.utils.db.types.ExportableEntity method) user_proxy() (ahvn.agent.base.BaseAgentSpec method) V valid_tag() (in module ahvn.ukf.ukf_utils) validate_content_composers() (ahvn.ukf.BaseUKF class method) validate_triggers() (ahvn.ukf.BaseUKF class method) value (ahvn.cache.base.CacheEntry property) (ahvn.cache.CacheEntry property) value_match() (in module ahvn.utils.basic.debug_utils) value_repr() (in module ahvn.utils.basic.str_utils) variant (ahvn.ukf.BaseUKF attribute) variant_notes (ahvn.ukf.BaseUKF attribute) VdbAuthsType (class in ahvn.utils.vdb.types) VdbBooleanType (class in ahvn.utils.vdb.types) VdbDurationType (class in ahvn.utils.vdb.types) VdbIdType (class in ahvn.utils.vdb.types) VdbIntegerType (class in ahvn.utils.vdb.types) VdbJsonType (class in ahvn.utils.vdb.types) VdbRelatedType (class in ahvn.utils.vdb.types) VdbSynonymsType (class in ahvn.utils.vdb.types) VdbTagsType (class in ahvn.utils.vdb.types) VdbTextType (class in ahvn.utils.vdb.types) VdbTimestampType (class in ahvn.utils.vdb.types) VdbUKFAdapter (class in ahvn.adapter.vdb) VdbVectorType (class in ahvn.utils.vdb.types) VectorCompiler (class in ahvn.utils.vdb.compiler) VectorDatabase (class in ahvn.utils.vdb.base) VectorKLEngine (class in ahvn.klengine.vector_engine) VectorKLStore (class in ahvn.klstore.vdb_store) version (ahvn.ukf.BaseUKF attribute) version_notes (ahvn.ukf.BaseUKF attribute) virtual_fields (ahvn.adapter.base.BaseUKFAdapter attribute) (ahvn.adapter.BaseUKFAdapter attribute) (ahvn.adapter.db.ORMUKFAdapter attribute) (ahvn.adapter.mdb.MongoUKFAdapter attribute) (ahvn.adapter.vdb.VdbUKFAdapter attribute) W workspace (ahvn.ukf.BaseUKF attribute) write() (ahvn.utils.basic.progress_utils.LogProgress method) (ahvn.utils.basic.progress_utils.Progress method) (ahvn.utils.basic.progress_utils.TqdmProgress method)