Skip to content

Commit 88977c0

Browse files
authored
Update README.md
1 parent 7cdc5c0 commit 88977c0

1 file changed

Lines changed: 27 additions & 15 deletions

File tree

README.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -294,33 +294,45 @@ This command will start the container, run the application inside Docker, and pr
294294
│ │ │ │ ├── agent.py
295295
│ │ │ │ ├── prompt.py
296296
│ │ │ │ └── tool_validator.py
297-
│ │ │ ├── supervisor
298-
│ │ │ │ ├── agent.py
299-
│ │ │ │ └── prompt.py
300-
│ │ │ └── toy_example
297+
│ │ │ └── supervisor
301298
│ │ │ ├── agent.py
302-
│ │ │ ├── prompt.py
303-
│ │ │ └── tool_say_hello.py
299+
│ │ │ └── prompt.py
304300
│ │ ├── graph_management
305301
│ │ │ └── RdfGraphCustom.py
306302
│ │ ├── main.py
307303
│ │ ├── memory
308-
│ │ │ └── custom_sqlite_file.py
304+
│ │ │ ├── custom_sqlite_file.py
305+
│ │ │ ├── database_manager.py
306+
│ │ │ ├── test_db_connection.py
307+
│ │ │ └── tools_database.py
309308
│ │ ├── utils.py
310309
│ │ └── workflow
311-
│ │ └── langraph_workflow.py
310+
│ │ │ └── langraph_workflow.py
311+
│ │ ├── tests
312+
│ │ │ ├── evaluation.py
313+
│ │ │ └── test_utils.py
312314
│ ├── data
313-
│ │ └── submitted_plants.csv
314-
│ │ └── npc_class.csv
315+
│ │ ├── submitted_plants.csv
316+
│ │ ├── npc_class.csv
317+
│ │ └── evaluation_dataset.csv
315318
│ ├── graphs
316319
│ │ ├── graph.pkl
317320
│ │ └── schema.ttl
318-
│ ├── notebooks
319-
│ ├── ressources
320-
│ └── tests
321+
│ └── notebooks
322+
├── docs
323+
│ ├── api-reference
324+
│ ├── assets
325+
│ ├── examples
326+
│ ├── getting-started
327+
│ ├── user-guide
328+
│ ├── contributing.md
329+
│ └── index.md
330+
├── streamlit_webapp
331+
│ ├── streamlit_app.py
332+
│ └── streamlit_utils.py
321333
├── environment.yml
322-
├── environment_alternative.yml
323-
└── langgraph_checkpoint.db
334+
├── mkdocs.yml
335+
└── requirements.txt
324336
```
325337
326338
---

0 commit comments

Comments
 (0)