GitHub user imbajin added a comment to the discussion: [Discussion] The 
selection of Agentic/Taskflow frame

> I see, so then I think it's feasible to side with CrewAI and build further 
> with a manual implementation of the other libraries. I also think that once 
> the features are fully implemented with crewAI, we can isolate some items for 
> optimizing the performance using Agno's principles. CrewAI here, being the 
> preference since it has far more to offer as compared to Agno and its primary 
> strength being its efficiency.
> 
> Especially since we have to handle L1-LN queries sooner or later, we'll 
> iteratively improve it using the others (Agno, LlamaIndex, etc.) Any 
> suggestions of where we can start with the implementation of the demo, 
> because it would be best to test it out first before finalizing the idea? 
> [@imbajin](https://github.com/imbajin?rgh-link-date=2025-03-03T02%3A50%3A38.000Z)

@Kryst4lDem0ni4s As for how to try it out, I think you can follow the general 
process below (for reference only):
1. First, fully understand the current reading process(Next is the writing 
process), including the `text2gql` pattern (simple)+extracting keywords 
->matching vid -->BFS(multistep) to look up subgraph pattern. Of course, it 
would be even better if we improved this documentation to clarify everyone's 
previous context clearer
2. Understanding our current `Pipeline` design, it is relatively simple, just a 
multi-step separation similar to a factory design pattern(fixed)
3. Try the flow part of the `crewai` and write a simple demo to be familiar 
with its usage (there is no need to introduce the entire crew design at this 
time)
4. Then, combining with our GraphRAG process, we will attempt to introduce a 
minimal agent designed crewai example and simulate it as simply as possible
5. Then checkout a new branch to see how our current version integrates with 
minimal changes in architecture, and execute it step by step to avoid making 
too many modifications at once that are difficult to debug
6. .....


GitHub link: 
https://github.com/apache/incubator-hugegraph-ai/discussions/203#discussioncomment-12666621

----
This is an automatically sent email for dev@hugegraph.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org

Reply via email to