Mohammed R. Ali
Results
2
issues of
Mohammed R. Ali
Hey we're trying to write to elastic search using PySpark doing something that looks like this: ``` df.write \ .format('org.elasticsearch.spark.sql') \ .option('es_resource', es_resource) \ .option('es_nodes', host) \ .option('es_port', port) \...
[Feature Request] Subagents should inherit parent agent context to avoid redundant codebase scanning
3
Hey it would be really awesome if claude could spawn its subagents with the main agent's existing context. That way the subagents don't need to go around scanning the codebase...
enhancement
area:tools
area:core
perf:memory