LICENSE
README.md
setup.py
actionflow/__init__.py
actionflow/actionflow.py
actionflow/assistant.py
actionflow/config.py
actionflow/document.py
actionflow/documents.py
actionflow/memory.py
actionflow/message.py
actionflow/python_assistant.py
actionflow/references.py
actionflow/run_record.py
actionflow/sqlite_storage.py
actionflow/task.py
actionflow/tool.py
actionflow/version.py
actionflow.egg-info/PKG-INFO
actionflow.egg-info/SOURCES.txt
actionflow.egg-info/dependency_links.txt
actionflow.egg-info/entry_points.txt
actionflow.egg-info/not-zip-safe
actionflow.egg-info/requires.txt
actionflow.egg-info/top_level.txt
actionflow/emb/__init__.py
actionflow/emb/azure_emb.py
actionflow/emb/base.py
actionflow/emb/hash_emb.py
actionflow/emb/ollama_emb.py
actionflow/emb/openai_emb.py
actionflow/emb/text2vec_emb.py
actionflow/emb/together_emb.py
actionflow/emb/word2vec_emb.py
actionflow/file/__init__.py
actionflow/file/base.py
actionflow/file/csv.py
actionflow/file/txt.py
actionflow/llm/__init__.py
actionflow/llm/anthropic_llm.py
actionflow/llm/azure_llm.py
actionflow/llm/base.py
actionflow/llm/ollama_llm.py
actionflow/llm/openai_llm.py
actionflow/llm/together_llm.py
actionflow/tools/__init__.py
actionflow/tools/airflow.py
actionflow/tools/analyze_image.py
actionflow/tools/apify.py
actionflow/tools/create_image.py
actionflow/tools/duckduckgo.py
actionflow/tools/file.py
actionflow/tools/jina.py
actionflow/tools/ocr.py
actionflow/tools/run_nb_code.py
actionflow/tools/run_python_code.py
actionflow/tools/search_exa.py
actionflow/tools/search_serper.py
actionflow/tools/shell.py
actionflow/tools/sql.py
actionflow/tools/url_crawler.py
actionflow/tools/wikipedia.py
actionflow/tools/yfinance.py
actionflow/utils/__init__.py
actionflow/utils/log.py
actionflow/utils/misc.py
actionflow/utils/shell.py
actionflow/utils/timer.py
actionflow/vectordb/__init__.py
actionflow/vectordb/base.py
actionflow/vectordb/lancedb.py
actionflow/vectordb/pgvector.py
tests/__init__.py
tests/test_flow.py
tests/test_function.py
tests/test_function_create_image.py
tests/test_function_get_url.py
tests/test_function_save_file.py
tests/test_function_summarize_text.py
tests/test_llm.py
tests/test_output.py
tests/test_run_nb_code.py
tests/test_sqlite_storage.py
tests/test_write_code.py
tests/test_write_plan.py