generated from coulomb/repo-seed
Coevolution extension
This commit is contained in:
@@ -6,7 +6,18 @@ from pathlib import Path
|
||||
from repo_registry.core.models import ObservedFact
|
||||
|
||||
|
||||
INDEXED_FACT_KINDS = {"documentation", "example", "test", "manifest", "interface"}
|
||||
INDEXED_FACT_KINDS = {
|
||||
"documentation",
|
||||
"example",
|
||||
"test",
|
||||
"manifest",
|
||||
"interface",
|
||||
"config",
|
||||
"llm_provider",
|
||||
"credential_config",
|
||||
"provider_registry",
|
||||
"fallback_policy",
|
||||
}
|
||||
MAX_CHUNK_LINES = 40
|
||||
MAX_FILE_BYTES = 200_000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user