AaronTekle commited on
Commit
fbade0d
·
verified ·
1 Parent(s): 4f9cf14

Update Technical_README.md

Browse files
Files changed (1) hide show
  1. Technical_README.md +5 -2
Technical_README.md CHANGED
@@ -33,9 +33,12 @@
33
 
34
  Deterministic agent **executes a known plan**, while an autonomous agent **figures out the plan as it goes**.
35
 
36
- agentic data engineering app for profiling datasets, validating schemas, detecting data-quality failures, executing safe read-only SQL checks, and generating SQL + PySpark pipelines
37
 
38
- agent model loads a user dataset, creates a structured DataContext, gives a Qwen3-Coder agent access to  engineering tools, and lets the model decide which tools to call before producing a final engineering assessment and pipeline code
 
 
 
 
39
 
40
  #### Data Cleaning / Audit Tasks
41
  Data Engineering Agent can analyze and clean datasets by first understanding their structure and quality
 
33
 
34
  Deterministic agent **executes a known plan**, while an autonomous agent **figures out the plan as it goes**.
35
 
 
36
 
37
+ ### Agent Goals:
38
+ - agentic data engineering app for profiling datasets, validating schemas, detecting data-quality failures, executing safe read-only SQL checks, and generating SQL + PySpark pipelines
39
+
40
+ - agent model loads a user dataset, creates a structured DataContext, gives a Qwen3-Coder agent access to  engineering tools, and lets the model decide which tools to call before producing a final engineering assessment and pipeline code
41
+
42
 
43
  #### Data Cleaning / Audit Tasks
44
  Data Engineering Agent can analyze and clean datasets by first understanding their structure and quality