MCPcopy Create free account

hub / github.com/atripati/ark / functions

Functions715 in github.com/atripati/ark

FunctionTestValidateCodeResponse
(t *testing.T)
pkg/runtime/quality_test.go:112
FunctionTestValidateCodeResponseNoCode
(t *testing.T)
pkg/runtime/quality_test.go:129
FunctionTestValidateEmptyModelName
(t *testing.T)
pkg/config/config_test.go:242
FunctionTestValidateInvalidProvider
(t *testing.T)
pkg/config/config_test.go:230
FunctionTestValidateMissingAPIKey
(t *testing.T)
pkg/config/config_test.go:255
FunctionTestValidateMultipleErrors
(t *testing.T)
pkg/config/config_test.go:310
FunctionTestValidateOllamaNoKeyNeeded
(t *testing.T)
pkg/config/config_test.go:268
FunctionTestVerifierEscalation
(t *testing.T)
pkg/governor/governor_test.go:403
FunctionTestVerifierPassShouldNotEscalate
(t *testing.T)
pkg/governor/governor_test.go:445
FunctionTestVerifierRegistryIntegration
(t *testing.T)
pkg/governor/governor_test.go:455
FunctionTestVerifierResetEscalations
(t *testing.T)
pkg/governor/governor_test.go:430
FunctionTestVerifyCodeResponseNoCode
(t *testing.T)
pkg/runtime/verify_test.go:123
FunctionTestVerifyCodeResponseWithCode
(t *testing.T)
pkg/runtime/verify_test.go:133
FunctionTestVerifyGeneralEmpty
(t *testing.T)
pkg/runtime/verify_test.go:186
FunctionTestVerifyRankingBad
(t *testing.T)
pkg/runtime/verify_test.go:155
FunctionTestVerifyRankingGood
(t *testing.T)
pkg/runtime/verify_test.go:144
FunctionTestVerifyReasoningConfabulation
(t *testing.T)
pkg/governor/governor_test.go:367
FunctionTestVerifyReasoningGood
(t *testing.T)
pkg/runtime/verify_test.go:163
FunctionTestVerifyReasoningHallucination
(t *testing.T)
pkg/governor/governor_test.go:342
FunctionTestVerifyReasoningHedgy
(t *testing.T)
pkg/runtime/verify_test.go:171
FunctionTestVerifyReasoningPass
(t *testing.T)
pkg/governor/governor_test.go:325
FunctionTestVerifyRepetitionDetection
(t *testing.T)
pkg/governor/governor_test.go:383
FunctionTestVerifyReportExists
(t *testing.T)
pkg/runtime/verify_test.go:208
FunctionTestVerifySummaryGood
(t *testing.T)
pkg/runtime/verify_test.go:179
FunctionTestVerifyToolCallEmptyOutput
(t *testing.T)
pkg/governor/governor_test.go:291
FunctionTestVerifyToolCallInvalidJSON
(t *testing.T)
pkg/governor/governor_test.go:308
FunctionTestVerifyToolCallNilResponse
(t *testing.T)
pkg/governor/governor_test.go:277
FunctionTestVerifyToolCallPass
(t *testing.T)
pkg/governor/governor_test.go:253
FunctionTestWriteAllowed
(t *testing.T)
pkg/tools/http_test.go:83
FunctionTestWriteBlocking
(t *testing.T)
pkg/tools/http_test.go:65
MethodToolP50
(toolName string)
pkg/runtime/agent.go:280
MethodVerifyReasoning
(model string, response *runtime.ModelResponse, toolsAvailable bool, toolsCalled bool)
pkg/governor/adapter.go:56
MethodVerifyToolCall
(model string, toolName string, call *runtime.ToolCall, response *runtime.ModelResponse)
pkg/governor/adapter.go:46
Method__del__
(self)
ark-memory/ark_memory/store.py:486
Method__init__
(self, agent: Agent)
ark-memory/ark_memory/experience.py:72
Method__init__
(self, experience: Experience)
ark-memory/ark_memory/collector.py:57
Method__init__
( self, agent_id: str, db_path: str = "ark_memory.db", embedding_provider: str
ark-memory/ark_memory/agent.py:40
Method__init__
(self, config: MemoryConfig)
ark-memory/ark_memory/embeddings.py:29
Method__init__
(self, config: Optional[MemoryConfig] = None)
ark-memory/ark_memory/store.py:34
Method__repr__
(self)
ark-memory/ark_memory/agent.py:223
Methodage_days
(self)
ark-memory/ark_memory/types.py:30
FunctioncompressToolSchema
(name, description string)
pkg/context/manager.go:520
Methodcontent
(self)
ark-memory/ark_memory/types.py:43
FunctioncountLeadingTabs
(s string)
pkg/runtime/quality.go:550
MethodcreateIssue
(params map[string]interface{})
pkg/tools/github.go:202
Methoddecay
Run decay — remove memories that have decayed below threshold.
ark-memory/ark_memory/agent.py:179
Methodforget
Remove a specific memory.
ark-memory/ark_memory/store.py:338
MethodgetRepo
(params map[string]interface{})
pkg/tools/github.go:160
MethodgetUser
(params map[string]interface{})
pkg/tools/github.go:263
MethodlistIssues
(params map[string]interface{})
pkg/tools/github.go:179
MethodlistPulls
(params map[string]interface{})
pkg/tools/github.go:239
MethodlistRepos
(params map[string]interface{})
pkg/tools/github.go:128
Methodlist_all
List all memories in a namespace (no scoring).
ark-memory/ark_memory/store.py:391
Functionmain
()
cmd/ark/main.go:33
Methodrecall_all
Recall across ALL namespaces in a single query. No per-namespace loop — one scan, one sort.
ark-memory/ark_memory/store.py:159
Methodsearch
(params map[string]interface{})
pkg/tools/websearch.go:79
MethodsearchNews
(params map[string]interface{})
pkg/tools/websearch.go:106
MethodsearchRepos
(params map[string]interface{})
pkg/tools/github.go:280
FunctionsetupTestAgent
()
pkg/runtime/agent_test.go:12
FunctionsimplifyRepoListWithLang
simplifyRepoListWithLang filters results to match the requested language.
pkg/tools/github.go:681
Methodstats
Get memory statistics for an agent.
ark-memory/ark_memory/store.py:425
Methodtest_anti_redundancy
(self)
ark-memory/tests/test_memory.py:358
Methodtest_best_tool_for
(self)
ark-memory/tests/test_experience.py:79
Methodtest_common_failures
(self)
ark-memory/tests/test_experience.py:94
Methodtest_context_string
(self)
ark-memory/tests/test_memory.py:210
Methodtest_count
(self)
ark-memory/tests/test_memory.py:132
Methodtest_dedup_allows_different_content
(self)
ark-memory/tests/test_memory.py:328
Methodtest_dedup_prevents_duplicates
(self)
ark-memory/tests/test_memory.py:319
Methodtest_different_text_low_similarity
(self)
ark-memory/tests/test_memory.py:42
Methodtest_embed_batch
(self)
ark-memory/tests/test_memory.py:56
Methodtest_embed_deterministic
(self)
ark-memory/tests/test_memory.py:27
Methodtest_embed_returns_vector
(self)
ark-memory/tests/test_memory.py:20
Methodtest_empty_content_raises
(self)
ark-memory/tests/test_memory.py:269
Methodtest_empty_recall
(self)
ark-memory/tests/test_memory.py:279
Methodtest_empty_text
(self)
ark-memory/tests/test_memory.py:50
Methodtest_execution_context
(self)
ark-memory/tests/test_experience.py:133
Methodtest_execution_context_empty
(self)
ark-memory/tests/test_experience.py:147
Methodtest_execution_recorded
(self)
ark-memory/tests/test_experience.py:68
Methodtest_explain_recall
(self)
ark-memory/tests/test_memory.py:337
Methodtest_explain_recall_empty
(self)
ark-memory/tests/test_memory.py:350
Methodtest_forget
(self)
ark-memory/tests/test_memory.py:105
Methodtest_forget
(self)
ark-memory/tests/test_memory.py:247
Methodtest_forget_all
(self)
ark-memory/tests/test_memory.py:257
Methodtest_forget_namespace
(self)
ark-memory/tests/test_memory.py:118
Methodtest_importance
(self)
ark-memory/tests/test_memory.py:297
Methodtest_ingest_all
(self)
ark-memory/tests/test_collector.py:139
Methodtest_ingest_governor_registry
(self)
ark-memory/tests/test_collector.py:65
Methodtest_ingest_incremental
(self)
ark-memory/tests/test_collector.py:44
Methodtest_ingest_jsonl
(self)
ark-memory/tests/test_collector.py:20
Methodtest_ingest_malformed_jsonl
(self)
ark-memory/tests/test_collector.py:172
Methodtest_ingest_memory_file
(self)
ark-memory/tests/test_collector.py:95
Methodtest_ingest_missing_file
(self)
ark-memory/tests/test_collector.py:164
Methodtest_ingest_router_learning
(self)
ark-memory/tests/test_collector.py:118
Methodtest_limit_enforcement
(self)
ark-memory/tests/test_memory.py:156
Methodtest_model_performance
(self)
ark-memory/tests/test_experience.py:120
Methodtest_namespace_isolation
(self)
ark-memory/tests/test_memory.py:88
Methodtest_namespaces
(self)
ark-memory/tests/test_memory.py:220
Methodtest_persistence_across_instances
(self)
ark-memory/tests/test_memory.py:170
Methodtest_persistence_across_sessions
(self)
ark-memory/tests/test_experience.py:171
Methodtest_prompt_failed
(self)
ark-memory/tests/test_experience.py:47
← previousnext →601–700 of 715, ranked by callers