Nicky

NickyNicky

AI & ML interests

None yet

Recent Activity

liked a dataset about 7 hours ago
m-a-p/PIN-100M
liked a Space about 15 hours ago
deepseek-ai/Janus-1.3B
liked a model about 18 hours ago
nvidia/Eagle2-1B
View all activity

Organizations

Hackathon Somos NLP 2023: Los LLMs hablan EspaΓ±ol's profile picture SomosNLP's profile picture Platzi Community's profile picture Blog-explorers's profile picture MLX Community's profile picture

NickyNicky's activity

New activity in open-thoughts/OpenThinker-7B about 18 hours ago
New activity in m-a-p/YuE-s1-7B-anneal-en-cot about 18 hours ago

wow model, thank

#6 opened about 18 hours ago by
NickyNicky
reacted to luigi12345's post with ❀️ about 20 hours ago
view post
Post
1359
# Essential AutoGen Examples: Code Writing, File Operations & Agent Tools

1. **Code Writing with Function Calls & File Operations**
- [Documentation](https://microsoft.github.io/autogen/0.2/docs/notebooks/agentchat_function_call_code_writing/)
- [Notebook](https://github.com/microsoft/autogen/blob/0.2/notebook/agentchat_function_call_code_writing.ipynb)
- *Key Tools Shown*:
- list_files() - Directory listing
- read_file(filename) - File reading
- edit_file(file, start_line, end_line, new_code) - Precise code editing
- Code validation and syntax checking
- File backup and restore

2. **Auto Feedback from Code Execution**
- [Documentation](https://microsoft.github.io/autogen/0.2/docs/notebooks/agentchat_auto_feedback_from_code_execution/)
- [Notebook](https://github.com/microsoft/autogen/blob/0.2/notebook/agentchat_auto_feedback_from_code_execution.ipynb)
- *Key Tools Shown*:
- execute_code(code) with output capture
- Error analysis and auto-correction
- Test case generation
- Iterative debugging loop

3. **Async Operations & Parallel Execution**
- [Documentation](https://microsoft.github.io/autogen/0.2/docs/notebooks/agentchat_function_call_async/)
- [Notebook](https://github.com/microsoft/autogen/blob/0.2/notebook/agentchat_function_call_async.ipynb)
- *Key Tools Shown*:
- Async function registration
- Parallel agent operations
- Non-blocking file operations
- Task coordination

4. **LangChain Integration & Advanced Tools**
- [Colab](https://colab.research.google.com/github/sugarforever/LangChain-Advanced/blob/main/Integrations/AutoGen/autogen_langchain_uniswap_ai_agent.ipynb)
- *Key Tools Shown*:
- Vector store integration
- Document QA chains
- Multi-agent coordination
- Custom tool creation

Most relevant for file operations and code editing is Example #1, which demonstrates the core techniques used in autogenie.py for file manipulation and code editing using line numbers and replacement.
liked a Space about 20 hours ago