PyPI project
actionflow
3 indexed releases ยท newest sdist 0.0.5 with 76 indexed members
Files in 0.0.5 actionflow-0.0.5.tar.gz
- actionflow/__init__.py
- actionflow/actionflow.py
- actionflow/assistant.py
- actionflow/config.py
- actionflow/document.py
- actionflow/documents.py
- 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/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/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
- actionflow/version.py
- setup.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