A
B
C
D
E
F
G
I
J
K
L
M
O
P
R
S
T
U
V
W
E
- editLinesInFile(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
- Replace a line range startLine..
- ERROR - enum entry in ai.platon.pulsar.coding.Severity
- estimateTokens(java.lang.String) - function in ai.platon.pulsar.coding.TokenEstimator
- Estimated token count of text; 0 for empty input.
- execute(java.lang.String,java.lang.Long,java.lang.String,java.util.Map) - function in ai.platon.pulsar.coding.CodingAgentShell
- Execute a command with full development tool support.
- executeRaw(java.lang.String,java.lang.Long,java.lang.String,java.util.Map) - function in ai.platon.pulsar.coding.CodingAgentShell
- Execute a command and return the raw ShellResult.
- exists(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
- Check if a path exists.
- explain(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentShell
- Show the current effective policy for a command — why it's allowed or denied.
- extract(java.lang.String,java.lang.String) - function in ai.platon.pulsar.coding.SkeletonExtractor
- Extract a skeleton from a Kotlin source file.
- extractDir(java.util.Map) - function in ai.platon.pulsar.coding.SkeletonExtractor
- Extract a multi-file skeleton set from a real directory (a plugin/module).