CortexFlow
User Guide
Installation
Getting Started
Configuration
Migration from AdaptiveContext
API Reference
CortexFlowManager
CortexFlowConfig
Examples
Basic Usage
CortexFlow
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (cortexflow.CortexFlowManager method)
,
[1]
A
active_token_limit (cortexflow.config.MemoryConfig attribute)
add_knowledge() (cortexflow.CortexFlowManager method)
add_logical_rule() (cortexflow.CortexFlowManager method)
add_message() (cortexflow.CortexFlowManager method)
,
[1]
add_probability_distribution() (cortexflow.CortexFlowManager method)
AgentConfig (class in cortexflow.config)
agents (cortexflow.CortexFlowConfig attribute)
answer_why_question() (cortexflow.CortexFlowManager method)
archive_token_limit (cortexflow.config.MemoryConfig attribute)
B
backend (cortexflow.config.LLMConfig attribute)
build() (cortexflow.config.ConfigBuilder method)
C
cache_reasoning_pattern() (cortexflow.CortexFlowManager method)
chain_agent_count (cortexflow.config.AgentConfig attribute)
chain_complexity_threshold (cortexflow.config.AgentConfig attribute)
classifier (cortexflow.CortexFlowConfig attribute)
clear_context() (cortexflow.CortexFlowManager method)
clear_memory() (cortexflow.CortexFlowManager method)
clear_performance_caches() (cortexflow.CortexFlowManager method)
close() (cortexflow.CortexFlowManager method)
,
[1]
close_session() (cortexflow.CortexFlowManager method)
ConfigBuilder (class in cortexflow.config)
conversation_style (cortexflow.config.LLMConfig attribute)
CortexFlowConfig (class in cortexflow)
CortexFlowManager (class in cortexflow)
create_hop_indexes() (cortexflow.CortexFlowManager method)
create_session() (cortexflow.CortexFlowManager method)
custom_config (cortexflow.CortexFlowConfig attribute)
D
debug_mode (cortexflow.CortexFlowConfig attribute)
default_model (cortexflow.config.LLMConfig attribute)
detect_contradictions() (cortexflow.CortexFlowManager method)
dynamic_weighting_default_ratios (cortexflow.config.MemoryConfig attribute)
dynamic_weighting_learning_rate (cortexflow.config.MemoryConfig attribute)
dynamic_weighting_min_tier_size (cortexflow.config.MemoryConfig attribute)
E
emotion (cortexflow.CortexFlowConfig attribute)
emotion_tracker (cortexflow.CortexFlowManager property)
enable_multi_hop_queries (cortexflow.config.GraphRagConfig attribute)
episodic (cortexflow.CortexFlowConfig attribute)
episodic_store (cortexflow.CortexFlowManager property)
event_bus (cortexflow.CortexFlowManager property)
events (cortexflow.CortexFlowConfig attribute)
F
from_dict() (cortexflow.CortexFlowConfig class method)
G
generate_hypotheses() (cortexflow.CortexFlowManager method)
generate_novel_implications() (cortexflow.CortexFlowManager method)
generate_response() (cortexflow.CortexFlowManager method)
,
[1]
generate_response_stream() (cortexflow.CortexFlowManager method)
get_belief_revision_history() (cortexflow.CortexFlowManager method)
get_cache_stats() (cortexflow.CortexFlowManager method)
get_context() (cortexflow.CortexFlowManager method)
get_conversation_context() (cortexflow.CortexFlowManager method)
get_current_session() (cortexflow.CortexFlowManager method)
get_dynamic_weighting_stats() (cortexflow.CortexFlowManager method)
get_knowledge() (cortexflow.CortexFlowManager method)
get_performance_stats() (cortexflow.CortexFlowManager method)
get_probability_distribution() (cortexflow.CortexFlowManager method)
get_recent_episodes() (cortexflow.CortexFlowManager method)
get_source_reliability() (cortexflow.CortexFlowManager method)
get_stats() (cortexflow.CortexFlowManager method)
get_temporal_facts() (cortexflow.CortexFlowManager method)
graph_partition_method (cortexflow.config.GraphRagConfig attribute)
graph_rag (cortexflow.CortexFlowConfig attribute)
graph_weight (cortexflow.config.GraphRagConfig attribute)
GraphRagConfig (class in cortexflow.config)
I
inference (cortexflow.CortexFlowConfig attribute)
K
knowledge_store (cortexflow.CortexFlowConfig attribute)
knowledge_store_path (cortexflow.config.KnowledgeStoreConfig attribute)
KnowledgeStoreConfig (class in cortexflow.config)
L
llm (cortexflow.CortexFlowConfig attribute)
LLMConfig (class in cortexflow.config)
log_config() (cortexflow.CortexFlowConfig method)
M
max_graph_hops (cortexflow.config.GraphRagConfig attribute)
max_indexed_hops (cortexflow.config.GraphRagConfig attribute)
memory (cortexflow.CortexFlowConfig attribute)
MemoryConfig (class in cortexflow.config)
metadata (cortexflow.CortexFlowConfig attribute)
multi_hop_query() (cortexflow.CortexFlowManager method)
O
ollama_host (cortexflow.config.LLMConfig attribute)
ontology (cortexflow.CortexFlowConfig attribute)
optimize_path_query() (cortexflow.CortexFlowManager method)
optimize_query() (cortexflow.CortexFlowManager method)
P
partition_graph() (cortexflow.CortexFlowManager method)
performance (cortexflow.CortexFlowConfig attribute)
persona (cortexflow.CortexFlowConfig attribute)
persona_manager (cortexflow.CortexFlowManager property)
Q
query() (cortexflow.CortexFlowManager method)
R
reason_with_incomplete_information() (cortexflow.CortexFlowManager method)
reflection (cortexflow.CortexFlowConfig attribute)
reflection_confidence_threshold (cortexflow.config.ReflectionConfig attribute)
reflection_relevance_threshold (cortexflow.config.ReflectionConfig attribute)
ReflectionConfig (class in cortexflow.config)
relationship (cortexflow.CortexFlowConfig attribute)
relationship_tracker (cortexflow.CortexFlowManager property)
remember_knowledge() (cortexflow.CortexFlowManager method)
,
[1]
rerank_top_k (cortexflow.config.KnowledgeStoreConfig attribute)
reset_dynamic_weighting() (cortexflow.CortexFlowManager method)
resolve_contradiction() (cortexflow.CortexFlowManager method)
retrieval_type (cortexflow.config.KnowledgeStoreConfig attribute)
S
safety (cortexflow.CortexFlowConfig attribute)
safety_pipeline (cortexflow.CortexFlowManager property)
search_episodes() (cortexflow.CortexFlowManager method)
session (cortexflow.CortexFlowConfig attribute)
switch_session() (cortexflow.CortexFlowManager method)
system_persona (cortexflow.config.LLMConfig attribute)
T
target_partition_count (cortexflow.config.GraphRagConfig attribute)
temporal (cortexflow.CortexFlowConfig attribute)
temporal_manager (cortexflow.CortexFlowManager property)
to_dict() (cortexflow.CortexFlowConfig method)
trust_marker (cortexflow.config.KnowledgeStoreConfig attribute)
U
uncertainty (cortexflow.CortexFlowConfig attribute)
update_source_reliability() (cortexflow.CortexFlowManager method)
use_chain_of_agents (cortexflow.config.AgentConfig attribute)
use_dynamic_weighting (cortexflow.config.MemoryConfig attribute)
use_fact_extraction (cortexflow.config.MemoryConfig attribute)
use_graph_partitioning (cortexflow.config.GraphRagConfig attribute)
use_graph_rag (cortexflow.config.GraphRagConfig attribute)
use_multihop_indexing (cortexflow.config.GraphRagConfig attribute)
use_reranking (cortexflow.config.KnowledgeStoreConfig attribute)
use_self_reflection (cortexflow.config.ReflectionConfig attribute)
user_profile_manager (cortexflow.CortexFlowManager property)
V
vector_model (cortexflow.config.KnowledgeStoreConfig attribute)
vector_store (cortexflow.CortexFlowConfig attribute)
verbose_logging (cortexflow.CortexFlowConfig attribute)
vertex_api_key (cortexflow.config.LLMConfig attribute)
vertex_credentials_path (cortexflow.config.LLMConfig attribute)
vertex_location (cortexflow.config.LLMConfig attribute)
vertex_model (cortexflow.config.LLMConfig attribute)
vertex_project_id (cortexflow.config.LLMConfig attribute)
W
with_agents() (cortexflow.config.ConfigBuilder method)
with_classifier() (cortexflow.config.ConfigBuilder method)
with_custom_config() (cortexflow.config.ConfigBuilder method)
with_debug() (cortexflow.config.ConfigBuilder method)
with_emotions() (cortexflow.config.ConfigBuilder method)
with_episodic() (cortexflow.config.ConfigBuilder method)
with_events() (cortexflow.config.ConfigBuilder method)
with_fact_extraction() (cortexflow.config.ConfigBuilder method)
with_graph_rag() (cortexflow.config.ConfigBuilder method)
with_inference() (cortexflow.config.ConfigBuilder method)
with_knowledge_store() (cortexflow.config.ConfigBuilder method)
with_llm() (cortexflow.config.ConfigBuilder method)
with_memory() (cortexflow.config.ConfigBuilder method)
with_metadata() (cortexflow.config.ConfigBuilder method)
with_ontology() (cortexflow.config.ConfigBuilder method)
with_performance() (cortexflow.config.ConfigBuilder method)
with_persona() (cortexflow.config.ConfigBuilder method)
with_reflection() (cortexflow.config.ConfigBuilder method)
with_relationship() (cortexflow.config.ConfigBuilder method)
with_safety() (cortexflow.config.ConfigBuilder method)
with_sessions() (cortexflow.config.ConfigBuilder method)
with_temporal() (cortexflow.config.ConfigBuilder method)
with_uncertainty() (cortexflow.config.ConfigBuilder method)
with_vector_store() (cortexflow.config.ConfigBuilder method)
with_vertex_ai() (cortexflow.config.ConfigBuilder method)
working_token_limit (cortexflow.config.MemoryConfig attribute)