Commit d3b6070
committed
refactor: Organize examples into categorical subdirectories
- Created 4 main category directories for better organization:
* Core Features/ - Basic LLM operations (4 files)
* Agent Examples/ - Agent implementations (2 files)
* Document Processing/ - Document handling (3 files)
* Requirements Extraction/ - Complete Task 7 pipeline (8 files)
- All 18 example files reorganized into logical categories
- Updated examples/README.md with new folder structure
- All command paths updated to reflect new structure
- Deleted duplicate phase3_integration.py (empty file)
File Moves:
- Core Features: basic_completion.py, chat_session.py, chain_prompts.py, parser_demo.py
- Agent Examples: deepagent_demo.py, config_loader_demo.py
- Document Processing: pdf_processing.py, ai_enhanced_processing.py, tag_aware_extraction.py
- Requirements Extraction: 8 requirements extraction demos (complete pipeline)
Benefits:
- Improved discoverability (logical grouping)
- Better maintainability (clear categories)
- Easier navigation for new users
- Scalable structure for future additions
Verification: Tested requirements_enhanced_output_demo.py - all 12 demos passing (100%)
Task 7 Status: Complete (99-100% accuracy)
Pipeline Version: 1.0.01 parent e7d2147 commit d3b6070
File tree
19 files changed
+44
-44
lines changed- examples
- Agent Examples
- Core Features
- Document Processing
- Requirements Extraction
19 files changed
+44
-44
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
63 | 83 | | |
64 | 84 | | |
65 | | - | |
| 85 | + | |
66 | 86 | | |
67 | | - | |
| 87 | + | |
68 | 88 | | |
69 | 89 | | |
70 | 90 | | |
71 | | - | |
| 91 | + | |
72 | 92 | | |
73 | | - | |
| 93 | + | |
74 | 94 | | |
75 | 95 | | |
76 | 96 | | |
77 | | - | |
| 97 | + | |
78 | 98 | | |
79 | | - | |
| 99 | + | |
80 | 100 | | |
81 | 101 | | |
82 | 102 | | |
83 | 103 | | |
84 | 104 | | |
85 | 105 | | |
86 | 106 | | |
87 | | - | |
| 107 | + | |
88 | 108 | | |
89 | | - | |
| 109 | + | |
90 | 110 | | |
91 | | - | |
| 111 | + | |
92 | 112 | | |
93 | | - | |
| 113 | + | |
94 | 114 | | |
95 | 115 | | |
96 | 116 | | |
97 | | - | |
| 117 | + | |
98 | 118 | | |
99 | | - | |
| 119 | + | |
100 | 120 | | |
101 | 121 | | |
102 | 122 | | |
103 | 123 | | |
104 | 124 | | |
105 | 125 | | |
106 | 126 | | |
107 | | - | |
| 127 | + | |
108 | 128 | | |
109 | | - | |
| 129 | + | |
110 | 130 | | |
111 | 131 | | |
112 | 132 | | |
113 | | - | |
| 133 | + | |
114 | 134 | | |
115 | | - | |
| 135 | + | |
116 | 136 | | |
117 | 137 | | |
118 | 138 | | |
| |||
122 | 142 | | |
123 | 143 | | |
124 | 144 | | |
125 | | - | |
| 145 | + | |
126 | 146 | | |
127 | | - | |
| 147 | + | |
128 | 148 | | |
129 | 149 | | |
130 | 150 | | |
131 | 151 | | |
132 | 152 | | |
133 | 153 | | |
134 | 154 | | |
135 | | - | |
| 155 | + | |
136 | 156 | | |
137 | | - | |
| 157 | + | |
138 | 158 | | |
139 | 159 | | |
140 | 160 | | |
| |||
144 | 164 | | |
145 | 165 | | |
146 | 166 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments